{
  "name": "Extract Instagram profile data with Apify and store in Google Sheets",
  "nodes": [
    {
      "id": "923b9b8e-f344-4984-a9cc-2ad111db39a4",
      "name": "Provide Usernames",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "cd6ea4f9-45dc-4193-954a-798a04716c5c",
      "name": "Scrape Instagram Profile via Apify",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        280,
        0
      ]
    },
    {
      "id": "e140ffbf-0ca4-4415-8cff-a78dfc6c040b",
      "name": "Format Instagram Profile Data",
      "type": "n8n-nodes-base.set",
      "position": [
        660,
        0
      ]
    },
    {
      "id": "9c4f528b-c5c9-4f0b-92c4-1f9d75532fc4",
      "name": "Append Profile to Google Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        880,
        0
      ]
    },
    {
      "id": "1980e973-f240-4b55-a4b8-4faa36f78c42",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -1460
      ],
      "parameters": {
        "width": 500,
        "height": 1660,
        "content": "### 🔹 **1. `Trigger: On Form Submission`**\n\n* **Node Type:** Manual Trigger (or Webhook if embedded in a real form)\n* **Purpose:** Starts the workflow when a user submits a form with an Instagram user"
      }
    },
    {
      "id": "9c341b28-0385-4691-904b-8fa8d8e0b213",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        600,
        -1240
      ],
      "parameters": {
        "width": 500,
        "height": 1440,
        "content": "## ✨ SECTION 2: 🛠 Format Data + 📊 Append to Google Sheets\n\n### 🔹 **3. `Format Instagram Profile Data`**\n\n* **Node Type:** Set\n* **Purpose:** Clean and organize the Apify response to match your Google "
      }
    },
    {
      "id": "1552dfc6-f98c-45e1-bb18-071fbb69a159",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1800,
        -1460
      ],
      "parameters": {
        "width": 1300,
        "height": 320,
        "content": "=======================================\n            WORKFLOW ASSISTANCE\n=======================================\nFor any questions or support, please contact:\n    Yaron@nofluff.online\n\nExplore more tip"
      }
    },
    {
      "id": "91ca76cf-d9dd-489c-a9de-357c876d00e2",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1800,
        -1120
      ],
      "parameters": {
        "width": 1289,
        "height": 2418,
        "content": "# 🧠 **Workflow Overview: Instagram Profile Scraper using Apify & Google Sheets in n8n**\n\n## 🔍 **Purpose**\n\nThis n8n automation workflow allows you to **scrape Instagram profile data** using the **Apif"
      }
    }
  ],
  "connections": {
    "Provide Usernames": {
      "main": [
        [
          {
            "node": "Scrape Instagram Profile via Apify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Instagram Profile Data": {
      "main": [
        [
          {
            "node": "Append Profile to Google Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrape Instagram Profile via Apify": {
      "main": [
        [
          {
            "node": "Format Instagram Profile Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}