Skip to main content

Enrich LinkedIn profiles in Airtable with Apify’s LinkedIn scraper

Workflow preview

Workflow preview
100%
Enrich LinkedIn profiles in Airtable with Apify’s LinkedIn scraper preview
Open on n8n.io

1. Workflow Overview

Who it's for This workflow is for sales teams, recruiters, and growth operators who maintain a list of LinkedIn profile URLs in Airtable and want to automatically enrich each record with detailed p...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.airtable, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Enrich LinkedIn profiles in Airtable with Apify’s LinkedIn scraper
Workflow name
Enrich LinkedIn profiles in Airtable with Apify’s LinkedIn scraper

Who it's for

This workflow is for sales teams, recruiters, and growth operators who maintain a list of LinkedIn profile URLs in Airtable and want to automatically enrich each record with detailed professional data — without manual copy-pasting.

How it works

  1. The workflow is triggered manually and queries Airtable to fetch all records matching a defined filter (e.g. records with an empty "First name" field).
  2. It loops over each record one by one using a batch iterator.
  3. For each record, it sends the LinkedIn profile URL to the Apify LinkedIn scraper API via a POST request and waits for the result.
  4. The enriched data (name, headline, job title, company, location, skills, positions, education, certifications, follower count, and more) is written back to the corresponding Airtable record.
  5. The loop continues until all records have been processed.

How to set up

  • Connect your Airtable credentials in both the Search Records and Update LinkedIn Data nodes
  • Configure the correct Airtable base, table, and filter formula
  • Obtain an Apify API key and connect it in the Fetch LinkedIn Profile via Apify node
  • Ensure your Airtable table has a LinkedIn URL field populated with valid profile URLs
  • Review and adjust the field mappings in the Update LinkedIn Data node to match your schema

Requirements

  • Airtable account with API access
  • Apify account with access to the LinkedIn Profile Scraper actor

How to customize

  • Adjust the batch size in Loop Over Records in Batches to control request rate and avoid Apify rate limits
  • Add an error-handling branch after the HTTP Request node to flag failed lookups directly in Airtable
  • Replace the manual trigger with a scheduled trigger to run enrichment automatically on new records

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 - Sticky Note13

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

Block 2 - Sticky Note16

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

Block 3 - Sticky Note

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

Block 4 - Sticky Note1

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

Block 5 - Sticky Note2

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

Block 6 - When Executed Manually

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

Block 7 - Search Records in Airtable

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

Block 8 - Loop Over Records in Batches

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 9 - Fetch LinkedIn Profile via Apify

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

Block 10 - Update LinkedIn Data in Airtable

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

3. Summary Table

Workflow Enrich LinkedIn profiles in Airtable with Apify’s LinkedIn scraper
Complexity intermediate
Nodes 10
Categories Lead Generation
Author Allan Vaccarizi
Published 12 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15661/15661.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 LinkedIn profiles in Airtable with Apify’s LinkedIn scraper do?

Who it's for This workflow is for sales teams, recruiters, and growth operators who maintain a list of LinkedIn profile URLs in Airtable and want to automatically enrich each record with detailed p...

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