{
  "name": "Collect company social media profiles with Extruct AI to Google Sheets",
  "nodes": [
    {
      "id": "26c8ff70-f937-4066-85a3-4ed206316ef6",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        1100,
        200
      ]
    },
    {
      "id": "3e5d526f-5e91-4e65-b059-6d52d83da2ba",
      "name": "Enrich form input",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1500,
        200
      ]
    },
    {
      "id": "708d9659-14a6-41a5-97cb-39c70abaef6e",
      "name": "Get status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1860,
        200
      ]
    },
    {
      "id": "19dd9662-b69c-46c3-a11f-4a8ebb0a6d05",
      "name": "If running",
      "type": "n8n-nodes-base.if",
      "position": [
        2040,
        200
      ]
    },
    {
      "id": "55559824-2794-4f55-8bb2-29518f25a5c7",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        1680,
        200
      ]
    },
    {
      "id": "8f7bc242-88b7-47a0-9cfe-a77682f4c7e9",
      "name": "Get data",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2320,
        200
      ]
    },
    {
      "id": "5151b469-d637-43ff-ba70-311375cc1304",
      "name": "Import to Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2640,
        200
      ]
    },
    {
      "id": "45b98bd7-1ef2-4cfb-b132-51f5485f9580",
      "name": "Variables",
      "type": "n8n-nodes-base.set",
      "position": [
        1260,
        200
      ]
    },
    {
      "id": "b5b93f8c-6f27-4ec2-a5a6-8991651998a9",
      "name": "Format last input",
      "type": "n8n-nodes-base.code",
      "position": [
        2480,
        200
      ]
    },
    {
      "id": "1c41a106-b6c8-4913-bd24-f9b88ed8bc46",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        40
      ],
      "parameters": {
        "width": 1020,
        "height": 1640,
        "content": "## Quickstart Guide for Social Presence Enrichment Flow\n\n## 1. Create an Extruct account\n- Sign-up link with 2,500 free credits: www.extruct.ai/\n\n## 2. Prepare Your Tables\n1) Open the Extruct table te"
      }
    },
    {
      "id": "1c402902-89ff-41fa-994d-ae97f4706b13",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1060,
        40
      ],
      "parameters": {
        "width": 340,
        "height": 340,
        "content": "## Input:\n- User submits a company via the form.\n- Variables node sets up required parameters (Table ID)."
      }
    },
    {
      "id": "bb21fdaf-7195-4796-a921-a04757c9a41d",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1460,
        40
      ],
      "parameters": {
        "width": 740,
        "height": 340,
        "content": "## Enrichment:\nThe flow sends the company data for enrichment and waits until processing is complete.\nIt checks the status in a loop until the data is ready."
      }
    },
    {
      "id": "d416707d-e5c6-4c65-83eb-add98f1a2846",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2260,
        40
      ],
      "parameters": {
        "width": 580,
        "height": 340,
        "content": "## Output:\nOnce enrichment is finished, the flow retrieves the results, formats them, and updates your Google Sheet."
      }
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Get status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get data": {
      "main": [
        [
          {
            "node": "Format last input",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Variables": {
      "main": [
        [
          {
            "node": "Enrich form input",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get status": {
      "main": [
        [
          {
            "node": "If running",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If running": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Get data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Enrich form input": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format last input": {
      "main": [
        [
          {
            "node": "Import to Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Variables",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}