{
  "name": "Export LinkedIn search results to Google Sheets using ConnectSafely.ai API",
  "nodes": [
    {
      "id": "28f1880b-7ebd-4cf6-9e58-cbb299120bfe",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        1760,
        480
      ]
    },
    {
      "id": "af49496d-8388-4de6-9e56-9d3575c0baf5",
      "name": "Set Search Parameters",
      "type": "n8n-nodes-base.set",
      "position": [
        1984,
        480
      ]
    },
    {
      "id": "d09c54f3-8fe2-4047-9d34-d0cbe4c35a51",
      "name": "Search LinkedIn People",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2208,
        480
      ]
    },
    {
      "id": "b7a0fb54-d629-4569-9a74-1666a6ab2ea3",
      "name": "Format Results",
      "type": "n8n-nodes-base.code",
      "position": [
        2432,
        480
      ]
    },
    {
      "id": "1bcd053d-40a5-4576-b4f1-36ad29ab7015",
      "name": "Export to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2656,
        384
      ]
    },
    {
      "id": "279651ee-0161-4822-802d-997799a69eaa",
      "name": "Export to JSON",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        2656,
        576
      ]
    },
    {
      "id": "74860d01-9825-4f0c-8c4d-6c2c9b4807fd",
      "name": "Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1152,
        112
      ],
      "parameters": {
        "width": 548,
        "height": 752,
        "content": "@[youtube](N4kZ3YiLh2Q)\n\n### How it works\nSearches LinkedIn via ConnectSafely.ai API (no cookies needed), formats results, and exports to Google Sheets or JSON.\n\n### Setup steps\n1. **Get API key** at "
      }
    },
    {
      "id": "a5ff8239-3ecc-4305-9fc7-787e8f2c4241",
      "name": "1️⃣ Search",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1912,
        384
      ],
      "parameters": {
        "width": 464,
        "height": 256,
        "content": "**Search** — Configure parameters and call ConnectSafely.ai API"
      }
    },
    {
      "id": "7c99c081-fe06-41f9-bbd6-b74c1c06f45c",
      "name": "2️⃣ Export",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2560,
        272
      ],
      "parameters": {
        "width": 288,
        "height": 464,
        "content": "**Export** — Format results and save to Sheets/JSON"
      }
    }
  ],
  "connections": {
    "Format Results": {
      "main": [
        [
          {
            "node": "Export to Google Sheets",
            "type": "main",
            "index": 0
          },
          {
            "node": "Export to JSON",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Set Search Parameters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Search Parameters": {
      "main": [
        [
          {
            "node": "Search LinkedIn People",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Search LinkedIn People": {
      "main": [
        [
          {
            "node": "Format Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}