{
  "name": "LinkedIn lead generation with GPT-4o, Apify scraping, and automated outreach",
  "nodes": [
    {
      "id": "161feae7-64f3-470a-8747-880024aed008",
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1168,
        224
      ]
    },
    {
      "id": "f72f38e9-b5b1-4481-8248-f568c8b20123",
      "name": "Description of the audience you want to scrap",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -288,
        224
      ]
    },
    {
      "id": "bddc1d94-d65d-4d8f-811b-81a6c1d5f88f",
      "name": "Genrating appolo Url for apify to scrap",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -48,
        224
      ]
    },
    {
      "id": "f85a5a7f-97b8-445d-bb39-40671595b72e",
      "name": "Run apify actor to scrap the proscpect",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        352,
        224
      ]
    },
    {
      "id": "6cb4458f-c921-4e9b-ad10-581b47e42c2e",
      "name": "Genrate ice breaker by scraping linkedin data",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        560,
        224
      ]
    },
    {
      "id": "423b22af-c02f-4abc-a77e-8050dcca9c90",
      "name": "Adding ice breaker to google sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        944,
        224
      ]
    },
    {
      "id": "642dd7d3-a634-4cb5-b930-1021a594413d",
      "name": "trigger phantom buster to send personlized connection request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1392,
        224
      ]
    },
    {
      "id": "9f714cd6-82dd-4e85-b076-cf01542d8395",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        880,
        80
      ],
      "parameters": {
        "width": null,
        "height": 336,
        "content": "Create a google sheet add relevant colums name,linkedin url,company website,description and oter coloums that are genrated by the apify node and map them accordingly "
      }
    },
    {
      "id": "bbd5ef47-3815-4157-9269-c558e0fe7d26",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1312,
        -32
      ],
      "parameters": {
        "width": null,
        "height": 384,
        "content": "Triggers the phantom buster a platform that sends linkedin connection requests. to your leads, you have to go to the api credentials to get the relevant url but i hvae harcoded one for the connection "
      }
    },
    {
      "id": "792ddc3b-1c38-4e7b-b84e-36c7009b6689",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        576,
        80
      ],
      "parameters": {
        "width": null,
        "height": 304,
        "content": "Hard-coded the prompt for GPT4o to generate the icebreaker; alter the prompt according to your desired need"
      }
    },
    {
      "id": "7b0d00de-8404-4bb5-bd9b-9201bab7ef62",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        288,
        128
      ],
      "parameters": {
        "width": null,
        "height": 224,
        "content": "Send a request to run the apify actor that scrapes the leads; everything is configuered add your API key "
      }
    },
    {
      "id": "de1af1ca-e857-4e37-8786-104300f73cad",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -32,
        64
      ],
      "parameters": {
        "width": null,
        "height": 352,
        "content": "Generates an Apollo URL,using GPT-4o, which will be scraped by apify actor to get the leads data. the url is generated by the information you input in the form. "
      }
    }
  ],
  "connections": {
    "Aggregate": {
      "main": [
        [
          {
            "node": "trigger phantom buster to send personlized connection request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Adding ice breaker to google sheets": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run apify actor to scrap the proscpect": {
      "main": [
        [
          {
            "node": "Genrate ice breaker by scraping linkedin data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Genrating appolo Url for apify to scrap": {
      "main": [
        [
          {
            "node": "Run apify actor to scrap the proscpect",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Description of the audience you want to scrap": {
      "main": [
        [
          {
            "node": "Genrating appolo Url for apify to scrap",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Genrate ice breaker by scraping linkedin data": {
      "main": [
        [
          {
            "node": "Adding ice breaker to google sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}