{
  "name": "🎯 Precision prospecting: Automate LinkedIn lead gen with Bright Data",
  "nodes": [
    {
      "id": "0f2da238-9741-4019-a691-ddf17b523ca3",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -880,
        -20
      ]
    },
    {
      "id": "a02120f5-aa93-4269-92af-2e7486768736",
      "name": "Simple Memory1",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -320,
        140
      ]
    },
    {
      "id": "ac560c1c-2e1e-4985-a398-6b837b89a7f3",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -880,
        -240
      ]
    },
    {
      "id": "1bd808f6-bba4-43f5-b28c-d2c9a3dd0003",
      "name": "Search LinkedIn URI",
      "type": "@n8n/n8n-nodes-langchain.toolWorkflow",
      "position": [
        -100,
        140
      ]
    },
    {
      "id": "a7a7269a-e091-4327-ac67-a6f5f7946b25",
      "name": "Get LinkedIn Profile Data",
      "type": "n8n-nodes-brightdata.brightDataTool",
      "position": [
        120,
        140
      ]
    },
    {
      "id": "b84107a5-0a56-4ec9-82c9-3ef674613bb8",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -500,
        140
      ]
    },
    {
      "id": "27165580-6ed9-428e-a7dc-3c119519894c",
      "name": "Extract Links",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        40,
        -240
      ]
    },
    {
      "id": "2d0f43b7-4818-4f4d-aac4-862cd1bb8729",
      "name": "Get Links from Body",
      "type": "n8n-nodes-base.html",
      "position": [
        -180,
        -240
      ]
    },
    {
      "id": "c61dd9c4-9c64-4bdb-aaf4-0e7dcf6f340f",
      "name": "Filter only LinkedIn Profiles",
      "type": "n8n-nodes-base.filter",
      "position": [
        260,
        -240
      ]
    },
    {
      "id": "a689a9f6-d7a1-4e4c-8265-7753bbc41bdb",
      "name": "Limit",
      "type": "n8n-nodes-base.limit",
      "position": [
        480,
        -240
      ]
    },
    {
      "id": "424f2539-c0ae-4228-ba9c-86ad15e24654",
      "name": "AI Prospector Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -400,
        -80
      ]
    },
    {
      "id": "3d0ee963-ed48-4bd1-b7d5-ae8009bfb1d7",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        -480
      ],
      "parameters": {
        "width": 1680,
        "height": 760,
        "content": "# Precision Prospector with Bright Data\n\n## TODO\n- After pasting this workflow, update node \"Search LinkedIn URI\" tool and add current Workflow ID (for instance, if your workflow in n8n has the next u"
      }
    },
    {
      "id": "df94a25c-a03e-46d9-92c8-5f0f3a5097f7",
      "name": "Get 1 Google Result",
      "type": "n8n-nodes-brightdata.brightData",
      "position": [
        -480,
        -240
      ]
    }
  ],
  "connections": {
    "Extract Links": {
      "main": [
        [
          {
            "node": "Filter only LinkedIn Profiles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory1": {
      "ai_memory": [
        [
          {
            "node": "AI Prospector Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Prospector Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Get 1 Google Result": {
      "main": [
        [
          {
            "node": "Get Links from Body",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Links from Body": {
      "main": [
        [
          {
            "node": "Extract Links",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Search LinkedIn URI": {
      "ai_tool": [
        [
          {
            "node": "AI Prospector Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get LinkedIn Profile Data": {
      "ai_tool": [
        [
          {
            "node": "AI Prospector Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "AI Prospector Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter only LinkedIn Profiles": {
      "main": [
        [
          {
            "node": "Limit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Get 1 Google Result",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}