Lead Enrichment Pipeline
Pricing
Pay per usage
Go to Apify Store
Lead Enrichment Pipeline
Pricing
Pay per usage
Array of lead objects. Each can have any combination of: firstName, lastName, fullName, email, phone, companyName, domain, website, title, linkedinUrl. Minimum: at least name+company, name+domain, or email.
[ { "firstName": "Sarah", "lastName": "Chen", "companyName": "Acme Corp", "website": "acmecorp.com", "title": "CTO" }, { "email": "james@betaindustries.com", "companyName": "Beta Industries" }, { "fullName": "Maria Rodriguez", "domain": "pinnacle.io" }]Public URL to a CSV file with lead data. Headers auto-mapped to fields. Use this OR the leads JSON array, not both.
Run waterfall email discovery for leads without email addresses. Uses website scraping, pattern detection, and PDL enrichment.
Run phone number discovery for leads without phone numbers.
Run MX + SMTP verification on all discovered emails. Adds emailVerified, emailStatus, emailConfidence fields.
Run deep company research for leads with a domain. Adds company description, employee count, tech stack, social profiles.
Run lead scoring engine on all leads with sufficient data. Adds score (0-100) and grade (A-F).
Optionally push enriched leads to a CRM after processing.
Required if pushing to HubSpot. Your private app access token.
Required if pushing to Salesforce. Paste a JSON string: {"instanceUrl":"https://...","accessToken":"..."}. Stored encrypted.
Write enriched leads as a CSV file to the Key-Value Store. Download link appears in the summary record.