{
  "name": "Find and verify Linkedin profile with Airtop",
  "nodes": [
    {
      "id": "9e79490c-16c6-40ed-a732-6e2b45a9dfe9",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        540,
        240
      ]
    },
    {
      "id": "aca747c1-6a71-4b7f-b654-c7e7cad379da",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        540,
        440
      ]
    },
    {
      "id": "15461964-1a8b-43fe-9f0f-2817e727be83",
      "name": "Search Profile URL",
      "type": "n8n-nodes-base.airtop",
      "position": [
        1000,
        340
      ]
    },
    {
      "id": "0a491a72-67f0-4676-988f-01736e30208c",
      "name": "Verify Profile URL",
      "type": "n8n-nodes-base.airtop",
      "position": [
        1420,
        340
      ]
    },
    {
      "id": "f4f5bb51-b322-4506-bdea-e71d93f4f62d",
      "name": "Unify Parameters",
      "type": "n8n-nodes-base.set",
      "position": [
        760,
        340
      ]
    },
    {
      "id": "1f230961-53e6-46b8-b1cf-5caa5a1a3861",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        500,
        120
      ],
      "parameters": {
        "width": 420,
        "height": 480,
        "content": "## Input Parameters\n** Run this workflow using a form or from another workflow"
      }
    },
    {
      "id": "9be6a60f-9476-44f8-8a59-af516c5fe495",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        940,
        120
      ],
      "parameters": {
        "width": 700,
        "height": 480,
        "content": "## Search LinkedIn\nSearch for the LinkedIn profile using Google. If a link is found, verify that the profile belongs to the correct person.\n\n"
      }
    },
    {
      "id": "47faf136-4f70-461c-9bf7-eda7aaf8bf8b",
      "name": "Is valid Linkedin link?",
      "type": "n8n-nodes-base.filter",
      "position": [
        1200,
        340
      ]
    },
    {
      "id": "4cd8ecb5-df56-44f9-8480-745fa755b321",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -220,
        -120
      ],
      "parameters": {
        "width": 700,
        "height": 1000,
        "content": "README\n\n# Automating LinkedIn Profile Discovery with Verification\n\n## Use Case\n\nAccurately identifying and verifying a person’s LinkedIn profile is essential for prospecting, recruiting, or contact en"
      }
    }
  ],
  "connections": {
    "Unify Parameters": {
      "main": [
        [
          {
            "node": "Search Profile URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Unify Parameters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Search Profile URL": {
      "main": [
        [
          {
            "node": "Is valid Linkedin link?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Verify Profile URL": {
      "main": [
        []
      ]
    },
    "Is valid Linkedin link?": {
      "main": [
        [
          {
            "node": "Verify Profile URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Unify Parameters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}