🎣 Enrich Company Data from LinkedIn via Bright Data & Google Sheets

841 views · 🎣 Lead Generation & Enrichment

💡 Pro Tip — If you’re pulling LinkedIn data through HTTP requests or dealing with API restrictions, there’s a community node called ScraperNode that handles this natively. It has dedicated scrapers for profiles, companies, jobs, and people search — you just pass a URL and get structured data back.

View All Scrapers

Description

This n8n workflow automates the enrichment of a company list by discovering and extracting each company’s official LinkedIn URL using Bright Data’s search capabilities and Google Gemini AI for HTML parsing and result interpretation.

image.png

Who is this template for?

This workflow is ideal for sales, business development, and data research professionals who need to collect official LinkedIn company profiles for multiple organizations, starting from a list of company names in Google Sheets. It’s especially useful for teams who want to automate sourcing LinkedIn URLs, enrich their prospect database, or validate company data at scale.

How it works

Manual Trigger: The workflow is started manually (useful for controlled batch runs and testing). Read Company Names: Company names are loaded from a specified Google Sheets table. Loop Over Each Company: Each company is processed one-by-one:

Result Handling:

Batch Data Enrichment: All found company URLs are bundled into a single request for further enrichment from a Bright Data dataset. Export: The workflow appends the final, structured data for each company to another sheet in your Google Sheets file.

Setup instructions

1. Replace API Keys: Insert your Bright Data API key in these nodes:

2. Connect Google Sheets: Set up your Google Sheets credentials and specify the sheet for reading input and writing output.

3. Customize Output Structure: Adjust the Python code node (see sticky note in the template) if you want to include additional or fewer fields in your output.

4. Adjust for Scale or Error Handling:

5. Run the Workflow: Start manually, monitor the run, and check your Google Sheet for results.

Customization guidance

Change Input/Output Sheets: Update the sheet names or columns if your source/target spreadsheet has a different structure.

Use Another AI Model: Replace the Google Gemini node with another LLM node if preferred.

Integrate Alerts: Add Slack or email nodes to notify your team when a LinkedIn profile is not found or when the process is complete.

🔗 Nodes Used

Google Sheets, HTTP Request, Basic LLM Chain, Structured Output Parser, Google Gemini Chat Model

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup