{
  "name": "Get LinkedIn profile data via TexAU API",
  "nodes": [
    {
      "id": "989fe462-2136-41d0-aa6b-e8407c0cb63d",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -528,
        0
      ],
      "parameters": {
        "width": 560,
        "height": 644,
        "content": "## **LinkedIn Profile Retrieval via TexAU**\n\nThis workflow automates the extraction of detailed LinkedIn profile information through the TexAU API. It is designed for lead enrichment, prospect researc"
      }
    },
    {
      "id": "7f29a2b1-1de5-4892-a38b-b27fbdd57f41",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        96,
        272
      ]
    },
    {
      "id": "bc416f78-9dd7-4ec5-ab6a-755043bc00ae",
      "name": "Get Results",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        544,
        272
      ]
    },
    {
      "id": "e2e48e2b-31c9-4e8b-9826-70c50f309356",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        768,
        272
      ]
    },
    {
      "id": "56240d78-1b01-4d8c-a11f-f5d1a3c15d5a",
      "name": "LinkedIn_Profile_Scrape",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        320,
        272
      ]
    },
    {
      "id": "c8b8c9d5-294b-4b34-8bc3-3ecf15d56a93",
      "name": "Get_Results",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        992,
        272
      ]
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Get_Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Results": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "LinkedIn_Profile_Scrape": {
      "main": [
        [
          {
            "node": "Get Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "LinkedIn_Profile_Scrape",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}