🎣 Collect LinkedIn profiles with AI processing using SerpAPI, OpenAI, and NocoDB

1,974 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

What problem does this solve?

It fetches LinkedIn profiles for a multitude of purposes based on a keyword and location via Google search and stores them in an Excel file for download and in a NocoDB database. It tries to avoid using costly services and should be n8n beginner friendly. It uses the serpapi.com to avoid being blocked by Google Search and to process the data in an easier way.

What does it do?

How does it do it?

Step-by-step instruction

  1. Import the Workflow: Copy the workflow JSON from the “Template Code” section below. Import it into n8n via “Import from File” or “Import from URL”.

  2. Set up a free account at serpapi.com and get API credentials to enable good Google search results

  3. Set up an API account at openai.com and get API key

  4. Set up a nocodb.com account (or self-host) and get the API credentials

  5. Create the credentials for serpapi.com, opemnai.com and nocodb.com in n8n.

  6. Set up a table in NocoDB with the fields indicated in the note above the NocoDB node

  7. Follow the instructions as detailed in the notes above individual nodes

  8. When the workflow is finished, open the Excel node and click download if you need the Excel file

🔗 Nodes Used

HTTP Request, NocoDB, Convert to File, OpenAI

📥 Import

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

📖 Importing guide · 🔑 Credential setup