{
  "name": "Extract structured LinkedIn profile data with Airtop & AI parsing",
  "nodes": [
    {
      "id": "e536a185-e95d-4a15-a28f-10cf207cea2d",
      "name": "Airtop",
      "type": "n8n-nodes-base.airtop",
      "position": [
        200,
        100
      ]
    },
    {
      "id": "e82acd23-fd83-4b5b-a460-056669ef7053",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -240,
        0
      ]
    },
    {
      "id": "0eb1d929-6c46-432b-9eae-e2cd7ed377b7",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        420,
        100
      ]
    },
    {
      "id": "42a3e2b9-c830-4ef3-bb0b-0c8951fed417",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -240,
        200
      ]
    },
    {
      "id": "c6408039-49db-44e9-905a-7a0e61211375",
      "name": "Parameters",
      "type": "n8n-nodes-base.set",
      "position": [
        -20,
        100
      ]
    },
    {
      "id": "f57c8cfd-b207-4769-b509-74f3cd6eb1aa",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1040,
        -280
      ],
      "parameters": {
        "width": 720,
        "height": 880,
        "content": "README\n# Extracting LinkedIn Profile Information\n## Use Case\nManually copying data from LinkedIn profiles is time-consuming and error-prone. This automation helps you extract structured, detailed info"
      }
    }
  ],
  "connections": {
    "Airtop": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parameters": {
      "main": [
        [
          {
            "node": "Airtop",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Parameters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Parameters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}