{
  "name": "Retrieve a LinkedIn contact’s name from a profile URL with LinkUp",
  "nodes": [
    {
      "id": "08a2b197-7d03-4277-89a1-840986b20de9",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -224,
        16
      ]
    },
    {
      "id": "92b5789f-f4e8-496b-89d6-c7b739f36681",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        784,
        16
      ]
    },
    {
      "id": "8b083e8b-4e53-44b4-8131-d7d777290919",
      "name": "Replace Me",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1840,
        48
      ]
    },
    {
      "id": "0f00dc68-3b98-4803-b92e-cd9617504df6",
      "name": "Limit",
      "type": "n8n-nodes-base.limit",
      "position": [
        544,
        16
      ]
    },
    {
      "id": "dcfd5a08-c128-47c6-a0a8-c361e72d9ed2",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        1040,
        32
      ]
    },
    {
      "id": "0abfadae-3511-4e68-97da-5c8156c90b22",
      "name": "linkup",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1312,
        -112
      ]
    },
    {
      "id": "dcb6210c-0c3c-4861-afdc-39054b9b685d",
      "name": "linkedinurl",
      "type": "n8n-nodes-base.dataTable",
      "position": [
        320,
        16
      ]
    },
    {
      "id": "7f105c11-6943-4ba3-9b6b-39487d85cc25",
      "name": "settings",
      "type": "n8n-nodes-base.set",
      "position": [
        48,
        16
      ]
    },
    {
      "id": "c1d6dce1-c378-4b3d-9d24-eeb09018b4b2",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -16,
        -32
      ],
      "parameters": {
        "width": 224,
        "height": 224,
        "content": "Setup Your Api Key here"
      }
    },
    {
      "id": "8d7705e0-434c-4545-afc2-4da8acbc5c8c",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        256,
        -32
      ],
      "parameters": {
        "width": 224,
        "height": 224,
        "content": "Don't forget to add LinkedIn URL"
      }
    },
    {
      "id": "df2c412b-be8b-46b2-b4ce-e2b582f5b076",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1248,
        -176
      ],
      "parameters": {
        "width": 224,
        "height": 240,
        "content": "LinkUp Call."
      }
    },
    {
      "id": "f1186d35-8b9c-4126-89a6-6745f0c98039",
      "name": "update name",
      "type": "n8n-nodes-base.dataTable",
      "position": [
        1552,
        -112
      ]
    },
    {
      "id": "7150ab3a-cba5-481b-bb91-c24004f691a0",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -848,
        -432
      ],
      "parameters": {
        "width": 560,
        "height": 912,
        "content": "# Recovering a Contact’s Name from a LinkedIn URL with LinkUp\n\n## Summary  \nThis workflow retrieves a LinkedIn contact’s **full name** from their **profile URL** using the [LinkUp](https://www.linkup."
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "linkup",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Replace Me",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Limit": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "linkup": {
      "main": [
        [
          {
            "node": "update name",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "settings": {
      "main": [
        [
          {
            "node": "linkedinurl",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Replace Me": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "linkedinurl": {
      "main": [
        [
          {
            "node": "Limit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "update name": {
      "main": [
        [
          {
            "node": "Replace Me",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "settings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}