{"workflow":{"id":13669,"name":"Get LinkedIn profile data via TexAU API","views":15,"recentViews":0,"totalViews":15,"createdAt":"2026-02-24T20:29:16.258Z","description":"This workflow automates the extraction of detailed LinkedIn profile information through the TexAU API. It is designed for lead enrichment, prospect research, hiring workflows, and any automation requiring structured profile data from LinkedIn.\n\n**How it Works**\n\n1. The workflow is triggered manually or through another workflow.\n2. A request is sent to TexAU’s LinkedIn Profile Scraper task, providing the target LinkedIn profile URL or ID.\n3. TexAU starts a profile-scraping job in the background.\n4. The workflow waits briefly to allow processing time.\n5. A follow-up request retrieves the completed results from TexAU’s results endpoint.\n6. The workflow outputs a structured JSON representation of the profile, typically including name, headline, role, location, experience, skills, and education.\n\n**Setup Steps**\n\n* Add your TexAU API key to the HTTP Request node.\n* Supply the LinkedIn profile URL dynamically or manually.\n* Adjust the wait time depending on TexAU’s queue speed.\n* Connect your CRM, database, or AI logic to process the profile results.\n\n**Good to Know**\nData availability depends on what is publicly visible. Processing time varies based on TexAU queue load.\n","workflow":{"id":"T20fuIbAutLoeQW9","meta":{"instanceId":"a25b939d3da3cf71395962109e9591058659f512b55f3c747ed7c06b1379405d"},"name":"Linkedin Profile Scraper","tags":[],"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 research, hiring workflows, and any automation requiring structured profile data from LinkedIn.\n\n**How it Works**\n\n1. The workflow is triggered manually or through another workflow.\n2. A request is sent to TexAU’s LinkedIn Profile Scraper task, providing the target LinkedIn profile URL or ID.\n3. TexAU starts a profile-scraping job in the background.\n4. The workflow waits briefly to allow processing time.\n5. A follow-up request retrieves the completed results from TexAU’s results endpoint.\n6. The workflow outputs a structured JSON representation of the profile, typically including name, headline, role, location, experience, skills, and education.\n\n**Setup Steps**\n\n* Add your TexAU API key to the HTTP Request node.\n* Supply the LinkedIn profile URL dynamically or manually.\n* Adjust the wait time depending on TexAU’s queue speed.\n* Connect your CRM, database, or AI logic to process the profile results.\n\n**Good to Know**\nData availability depends on what is publicly visible. Processing time varies based on TexAU queue load.\n"},"typeVersion":1},{"id":"7f29a2b1-1de5-4892-a38b-b27fbdd57f41","name":"When Executed by Another Workflow","type":"n8n-nodes-base.executeWorkflowTrigger","position":[96,272],"parameters":{"workflowInputs":{"values":[{"name":"Linkedin_url"}]}},"typeVersion":1.1},{"id":"bc416f78-9dd7-4ec5-ab6a-755043bc00ae","name":"Get Results","type":"n8n-nodes-base.httpRequest","position":[544,272],"parameters":{"url":"=https://api.texau.com/api/v1/public/executions/{{ $json.data.id }}","options":{},"sendHeaders":true,"headerParameters":{"parameters":[{"name":"accept","value":"application/json"},{"name":"X-TexAu-Context","value":"={\"orgUserId\":\"682d0f7b9b7201d753c4d2e0\",\"workspaceId\":\"682d0f7b9b7201d753c4d2e5\"}"},{"name":"Authorization","value":"=Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InN1YiI6IjA2NDZhZThlLWZiOWUtNGMwMC04MzU3LWZiOTQJ2U46eZiTBP76j5nH7oo2T4mwnNhgUdxvb3BpdC5haSIsInVzZXJJZCI6IjY4MmQwZjc5OWI3MjAxZDc1M2M0ZDJiNyIsIm9yZ2FuaXNhdGlvbklkIjoiNjgyZDBmN2I5YjcyMDFkNzUzYzRkMmQ3In0sImlhdCI6MTc0Nzg1NTgwOH0.9wjBFmUpDp0m99n5bEIrAdOrM4AWbp7e2SWJjLUXp70"}]}},"typeVersion":4.2},{"id":"e2e48e2b-31c9-4e8b-9826-70c50f309356","name":"Wait","type":"n8n-nodes-base.wait","position":[768,272],"webhookId":"101db2f5-593e-415d-87fa-9782b3cd0f41","parameters":{"amount":60},"typeVersion":1.1},{"id":"56240d78-1b01-4d8c-a11f-f5d1a3c15d5a","name":"LinkedIn_Profile_Scrape","type":"n8n-nodes-base.httpRequest","position":[320,272],"parameters":{"url":"=https://api.texau.com/api/v1/public/run","method":"POST","options":{},"jsonBody":"={\n  \"name\": \"LinkedIn Profile Scraper\",\n  \"description\": \"LinkedIn Profile\",\n  \"automationId\": \"63f48ee97022e05c116fc798\",\n  \"connectedAccountId\": \"682e40549b7201d753f2cb82\",\n  \"timezone\": \"America/Los_Angeles\",\n  \"inputs\": {\n    \"liProfileUrl\": \"{{ $json.Linkedin_url }}\"\n  }\n} ","sendBody":true,"sendHeaders":true,"specifyBody":"json","headerParameters":{"parameters":[{"name":"accept","value":"application/json"},{"name":"X-TexAu-Context","value":"={\"orgUserId\":\"682d0f7b9b7201d753c4d2e0\",\"workspaceId\":\"682d0f7b9b7201d753c4d2e5\"}"},{"name":"Authorization","value":"=Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InN1YiI6IjA2NDZhZThlLWZiOWUtNGMwMC04MzU3LWZiOTQJ2U46eZiTBP76j5nH7oo2T4mwnNhgUdxvb3BpdC5haSIsInVzZXJJZCI6IjY4MmQwZjc5OWI3MjAxZDc1M2M0ZDJiNyIsIm9yZ2FuaXNhdGlvbklkIjoiNjgyZDBmN2I5YjcyMDFkNzUzYzRkMmQ3In0sImlhdCI6MTc0Nzg1NTgwOH0.9wjBFmUpDp0m99n5bEIrAdOrM4AWbp7e2SWJjLUXp70"}]}},"typeVersion":4.2},{"id":"c8b8c9d5-294b-4b34-8bc3-3ecf15d56a93","name":"Get_Results","type":"n8n-nodes-base.httpRequest","position":[992,272],"parameters":{"url":"=https://api.texau.com/api/v1/public/results/{{ $json.data.id }}","options":{},"sendHeaders":true,"headerParameters":{"parameters":[{"name":"accept","value":"application/json"},{"name":"X-TexAu-Context","value":"={\"orgUserId\":\"682d0f7b9b7201d753c4d2e0\",\"workspaceId\":\"682d0f7b9b7201d753c4d2e5\"}"},{"name":"Authorization","value":"=Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InN1YiI6IjA2NDZhZThlLWZiOWUtNGMwMC04MzU3LWZiOTQJ2U46eZiTBP76j5nH7oo2T4mwnNhgUdxvb3BpdC5haSIsInVzZXJJZCI6IjY4MmQwZjc5OWI3MjAxZDc1M2M0ZDJiNyIsIm9yZ2FuaXNhdGlvbklkIjoiNjgyZDBmN2I5YjcyMDFkNzUzYzRkMmQ3In0sImlhdCI6MTc0Nzg1NTgwOH0.9wjBFmUpDp0m99n5bEIrAdOrM4AWbp7e2SWJjLUXp70"}]}},"typeVersion":4.2}],"active":false,"pinData":{},"settings":{"executionOrder":"v1"},"versionId":"d4ef32d1-a445-4b68-ac90-8d12bdd4a9be","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}]]}}},"lastUpdatedBy":1,"workflowInfo":{"nodeCount":6,"nodeTypes":{"n8n-nodes-base.wait":{"count":1},"n8n-nodes-base.stickyNote":{"count":1},"n8n-nodes-base.httpRequest":{"count":3},"n8n-nodes-base.executeWorkflowTrigger":{"count":1}}},"status":"published","readyToDemo":null,"user":{"name":"Spiritec","username":"spiritec","bio":"","verified":true,"links":[""],"avatar":"https://gravatar.com/avatar/2e1e31fa92be5e9940bae4b4e0a52e3477c1cd1d5a4f769e3d4c70f77f81ba94?r=pg&d=retro&size=200"},"nodes":[{"id":19,"icon":"file:httprequest.svg","name":"n8n-nodes-base.httpRequest","codex":{"data":{"alias":["API","Request","URL","Build","cURL"],"resources":{"generic":[{"url":"https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/","icon":"☀️","label":"2021: The Year to Automate the New You with n8n"},{"url":"https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/","icon":"🧬","label":"Why business process automation with n8n can change your daily life"},{"url":"https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/","icon":"📈","label":"Automatically pulling and visualizing data with n8n"},{"url":"https://n8n.io/blog/learn-how-to-automatically-cross-post-your-content-with-n8n/","icon":"✍️","label":"Learn how to automatically cross-post your content with n8n"},{"url":"https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/","icon":"🧾","label":"Automatically Adding Expense Receipts to Google Sheets with Telegram, Mindee, Twilio, and n8n"},{"url":"https://n8n.io/blog/running-n8n-on-ships-an-interview-with-maranics/","icon":"🛳","label":"Running n8n on ships: An interview with Maranics"},{"url":"https://n8n.io/blog/what-are-apis-how-to-use-them-with-no-code/","icon":" 🪢","label":"What are APIs and how to use them with no code"},{"url":"https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/","icon":"⚡️","label":"5 tasks you can automate with the new Notion API "},{"url":"https://n8n.io/blog/world-poetry-day-workflow/","icon":"📜","label":"Celebrating World Poetry Day with a daily poem in Telegram"},{"url":"https://n8n.io/blog/automate-google-apps-for-productivity/","icon":"💡","label":"15 Google apps you can combine and automate to increase productivity"},{"url":"https://n8n.io/blog/automate-designs-with-bannerbear-and-n8n/","icon":"🎨","label":"Automate Designs with Bannerbear and n8n"},{"url":"https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/","icon":" 🕸️","label":"How uProc scraped a multi-page website with a low-code workflow"},{"url":"https://n8n.io/blog/building-an-expense-tracking-app-in-10-minutes/","icon":"📱","label":"Building an expense tracking app in 10 minutes"},{"url":"https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/","icon":"🤖","label":"5 workflow automations for Mattermost that we love at n8n"},{"url":"https://n8n.io/blog/how-to-use-the-http-request-node-the-swiss-army-knife-for-workflow-automation/","icon":"🧰","label":"How to use the HTTP Request Node - The Swiss Army Knife for Workflow Automation"},{"url":"https://n8n.io/blog/learn-how-to-use-webhooks-with-mattermost-slash-commands/","icon":"🦄","label":"Learn how to use webhooks with Mattermost slash commands"},{"url":"https://n8n.io/blog/how-a-membership-development-manager-automates-his-work-and-investments/","icon":"📈","label":"How a Membership Development Manager automates his work and investments"},{"url":"https://n8n.io/blog/a-low-code-bitcoin-ticker-built-with-questdb-and-n8n-io/","icon":"📈","label":"A low-code bitcoin ticker built with QuestDB and n8n.io"},{"url":"https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/","icon":"🎡","label":"How to set up a no-code CI/CD pipeline with GitHub and TravisCI"},{"url":"https://n8n.io/blog/automations-for-activists/","icon":"✨","label":"How Common Knowledge use workflow automation for activism"},{"url":"https://n8n.io/blog/creating-scheduled-text-affirmations-with-n8n/","icon":"🤟","label":"Creating scheduled text affirmations with n8n"},{"url":"https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/","icon":"🛵","label":"How Goomer automated their operations with over 200 n8n workflows"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/"}]},"categories":["Development","Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers"]}}},"group":"[\"output\"]","defaults":{"name":"HTTP Request","color":"#0004F5"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MCAyMEM0MCA4Ljk1MzE0IDMxLjA0NjkgMCAyMCAwQzguOTUzMTQgMCAwIDguOTUzMTQgMCAyMEMwIDMxLjA0NjkgOC45NTMxNCA0MCAyMCA0MEMzMS4wNDY5IDQwIDQwIDMxLjA0NjkgNDAgMjBaTTIwIDM2Ljk0NThDMTguODg1MiAzNi45NDU4IDE3LjEzNzggMzUuOTY3IDE1LjQ5OTggMzIuNjk4NUMxNC43OTY0IDMxLjI5MTggMTQuMTk2MSAyOS41NDMxIDEzLjc1MjYgMjcuNjg0N0gyNi4xODk4QzI1LjgwNDUgMjkuNTQwMyAyNS4yMDQ0IDMxLjI5MDEgMjQuNTAwMiAzMi42OTg1QzIyLjg2MjIgMzUuOTY3IDIxLjExNDggMzYuOTQ1OCAyMCAzNi45NDU4Wk0xMi45MDY0IDIwQzEyLjkwNjQgMjEuNjA5NyAxMy4wMDg3IDIzLjE2NCAxMy4yMDAzIDI0LjYzMDVIMjYuNzk5N0MyNi45OTEzIDIzLjE2NCAyNy4wOTM2IDIxLjYwOTcgMjcuMDkzNiAyMEMyNy4wOTM2IDE4LjM5MDMgMjYuOTkxMyAxNi44MzYgMjYuNzk5NyAxNS4zNjk1SDEzLjIwMDNDMTMuMDA4NyAxNi44MzYgMTIuOTA2NCAxOC4zOTAzIDEyLjkwNjQgMjBaTTIwIDMuMDU0MTlDMjEuMTE0OSAzLjA1NDE5IDIyLjg2MjIgNC4wMzA3OCAyNC41MDAxIDcuMzAwMzlDMjUuMjA2NiA4LjcxNDA4IDI1LjgwNzIgMTAuNDA2NyAyNi4xOTIgMTIuMzE1M0gxMy43NTAxQzE0LjE5MzMgMTAuNDA0NyAxNC43OTQyIDguNzEyNTQgMTUuNDk5OCA3LjMwMDY0QzE3LjEzNzcgNC4wMzA4MyAxOC44ODUxIDMuMDU0MTkgMjAgMy4wNTQxOVpNMzAuMTQ3OCAyMEMzMC4xNDc4IDE4LjQwOTkgMzAuMDU0MyAxNi44NjE3IDI5LjgyMjcgMTUuMzY5NUgzNi4zMDQyQzM2LjcyNTIgMTYuODQyIDM2Ljk0NTggMTguMzk2NCAzNi45NDU4IDIwQzM2Ljk0NTggMjEuNjAzNiAzNi43MjUyIDIzLjE1OCAzNi4zMDQyIDI0LjYzMDVIMjkuODIyN0MzMC4wNTQzIDIzLjEzODMgMzAuMTQ3OCAyMS41OTAxIDMwLjE0NzggMjBaTTI2LjI3NjcgNC4yNTUxMkMyNy42MzY1IDYuMzYwMTkgMjguNzExIDkuMTMyIDI5LjM3NzQgMTIuMzE1M0gzNS4xMDQ2QzMzLjI1MTEgOC42NjggMzAuMTA3IDUuNzgzNDYgMjYuMjc2NyA0LjI1NTEyWk0xMC42MjI2IDEyLjMxNTNINC44OTI5M0M2Ljc1MTQ3IDguNjY3ODQgOS44OTM1MSA1Ljc4MzQxIDEzLjcyMzIgNC4yNTUxM0MxMi4zNjM1IDYuMzYwMjEgMTEuMjg5IDkuMTMyMDEgMTAuNjIyNiAxMi4zMTUzWk0zLjA1NDE5IDIwQzMuMDU0MTkgMjEuNjAzIDMuMjc3NDMgMjMuMTU3NSAzLjY5NDg0IDI0LjYzMDVIMTAuMTIxN0M5Ljk0NjE5IDIzLjE0MiA5Ljg1MjIyIDIxLjU5NDMgOS44NTIyMiAyMEM5Ljg1MjIyIDE4LjQwNTcgOS45NDYxOSAxNi44NTggMTAuMTIxNyAxNS4zNjk1SDMuNjk0ODRDMy4yNzc0MyAxNi44NDI1IDMuMDU0MTkgMTguMzk3IDMuMDU0MTkgMjBaTTI2LjI3NjYgMzUuNzQyN0MyNy42MzY1IDMzLjYzOTMgMjguNzExIDMwLjg2OCAyOS4zNzc0IDI3LjY4NDdIMzUuMTA0NkMzMy4yNTEgMzEuMzMyMiAzMC4xMDY4IDM0LjIxNzkgMjYuMjc2NiAzNS43NDI3Wk0xMy43MjM0IDM1Ljc0MjdDOS44OTM2OSAzNC4yMTc5IDYuNzUxNTUgMzEuMzMyNCA0Ljg5MjkzIDI3LjY4NDdIMTAuNjIyNkMxMS4yODkgMzAuODY4IDEyLjM2MzUgMzMuNjM5MyAxMy43MjM0IDM1Ljc0MjdaIiBmaWxsPSIjM0E0MkU5Ii8+Cjwvc3ZnPgo="},"displayName":"HTTP Request","typeVersion":4,"nodeCategories":[{"id":5,"name":"Development"},{"id":9,"name":"Core Nodes"}]},{"id":514,"icon":"fa:pause-circle","name":"n8n-nodes-base.wait","codex":{"data":{"alias":["pause","sleep","delay","timeout"],"resources":{"generic":[{"url":"https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/","icon":"👥","label":"How to get started with CRM automation (with 3 no-code workflow ideas"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.wait/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers","Flow"]}}},"group":"[\"organization\"]","defaults":{"name":"Wait","color":"#804050"},"iconData":{"icon":"pause-circle","type":"icon"},"displayName":"Wait","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":565,"icon":"fa:sticky-note","name":"n8n-nodes-base.stickyNote","codex":{"data":{"alias":["Comments","Notes","Sticky"],"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers"]}}},"group":"[\"input\"]","defaults":{"name":"Sticky Note","color":"#FFD233"},"iconData":{"icon":"sticky-note","type":"icon"},"displayName":"Sticky Note","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":837,"icon":"fa:sign-out-alt","name":"n8n-nodes-base.executeWorkflowTrigger","codex":{"data":{"resources":{"generic":[],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflowtrigger/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers"]}}},"group":"[\"trigger\"]","defaults":{"name":"When Executed by Another Workflow","color":"#ff6d5a"},"iconData":{"icon":"sign-out-alt","type":"icon"},"displayName":"Execute Workflow Trigger","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]}],"categories":[{"id":37,"name":"Lead Generation"}],"image":[]}}