{
  "name": "Extract Linkedin company data with Airtop",
  "nodes": [
    {
      "id": "cc28eede-9e0b-450f-9637-8bf45aa4046a",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        0,
        40
      ]
    },
    {
      "id": "2f698c15-0513-49ef-842f-250d7cb10b6a",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        0,
        240
      ]
    },
    {
      "id": "dabdf295-fad9-4069-9408-82d56f1c7ed8",
      "name": "Unify Params",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        140
      ]
    },
    {
      "id": "49b490b3-2449-49b2-9447-c789f3c14161",
      "name": "Extract Company's information",
      "type": "n8n-nodes-base.airtop",
      "position": [
        440,
        140
      ]
    },
    {
      "id": "baeb6e4d-da47-4503-a2f9-234ad7aec245",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -60
      ],
      "parameters": {
        "width": 400,
        "height": 460,
        "content": "## Input Parameters\nRun this workflow using a form or from another workflow"
      }
    },
    {
      "id": "7e884f82-249b-4d2e-bbbf-a7391d9fe7b4",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        360,
        -60
      ],
      "parameters": {
        "width": 480,
        "height": 460,
        "content": "## Extract company information from LinkedIn"
      }
    },
    {
      "id": "cc01b24b-5d27-4500-bb1d-abea5dd67b45",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -780,
        -580
      ],
      "parameters": {
        "width": 700,
        "height": 1480,
        "content": "README\n\n# Automating LinkedIn Company Data Extraction\n\n## Use Case\n\nThis automation extracts detailed company insights from a LinkedIn company page, including identity, scale, classification, and fund"
      }
    },
    {
      "id": "2173abea-5684-4111-92a9-4c538fa14edc",
      "name": "Map output",
      "type": "n8n-nodes-base.set",
      "position": [
        660,
        140
      ]
    }
  ],
  "connections": {
    "Unify Params": {
      "main": [
        [
          {
            "node": "Extract Company's information",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Unify Params",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Company's information": {
      "main": [
        [
          {
            "node": "Map output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Unify Params",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}