{
  "name": "Enrich LinkedIn profiles with Ghost Genius and Google Sheets (no account needed)",
  "nodes": [
    {
      "id": "8332ef6d-626b-4fa8-888c-e41284154d73",
      "name": "Start",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -400,
        440
      ]
    },
    {
      "id": "e24a9fbf-2812-4386-bee9-857df3ba4924",
      "name": "Get Profile Info",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        40,
        440
      ]
    },
    {
      "id": "c6c53ff4-5c54-48ac-940f-05faf4f335cc",
      "name": "Recover Profiles",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -180,
        440
      ]
    },
    {
      "id": "ebc0382a-3d69-43bc-a64d-409647649e49",
      "name": "Update",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        260,
        440
      ]
    },
    {
      "id": "91c969bc-dd32-45a3-a8e7-f69ce94fe365",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -520,
        280
      ],
      "parameters": {
        "width": 1040,
        "height": 420,
        "content": "## Enrich a LinkedIn profile list"
      }
    },
    {
      "id": "62815f2f-a917-4f39-987a-2e0ce9046134",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 420,
        "height": 220,
        "content": "## Resources\n[Video Setup](https://youtu.be/kIOJeMoCfp4)\n\nGoogle Sheet: [Make a copy here](https://docs.google.com/spreadsheets/d/1oiV25COrTMP20nMgNvbtMo2LHcm7ehkqOxbAB-s6PhA/edit?usp=sharing)\n\nAPI Li"
      }
    },
    {
      "id": "f477d4bc-9e67-4b93-a8aa-12bdf2807daa",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -380,
        80
      ],
      "parameters": {
        "width": null,
        "height": 80,
        "content": "# [Setup Video](https://youtu.be/kIOJeMoCfp4)"
      }
    }
  ],
  "connections": {
    "Start": {
      "main": [
        [
          {
            "node": "Recover Profiles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Profile Info": {
      "main": [
        [
          {
            "node": "Update",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Recover Profiles": {
      "main": [
        [
          {
            "node": "Get Profile Info",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}