{
  "name": "Scrape targeted leads from Google Maps & LinkedIn to Supabase using Apify",
  "nodes": [
    {
      "id": "a4c1e9f4-bd7b-49f7-b9a0-c55d13c415c7",
      "name": "save_linkedin",
      "type": "n8n-nodes-base.supabase",
      "position": [
        80,
        -48
      ]
    },
    {
      "id": "23282df3-60fd-4ebd-9965-5a9b6475a0db",
      "name": "save_googlemaps",
      "type": "n8n-nodes-base.supabase",
      "position": [
        80,
        -240
      ]
    },
    {
      "id": "6d0fa79a-4121-473f-8441-125a0356fcb9",
      "name": "get_linkedin",
      "type": "n8n-nodes-base.set",
      "position": [
        -144,
        -48
      ]
    },
    {
      "id": "9b145117-9ada-43bd-a3e8-e276a0fa33c3",
      "name": "set_google_maps_column",
      "type": "n8n-nodes-base.set",
      "position": [
        -144,
        -240
      ]
    },
    {
      "id": "36dae761-f7ad-4c2b-98c3-5ffc9201a293",
      "name": "linkedin_dataset",
      "type": "@apify/n8n-nodes-apify.apify",
      "position": [
        -368,
        -48
      ]
    },
    {
      "id": "4c194976-3d85-4f8f-97e8-6cfe677b9d43",
      "name": "googlemaps_dataset",
      "type": "@apify/n8n-nodes-apify.apify",
      "position": [
        -368,
        -240
      ]
    },
    {
      "id": "c1f87a4e-f3b8-4f00-8c28-9d6262c11452",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -864,
        -560
      ],
      "parameters": {
        "width": 368,
        "height": 368,
        "content": "## Main Workflow Overview\nThis workflow automatically scrapes targeted leads from Google Maps and LinkedIn based on your search criteria.\n\nSimply fill out the form with your target industry/title and "
      }
    },
    {
      "id": "e2cd5ed7-f208-4835-9ae9-ec99953275b4",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        288,
        -304
      ],
      "parameters": {
        "width": 304,
        "height": 400,
        "content": "##  Data Processing & Storage\nAfter scraping, the workflow cleans and structures the data:\n\n**Google Maps Path**:\n- Formats business information (name, address, phone, website)\n- Extracts location coo"
      }
    },
    {
      "id": "43ac230a-ad0c-4b49-8892-cc2919aa5aeb",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -864,
        16
      ],
      "parameters": {
        "width": 304,
        "height": 320,
        "content": "## Form Input\nThe form collects 4 key pieces of information:\n\n- Title/Industry: What type of leads you want (e.g., \"CEOs\", \"Marketing Directors\", \"Restaurants\")\n- Location: Geographic area to target ("
      }
    },
    {
      "id": "918bb23b-2926-4834-aeb0-d32f2659dc3f",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        144
      ],
      "parameters": {
        "width": 150,
        "height": 80,
        "content": "## [LinkedIn](https://www.linkedin.com/in/tumusime-david/)"
      }
    },
    {
      "id": "f6e07253-8d82-4638-aafe-9cf071f3f2bb",
      "name": "Route source",
      "type": "n8n-nodes-base.switch",
      "position": [
        -592,
        -160
      ]
    },
    {
      "id": "1db7a83b-9721-408c-8ead-5ec2aea3a7b9",
      "name": "Input desired lead",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -816,
        -144
      ]
    }
  ],
  "connections": {
    "Route source": {
      "main": [
        [
          {
            "node": "googlemaps_dataset",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "linkedin_dataset",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "linkedin_dataset",
            "type": "main",
            "index": 0
          },
          {
            "node": "googlemaps_dataset",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "get_linkedin": {
      "main": [
        [
          {
            "node": "save_linkedin",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "linkedin_dataset": {
      "main": [
        [
          {
            "node": "get_linkedin",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Input desired lead": {
      "main": [
        [
          {
            "node": "Route source",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "googlemaps_dataset": {
      "main": [
        [
          {
            "node": "set_google_maps_column",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "set_google_maps_column": {
      "main": [
        [
          {
            "node": "save_googlemaps",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}