Block 1 - When chat message received
- Type / Role
- @n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
Precision Prospecting: Automate LinkedIn Lead Gen with n8n & Bright Data Overview This workflow turns n8n into an AI powered prospector, automatically searching Goog...
@n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.executeworkflowtrigger, @n8n/n8n-nodes-langchain.toolworkflow, n8n-nodes-brightdata.brightdatatool, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.splitout, n8n-nodes-base.html
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Miquel Colomer.
Original n8n.io source🎯 Precision Prospecting: Automate LinkedIn Lead Gen with n8n & Bright Data
📝 Overview This workflow turns n8n into an AI-powered prospector, automatically searching Google for LinkedIn profiles, scraping profile data via Bright Data, and summarizing key details. Ideal for sales and recruitment teams seeking targeted lead lists without manual research.
🎥 Workflow in Action Want to see this workflow in action? You have a chat window output below:
🔑 Key Features
🚀 How It Works (Step-by-Step)
Prerequisites:
n8n-nodes-brightdata (not verified community node).Node Configuration:
chatTrigger): Fires on user prompt.memoryBufferWindow): Stores the last 20 chat messages.agent): Orchestrates search logic.brightData): Performs a Google search with site:linkedin.com/in.html): Extracts all <a> hrefs from the search result page.splitOut): Splits out individual link entries.filter): Ensures the URL contains “linkedin.com/” and starts with “https://”.limit): Restricts output to the first valid profile URL.toolWorkflow): Passes the URL to a secondary workflow to fetch the first link.brightDataTool): Scrapes the profile JSON.lmChatOpenAi): Summarizes and formats the scraped data.Workflow Logic:
site:linkedin.com/in bright data cmo) and calls “Get 1 Google Result.”Testing & Optimization:
maxIterations or memory window length for performance.Deployment & Monitoring:
✅ Pre-requisites
gd_l1viktl72bvl7bjuj0.👤 Who Is This For?
📈 Benefits & Use Cases
Workflow created and verified by Miquel Colomer https://www.linkedin.com/in/miquelcolomersalas/ and N8nHackers https://n8nhackers.com
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | 🎯 Precision prospecting: Automate LinkedIn lead gen with Bright Data |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Lead Generation, AI Chatbot |
| Author | Miquel Colomer |
| Published | 11 Jun 2025 |
Use the JSON export at /data/workflows/4873/4873.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Precision Prospecting: Automate LinkedIn Lead Gen with n8n & Bright Data Overview This workflow turns n8n into an AI powered prospector, automatically searching Goog...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation, AI Chatbot use case.