{
  "name": "Verify Linkedin company page by domain with Airtop",
  "nodes": [
    {
      "id": "cbc4f998-7754-402a-90b4-70326c123b0e",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        0,
        -40
      ]
    },
    {
      "id": "9d42c793-854a-4a72-b0c2-792ef4330ba5",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        0,
        160
      ]
    },
    {
      "id": "ee8e44e6-6aa6-4277-bbcd-1d432d2d9847",
      "name": "Filter",
      "type": "n8n-nodes-base.filter",
      "position": [
        660,
        60
      ]
    },
    {
      "id": "6d17f2b6-18da-4d4f-adb7-0aad58cf7062",
      "name": "Unify Params",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        60
      ]
    },
    {
      "id": "a5314839-ef59-4192-a3e5-59ea19212354",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -140
      ],
      "parameters": {
        "width": 400,
        "height": 460,
        "content": "## Input Parameters\nRun this workflow using a form or from another workflow"
      }
    },
    {
      "id": "8d7e5acf-be4e-4937-bf6c-4b87ab3e5fef",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        380,
        -140
      ],
      "parameters": {
        "width": 700,
        "height": 460,
        "content": "## Verify LinkedIn URL\nEnsure that the provided link corresponds to the company."
      }
    },
    {
      "id": "120ac1b5-c7c3-4788-a42f-59359a1da8ce",
      "name": "Map response",
      "type": "n8n-nodes-base.set",
      "position": [
        880,
        60
      ]
    },
    {
      "id": "6875ffa6-868c-4ec8-a51a-cb0b274b6690",
      "name": "Get company website from LinkedIn profile",
      "type": "n8n-nodes-base.airtop",
      "position": [
        440,
        60
      ]
    },
    {
      "id": "fb9d7f84-1ae2-4f10-87a7-0491cf80e67f",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -760,
        -500
      ],
      "parameters": {
        "width": 700,
        "height": 1160,
        "content": "README\n\n# Automating LinkedIn Company URL Verification\n\n## Use Case\n\nThis automation verifies that a given LinkedIn URL actually belongs to a company by comparing the website listed on their LinkedIn "
      }
    }
  ],
  "connections": {
    "Filter": {
      "main": [
        [
          {
            "node": "Map response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Unify Params": {
      "main": [
        [
          {
            "node": "Get company website from LinkedIn profile",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Unify Params",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Unify Params",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get company website from LinkedIn profile": {
      "main": [
        [
          {
            "node": "Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}