🎣 Find LinkedIn professionals with Google Search and Airtable

⚡ 1,260 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

Find LinkedIn Professionals with Google Search and Airtable

Who is this for?

This workflow is perfect for sales professionals, recruiters, business development teams, and marketers who need to build targeted prospect lists from LinkedIn. Whether you’re looking for specific job titles, industry professionals, or experts in particular locations, this template automates the tedious process of manual LinkedIn searching.

Follow me for more

What problem is this workflow solving?

Finding qualified prospects on LinkedIn manually is time-consuming and inefficient. Traditional methods involve:

This workflow solves these challenges by leveraging Google’s powerful search capabilities to find LinkedIn profiles at scale, automatically extracting key information, and organizing everything in a structured database.

What this workflow does

The workflow performs intelligent LinkedIn prospect discovery through these key steps:

  1. Keyword-Based Search: Uses Google Custom Search API to find LinkedIn profiles matching your specific criteria (job titles, industries, locations)
  2. Smart Data Extraction: Automatically parses profile titles, descriptions, URLs, and search snippets from Google results
  3. Structured Storage: Saves all prospect data to Airtable with proper field mapping and automatic deduplication
  4. Pagination Handling: Automatically processes multiple pages of search results to maximize prospect discovery
  5. Rate Limiting: Includes built-in delays to respect API limits and ensure reliable operation

Key features:

Setup

Prerequisites

You’ll need accounts with the following services:

Step 1: Google Custom Search Setup

  1. Go to Google Cloud Console

  2. Create a new project or select existing one

  3. Enable the Custom Search API

  4. Create credentials (API Key)

  5. Set up a Custom Search Engine at Google CSE

  6. Configure it to search the entire web

  7. Copy your Search Engine ID (cx parameter)

    Bonus: Youtube Set-up Guide

Step 2: Airtable Base Setup

Create a new Airtable base with a table named “LinkedIn Prospects” containing these fields:

- Title (Single line text) - LinkedIn profile headline
- linkedin_url (URL) - Direct link to LinkedIn profile  
- Search (Single line text) - Original search terms used
- Description (Long text) - Profile description/summary
- Snippet (Long text) - Google search result snippet

Step 3: n8n Credentials Configuration

Set up these credentials in n8n:

Google Custom Search API:

Airtable:

Step 4: Workflow Configuration

  1. Import this workflow template
  2. Update the “⚙️ CUSTOMIZE YOUR SEARCH KEYWORDS HERE” node with your target keywords
  3. Configure the Airtable node with your base and table information
  4. Test the workflow with a small keyword set first

How to customize this workflow to your needs

Targeting Different Industries

Modify the search keywords in the yellow configuration node:

// For technology professionals
"Software Engineer React" 
"Product Manager SaaS"
"Data Scientist Machine Learning"

// For sales professionals  
"Account Executive Enterprise"
"Sales Director B2B"
"Business Development Manager"

// For marketing professionals
"Digital Marketing Manager"
"Content Marketing Specialist" 
"Growth Marketing Lead"

Geographic Targeting

Add location keywords to narrow your search:

"Marketing Manager London"
"Sales Director New York" 
"Software Engineer Berlin"

Company Size Targeting

Include company type indicators:

"CFO Startup"
"VP Engineering Fortune 500"
"Marketing Director SMB"

Adjusting Search Volume

Modify the Maxresults parameter in the “Configure Search Settings” node:

Industry-Specific Customization

For Recruiters:

For Sales Teams:

For Marketers:

Advanced Filtering

Add conditional logic after the search results to filter prospects based on:

Integration Extensions

Connect additional tools to enhance your prospect research:

Data Quality Improvements

Enhance the workflow with additional processing:

This template provides a solid foundation that can be adapted for virtually any B2B prospect research need, making it an essential tool for modern sales and marketing teams.

đź”— Nodes Used

Airtable, HTTP Request

📥 Import

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

📖 Importing guide · 🔑 Credential setup