{
  "name": "Find LinkedIn professionals with Google Search and Airtable",
  "nodes": [
    {
      "id": "2298912a-0c4b-4d29-adab-ea744dcf8e6c",
      "name": "Prepare Search Parameters",
      "type": "n8n-nodes-base.set",
      "position": [
        1500,
        280
      ]
    },
    {
      "id": "fbedd9dc-fb2d-40a5-8103-e9e3c744586d",
      "name": "Google Custom Search API",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        900,
        640
      ]
    },
    {
      "id": "a30fbcb1-ee95-4629-9d5f-a75532be844e",
      "name": "Parse LinkedIn Profiles",
      "type": "n8n-nodes-base.code",
      "position": [
        1200,
        640
      ]
    },
    {
      "id": "1cce64f7-1875-4ea1-97f9-608942b7185e",
      "name": "Clean Search Results",
      "type": "n8n-nodes-base.set",
      "position": [
        1480,
        640
      ]
    },
    {
      "id": "2e7d9c6d-4338-4b3b-b84f-5548ca13d272",
      "name": "Save to Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        1740,
        640
      ]
    },
    {
      "id": "ff878d7b-99e1-4b9b-9e5d-b44452f48b39",
      "name": "When clicking 'Test workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        120,
        280
      ]
    },
    {
      "id": "0df3c92d-ef34-4f24-bfac-f3ae838c87d2",
      "name": "Configure Search Settings",
      "type": "n8n-nodes-base.set",
      "position": [
        1220,
        280
      ]
    },
    {
      "id": "54aa747d-77f1-4403-9af7-dab57b251b18",
      "name": "Check Pagination",
      "type": "n8n-nodes-base.switch",
      "position": [
        2060,
        640
      ]
    },
    {
      "id": "c40c7226-0d9c-4b5f-b849-ce9fae847407",
      "name": "Rate Limit Delay",
      "type": "n8n-nodes-base.wait",
      "position": [
        2400,
        620
      ]
    },
    {
      "id": "5beda166-e0aa-4080-8434-963f3eb052f1",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        820,
        280
      ]
    },
    {
      "id": "63b32072-13fe-4c06-9a95-fe2efb861128",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        -220
      ],
      "parameters": {
        "width": 2720,
        "height": 480,
        "content": "## 🔍 LinkedIn Prospect Finder with Google Search\n\n**Find and collect LinkedIn professional profiles based on keywords, job titles, and industries**\n\n### Quick Setup Required:\n1. **Google Custom Search"
      }
    },
    {
      "id": "ea0f16a3-41f4-4567-b788-b74558817915",
      "name": "⚙️ CUSTOMIZE YOUR SEARCH KEYWORDS HERE",
      "type": "n8n-nodes-base.set",
      "position": [
        480,
        280
      ]
    },
    {
      "id": "6c7c6e49-3d78-42af-ae91-25acd9158fce",
      "name": "Search Configuration Guide",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        480
      ],
      "parameters": {
        "width": 760,
        "height": 300,
        "content": "## 🎯 Search Configuration\n\n**Modify the keywords in the yellow node to target specific professionals:**\n\nExamples:\n- \"Marketing Manager SaaS\"\n- \"Data Scientist Healthcare\"\n- \"Sales Director Enterprise"
      }
    },
    {
      "id": "60bed7a2-6b9d-4d81-93bb-d07070869360",
      "name": "Google Search Process",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        620,
        860
      ],
      "parameters": {
        "width": 780,
        "height": 300,
        "content": "## 🔍 Google Search Engine\n\n**Uses Google Custom Search API to find LinkedIn profiles**\n\nThe search query combines:\n- Your keywords (job title, industry, location)\n- LinkedIn site restriction (site:lin"
      }
    },
    {
      "id": "1d89f94f-9dc0-43d6-995a-b285438364ee",
      "name": "Airtable Storage",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1400,
        860
      ],
      "parameters": {
        "width": 1200,
        "height": 300,
        "content": "## 📊 Data Storage\n\n**Saves LinkedIn prospect data to Airtable**\n\nStored fields:\n- **Title**: LinkedIn profile headline\n- **linkedin_url**: Direct profile URL\n- **Search**: Original search terms used\n-"
      }
    }
  ],
  "connections": {
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Configure Search Settings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Pagination": {
      "main": [
        [
          {
            "node": "Rate Limit Delay",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Rate Limit Delay": {
      "main": [
        [
          {
            "node": "Google Custom Search API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save to Airtable": {
      "main": [
        [
          {
            "node": "Check Pagination",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Clean Search Results": {
      "main": [
        [
          {
            "node": "Save to Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse LinkedIn Profiles": {
      "main": [
        [
          {
            "node": "Clean Search Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Custom Search API": {
      "main": [
        [
          {
            "node": "Parse LinkedIn Profiles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Configure Search Settings": {
      "main": [
        [
          {
            "node": "Prepare Search Parameters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare Search Parameters": {
      "main": [
        [
          {
            "node": "Google Custom Search API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking 'Test workflow'": {
      "main": [
        [
          {
            "node": "⚙️ CUSTOMIZE YOUR SEARCH KEYWORDS HERE",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "⚙️ CUSTOMIZE YOUR SEARCH KEYWORDS HERE": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}