{
  "name": "Scrape verified Instagram leads with Apify and Airtable",
  "nodes": [
    {
      "id": "b3c8a879-3a00-4c69-9071-41304bf2fe64",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        1184,
        -192
      ]
    },
    {
      "id": "75068932-e518-4e38-81ef-d98ab7bd25cc",
      "name": "Processing Data",
      "type": "n8n-nodes-base.wait",
      "position": [
        944,
        -192
      ]
    },
    {
      "id": "c6a57d97-329f-48fb-b84d-96b06beae8f2",
      "name": "If1",
      "type": "n8n-nodes-base.if",
      "position": [
        480,
        224
      ]
    },
    {
      "id": "bc8e5e11-6264-4b69-ae2c-d178d4006ec7",
      "name": "Email Verifier",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        272,
        224
      ]
    },
    {
      "id": "afd43f88-5c1e-41a6-bbbe-8ecc031d41e8",
      "name": "Query Form",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        272,
        -192
      ]
    },
    {
      "id": "3f460e8b-3364-4e4d-8ad9-30a33a9277f6",
      "name": "Passing Emails",
      "type": "n8n-nodes-base.if",
      "position": [
        1408,
        -192
      ]
    },
    {
      "id": "2c1f70bb-2492-4fae-ac49-469aa36ee18a",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -416,
        -432
      ],
      "parameters": {
        "width": 544,
        "height": 1072,
        "content": "## How it works\nThis Workflow helps you to Scrape the Leads from Instagram, It uses Apify Scrapers to scrape the data from Instagram such as Profile, Emails, etc and Then filters it out based on certa"
      }
    },
    {
      "id": "b1a86738-8af5-430c-8938-f513b108ed48",
      "name": "Airtable DB",
      "type": "n8n-nodes-base.airtable",
      "position": [
        752,
        208
      ]
    },
    {
      "id": "d6577f4b-aecd-4d4d-ae36-6de669445eaa",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        64
      ],
      "parameters": {
        "width": 688,
        "height": 352,
        "content": "## Email Verify + Store\nVerifies emails using an email verification API. If valid, the lead is stored into Airtable."
      }
    },
    {
      "id": "d126b7c5-0b2f-4220-bff2-ba123a9ca592",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        -368
      ],
      "parameters": {
        "width": 576,
        "height": 368,
        "content": "## Input + Scraping\nEnter a keyword query. Apify Google Search Scraper runs a search for Instagram pages containing public emails.\n"
      }
    },
    {
      "id": "b07ae7ab-84c0-4458-892d-b55c64f916ad",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        880,
        -368
      ],
      "parameters": {
        "width": 688,
        "height": 368,
        "content": "## Data Processing + Email Filtering\nWaits for Apify results and splits the data into individual lead items and Filterss results that contain Gmail address.\n"
      }
    },
    {
      "id": "6d40b7ab-2cd4-467b-b3fa-81ce68fab961",
      "name": "Apify Scraping Data",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        592,
        -192
      ]
    }
  ],
  "connections": {
    "If1": {
      "main": [
        [
          {
            "node": "Airtable DB",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "Passing Emails",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Query Form": {
      "main": [
        [
          {
            "node": "Apify Scraping Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Airtable DB": {
      "main": [
        []
      ]
    },
    "Email Verifier": {
      "main": [
        [
          {
            "node": "If1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Passing Emails": {
      "main": [
        [
          {
            "node": "Email Verifier",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Processing Data": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Apify Scraping Data": {
      "main": [
        [
          {
            "node": "Processing Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}