{
  "name": "Automate LinkedIn lead generation and connection requests with Browserflow",
  "nodes": [
    {
      "id": "7189a1d6-61f0-4c5d-9744-c0d66506ffd6",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "a92e299a-282f-4dbf-b3fe-50a078d1a098",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        672,
        0
      ]
    },
    {
      "id": "ee95db18-73bc-4655-b197-9e5068107280",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        448,
        0
      ]
    },
    {
      "id": "c312a13e-2176-4c50-b1d6-f172213f2ec2",
      "name": "Check if person is a connection",
      "type": "n8n-nodes-browserflow.browserflow",
      "position": [
        928,
        48
      ]
    },
    {
      "id": "bee26d5d-ed98-43e7-8ec3-c3cb23f1cd42",
      "name": "Send Connection invite",
      "type": "n8n-nodes-browserflow.browserflow",
      "position": [
        1344,
        112
      ]
    },
    {
      "id": "79dca4f2-e677-4344-ab3c-f56ff4dd628e",
      "name": "Scrape profiles from a linked in search",
      "type": "n8n-nodes-browserflow.browserflow",
      "position": [
        208,
        0
      ]
    },
    {
      "id": "c89f0d55-7cf9-4862-8590-99c6ded8d9ba",
      "name": "Check Connection Status",
      "type": "n8n-nodes-base.if",
      "position": [
        1136,
        80
      ]
    }
  ],
  "connections": {
    "Split Out": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Check if person is a connection",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Connection invite": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Connection Status": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send Connection invite",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check if person is a connection": {
      "main": [
        [
          {
            "node": "Check Connection Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Scrape profiles from a linked in search",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrape profiles from a linked in search": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}