workflows.fit
Back to n8n workflows
n8n templateFreeBy Allan Vaccarizi

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 — w...

Data & StorageDevelopmentCore NodesSticky NoteManual TriggerAirtableSplit In Batches
Loading interactive preview...

Template notes

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