{
  "name": "Search for people on LinkedIn using the TexAU API",
  "nodes": [
    {
      "id": "a1520255-d68f-4842-a10f-0bfd3a8c9a38",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -688,
        -80
      ],
      "parameters": {
        "width": 688,
        "height": 620,
        "content": "##  Search people in LinkedIn using TexAU API\n\nThis workflow performs automated LinkedIn people search using the TexAU API. It is ideal for prospecting, recruitment, lead generation, and workflows whe"
      }
    },
    {
      "id": "714f5d08-ee43-4d42-aa58-b4f7a0842077",
      "name": "People_Search_Results",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        976,
        160
      ]
    },
    {
      "id": "74e657e4-5760-4417-be31-18a4b3c83253",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        80,
        160
      ]
    },
    {
      "id": "83e803e1-db6a-40d1-9db5-15201c4b696d",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        752,
        160
      ]
    },
    {
      "id": "5b29dd8c-086f-4913-bfa5-64ac97bb9bae",
      "name": "Get Results",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        528,
        160
      ]
    },
    {
      "id": "6562907f-8df3-4307-92c4-3c6cc73c3429",
      "name": "LinkedIn_People_Search",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        304,
        160
      ]
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "People_Search_Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Results": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "LinkedIn_People_Search": {
      "main": [
        [
          {
            "node": "Get Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "LinkedIn_People_Search",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}