{
  "name": "LinkedIn profile finder via form using Bright Data & GPT-4o-mini",
  "nodes": [
    {
      "id": "ff6d4985-8b42-46d8-95c8-e80ff102440c",
      "name": "Extract Body and Title from Website",
      "type": "n8n-nodes-base.html",
      "position": [
        1600,
        -1120
      ]
    },
    {
      "id": "4da21d9c-59d2-4151-a1ca-5e7a85cf0316",
      "name": "When User Completes Form",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        580,
        -1120
      ]
    },
    {
      "id": "644fab8f-66c6-4ae5-984b-7e1e66c265a2",
      "name": "Get LinkedIn Entry on Google",
      "type": "n8n-nodes-brightdata.brightData",
      "position": [
        1280,
        -1120
      ]
    },
    {
      "id": "e226ea33-a643-4396-9cbf-53901eeef89f",
      "name": "Parse Google Results",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1920,
        -1120
      ]
    },
    {
      "id": "8018f6c1-037b-4577-ae4c-d2129fe2ecf4",
      "name": "Form Not Found",
      "type": "n8n-nodes-base.form",
      "position": [
        2280,
        -800
      ]
    },
    {
      "id": "3de33b35-63b5-419d-9719-b217c92767c6",
      "name": "Get only Matching Profiles",
      "type": "n8n-nodes-base.filter",
      "position": [
        1460,
        -820
      ]
    },
    {
      "id": "b7e925b1-3b67-4b17-bcc1-10111ed41c32",
      "name": "Limit to 1 Profile",
      "type": "n8n-nodes-base.limit",
      "position": [
        1740,
        -820
      ]
    },
    {
      "id": "d4a6a867-6e9b-48d3-9ba2-0d9d2e803e67",
      "name": "Extract Parsed Results",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        2340,
        -1120
      ]
    },
    {
      "id": "daf17e0e-0fc9-45e4-9393-8ba3a60f868e",
      "name": "LinkedIn Profile is Found?",
      "type": "n8n-nodes-base.if",
      "position": [
        1960,
        -820
      ]
    },
    {
      "id": "300da9f8-6c24-4081-af96-ae09a1b513f8",
      "name": "Edit Url LinkedIn",
      "type": "n8n-nodes-base.set",
      "position": [
        940,
        -1120
      ]
    },
    {
      "id": "3ffaef02-ee98-4663-9a64-37907943427d",
      "name": "Edit Company Search",
      "type": "n8n-nodes-base.set",
      "position": [
        300,
        -860
      ]
    },
    {
      "id": "29294eaa-4692-4c1b-806a-11bd32428fdd",
      "name": "Extract Body and Title from Website1",
      "type": "n8n-nodes-base.html",
      "position": [
        860,
        -860
      ]
    },
    {
      "id": "e5232b69-eefe-4875-b339-54f7d2787863",
      "name": "Get Company on Google",
      "type": "n8n-nodes-brightdata.brightData",
      "position": [
        540,
        -860
      ]
    },
    {
      "id": "a8696ab3-76f0-4b58-93d6-1b73f4c1d83a",
      "name": "Parse Google Results for Company",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        720,
        -420
      ]
    },
    {
      "id": "4b4a6ef2-92ae-4dee-aac1-081fb1a2dbd9",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        1080,
        -420
      ]
    },
    {
      "id": "cbf625d0-097d-47e7-8ab0-fb2da9dc3f7c",
      "name": "Create a Followup for Company and Person",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1500,
        -440
      ]
    },
    {
      "id": "6347e20c-b3f0-42ff-bc31-ddf4d13a4398",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        1320,
        -440
      ]
    },
    {
      "id": "4df0fb38-dad4-4eda-876c-591111e98807",
      "name": "Send Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1880,
        -440
      ]
    },
    {
      "id": "5d28cc94-3193-48e6-9bad-f15baf403645",
      "name": "Form Email Sent",
      "type": "n8n-nodes-base.form",
      "position": [
        2120,
        -440
      ]
    }
  ],
  "connections": {
    "Merge": {
      "main": [
        [
          {
            "node": "Create a Followup for Company and Person",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Send Email": {
      "main": [
        [
          {
            "node": "Form Email Sent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Url LinkedIn": {
      "main": [
        [
          {
            "node": "Get LinkedIn Entry on Google",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Limit to 1 Profile": {
      "main": [
        [
          {
            "node": "LinkedIn Profile is Found?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Company Search": {
      "main": [
        [
          {
            "node": "Get Company on Google",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse Google Results": {
      "main": [
        [
          {
            "node": "Extract Parsed Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Company on Google": {
      "main": [
        [
          {
            "node": "Extract Body and Title from Website1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Parsed Results": {
      "main": [
        [
          {
            "node": "Get only Matching Profiles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When User Completes Form": {
      "main": [
        [
          {
            "node": "Edit Url LinkedIn",
            "type": "main",
            "index": 0
          },
          {
            "node": "Edit Company Search",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get only Matching Profiles": {
      "main": [
        [
          {
            "node": "Limit to 1 Profile",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "LinkedIn Profile is Found?": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Form Not Found",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get LinkedIn Entry on Google": {
      "main": [
        [
          {
            "node": "Extract Body and Title from Website",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse Google Results for Company": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Body and Title from Website": {
      "main": [
        [
          {
            "node": "Parse Google Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Body and Title from Website1": {
      "main": [
        [
          {
            "node": "Parse Google Results for Company",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create a Followup for Company and Person": {
      "main": [
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}