HeadlinesBriefing favicon HeadlinesBriefing.com

Automate LinkedIn Lead Enrichment with n8n, Dropcontact, and Apify

DEV Community •
×

Sales teams need more than an email to personalize outreach. This tutorial builds an n8n workflow that automatically enriches inbound leads by combining Dropcontact's email-to-LinkedIn matching with Apify's profile scraper, pushing structured data to Google Sheets or a CRM.

The architecture uses a conditional branch: if Dropcontact finds a LinkedIn URL, Apify scrapes profile details like headline, company, and connections. If not, the lead is captured with minimal data for manual review, avoiding workflow failures from missing profiles.

Key implementation details include configuring Dropcontact's API with an email parameter and Apify's LinkedIn Profile Scraper Actor with a proxy. The guide warns about LinkedIn's anti-bot measures, suggesting execution status checks and safe field mapping to handle rate limits and data variations.

For 200 monthly leads, estimated costs are ~$29 for Dropcontact and ~$10 for Apify. The full workflow JSON and video walkthrough are available for developers wanting to automate their sales pipeline with this no-code/low-code approach.