{
  "name": "Instagram full profile scraper with Apify and Google Sheets",
  "nodes": [
    {
      "id": "63746faf-fbad-4fa8-9d4c-bf5f01e4c758",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        500,
        220
      ]
    },
    {
      "id": "c68059ca-d79c-47f3-beee-1b42da77f9b3",
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1120,
        200
      ]
    },
    {
      "id": "69a9572f-e993-42bb-8a41-ff78a70b144f",
      "name": "get usernames",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        720,
        220
      ]
    },
    {
      "id": "fafe17dd-edd9-4fe6-9b6e-65314b7e19f0",
      "name": "call apify actor",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1440,
        220
      ]
    },
    {
      "id": "ef05642d-e5d0-44d2-b552-8a9359858b34",
      "name": "Limit",
      "type": "n8n-nodes-base.limit",
      "position": [
        940,
        220
      ]
    },
    {
      "id": "9ef3c76c-1459-448a-aa77-631556665726",
      "name": "Append full profiles on sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1860,
        100
      ]
    },
    {
      "id": "cc3bd00b-4e48-466f-855d-d4bd798f0911",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1300,
        100
      ],
      "parameters": {
        "width": 480,
        "height": 320,
        "content": "## This is apify actor \n**you find it here** (https://apify.com/mohamedgb00714/instagram-full-profile-scraper)"
      }
    },
    {
      "id": "d2dfd39f-9d7a-46f3-9ee4-c4cc4b5b1817",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -140,
        40
      ],
      "parameters": {
        "width": 560,
        "height": 1500,
        "content": "## Read Me\n\n\n# 📸 Instagram Full Profile Scraper with Apify and Google Sheets\n\nThis n8n workflow automates the process of scraping full Instagram profiles using a [custom Apify actor](https://apify.com"
      }
    },
    {
      "id": "c02f46ec-c88b-42d0-9200-50d632292a9e",
      "name": "mark user name as scraped",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1880,
        300
      ]
    }
  ],
  "connections": {
    "Limit": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate": {
      "main": [
        [
          {
            "node": "call apify actor",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "get usernames": {
      "main": [
        [
          {
            "node": "Limit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "get usernames",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "call apify actor": {
      "main": [
        [
          {
            "node": "Append full profiles on sheet",
            "type": "main",
            "index": 0
          },
          {
            "node": "mark user name as scraped",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}