Skip to main content

Enrich CRM Leads with LinkedIn Company Data using GPT-4 and Airtable

Workflow preview

Workflow preview
100%
Enrich CRM Leads with LinkedIn Company Data using GPT-4 and Airtable preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Enrich CRM Leads with LinkedIn Company Data Using AI Who's it for Sales teams, marketers, and business development professionals who need to automatically enrich their CRM records with detailed ...

Best for

  • Lead Generation automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.airtable, n8n-nodes-base.httprequest, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.openai

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Amirul Hakimi.

Original n8n.io source

1.1 Workflow description

Title
Enrich CRM Leads with LinkedIn Company Data using GPT-4 and Airtable
Workflow name
Enrich CRM Leads with LinkedIn Company Data using GPT-4 and Airtable

🚀 Enrich CRM Leads with LinkedIn Company Data Using AI

Who's it for

Sales teams, marketers, and business development professionals who need to automatically enrich their CRM records with detailed company information from LinkedIn profiles. Perfect for anyone doing B2B outreach who wants to personalize their messaging at scale.

What it does

This workflow transforms bare-bones lead records into rich, personalized prospect profiles by:

  • Automatically scraping LinkedIn company profiles
  • Using AI (GPT-4) to extract key business intelligence
  • Generating 15+ email-ready personalization variables
  • Updating your CRM with structured, actionable data

The workflow pulls company overviews, products/services, funding information, recent posts, and converts everything into natural-language variables that can be dropped directly into your outreach templates.

How it works

  1. Trigger: Workflow starts when a new lead is added to Airtable (or on schedule)
  2. Fetch: Retrieves the lead record containing the LinkedIn company URL
  3. Scrape: Pulls the raw HTML from the company's LinkedIn profile
  4. Clean: Strips HTML tags and formats content for AI processing
  5. Analyze: GPT-4 extracts structured company intelligence (overview, products, market presence, recent posts)
  6. Transform: Converts analysis into 15+ email-ready variables with natural phrasing
  7. Update: Writes enriched data back to your CRM

Setup Requirements

  • Airtable account (free tier works fine)
  • OpenAI API key (GPT-4o-mini recommended for cost-effectiveness)
  • LinkedIn company URLs stored in your CRM
  • 5 minutes for initial configuration

How to set up

  1. Configure Airtable Connection

    • Replace YOUR_AIRTABLE_BASE_ID with your base ID
    • Replace YOUR_TABLE_ID with your leads table ID
    • Ensure your table has a "LinkedIn Organization URL" field
    • Add your Airtable API credentials
  2. Add OpenAI Credentials

    • Click on both OpenAI nodes
    • Add your OpenAI API key
    • GPT-4o-mini is recommended (cost-effective and fast)
  3. Set Up Trigger

    • Add a trigger node (Schedule, Webhook, or Airtable trigger)
    • Configure to run when new leads are added or on a daily schedule
  4. Test the Workflow

    • Add a test lead with a LinkedIn company URL
    • Execute

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Workflow Description

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Step 1 Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Step 2 Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Step 3 Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Step 4 Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Step 5 Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Step 6 Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Fetch Lead from CRM

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 9 - Scrape LinkedIn Company Profile

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - Clean HTML Content

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Analyze Company Profile with AI

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 12 - Extract Email-Ready Variables

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 13 - Update CRM with Enriched Data

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 14 - Email Variables Reference

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Enrich CRM Leads with LinkedIn Company Data using GPT-4 and Airtable
Complexity intermediate
Nodes 14
Categories Lead Generation, AI Summarization
Author Amirul Hakimi
Published 07 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9354/9354.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Enrich CRM Leads with LinkedIn Company Data using GPT-4 and Airtable do?

Enrich CRM Leads with LinkedIn Company Data Using AI Who's it for Sales teams, marketers, and business development professionals who need to automatically enrich their CRM records with detailed ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Summarization use case.