Lead Enrichment API Multi-Provider B2B Data Enrichment avatar

Lead Enrichment API Multi-Provider B2B Data Enrichment

Under maintenance

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Lead Enrichment API Multi-Provider B2B Data Enrichment

Lead Enrichment API Multi-Provider B2B Data Enrichment

Under maintenance

Enrich your leads w/company & contact data from 10+ enrichment providers. Perfect for sales prospecting, lead scoring, CRM enrichment, and account-based marketing. 10 Provider Integrations: Apollo, Clearbit, ZoomInfo, IPinfo, FullContact, Hunter, Lusha, Snov, RocketReach & People Data Labs

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

3

Bookmarked

64

Total users

14

Monthly active users

4 days ago

Last modified

Share

Lead Enrichment API

Enrich leads with company and contact data from 10+ B2B data providers using BYOK (Bring Your Own Key). Cascade enrichment tries providers in order until data is found. Supports Apollo.io, Clearbit, ZoomInfo, Hunter.io, Lusha, Snov.io, RocketReach, FullContact, IPinfo, and People Data Labs.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Your Apollo.io API key. Get one at https://app.apollo.io/#/settings/integrations/api

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"leads": [
{
"email": "john@example.com",
"company": "Example Inc",
"domain": "example.com"
}
]
}

Run with real data

{
"demoMode": false,
"leads": [
{
"email": "john@example.com",
"company": "Example Inc",
"domain": "example.com"
}
],
"enrichmentProviders": [
"apollo",
"clearbit",
"fullcontact"
],
"apolloApiKey": "YOUR_API_KEY_HERE",
"clearbitApiKey": "YOUR_API_KEY_HERE",
"zoominfoApiKey": "YOUR_API_KEY_HERE",
"ipinfoToken": "YOUR_API_KEY_HERE",
"fullcontactApiKey": "YOUR_API_KEY_HERE",
"hunterApiKey": "YOUR_API_KEY_HERE",
"lushaApiKey": "YOUR_API_KEY_HERE",
"snovApiKey": "YOUR_API_KEY_HERE",
"snovUserId": "YOUR_API_KEY_HERE",
"rocketreachApiKey": "YOUR_API_KEY_HERE",
"peopledatalabsApiKey": "YOUR_API_KEY_HERE",
"enrichCompanyData": true,
"enrichContactData": true
}

Input Parameters

ParameterTypeDefaultRequiredDescription
demoModebooleantrueNoRun with sample data to test the actor without API costs
leadsarray-NoArray of leads to enrich. Each lead should have at least an email or company domain.
enrichmentProvidersarray["apollo","clearbit","fullcontact"]NoWhich providers to use for enrichment (in order of priority). If a provider returns data, remaining providers are skipped.
apolloApiKeystring-Yes*Your Apollo.io API key. Get one at https://app.apollo.io/#/settings/integrations/api
clearbitApiKeystring-Yes*Your Clearbit API key. Get one at https://dashboard.clearbit.com/api
zoominfoApiKeystring-Yes*Your ZoomInfo API key. Contact ZoomInfo sales for access.
ipinfoTokenstring-Yes*Your IPinfo access token. Get one at https://ipinfo.io/account
fullcontactApiKeystring-Yes*Your FullContact API key. Get one at https://platform.fullcontact.com/
hunterApiKeystring-Yes*Your Hunter.io API key. Get one at https://hunter.io/api_keys
lushaApiKeystring-Yes*Your Lusha API key. Get one from your Lusha dashboard.
snovApiKeystring-Yes*Your Snov.io API key. Get one at https://app.snov.io/api
snovUserIdstring-Yes*Your Snov.io user ID (required with Snov.io API key)
rocketreachApiKeystring-Yes*Your RocketReach API key. Get one at https://rocketreach.co/api
peopledatalabsApiKeystring-Yes*Your People Data Labs API key. Get one at https://www.peopledatalabs.com/
enrichCompanyDatabooleantrueNoFetch company information (industry, size, revenue, tech stack, etc.)
enrichContactDatabooleantrueNoFetch contact information (job title, phone, social profiles, etc.)
webhookUrlstring-NoURL to send results to when the actor finishes

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Lead EnrichedA lead was successfully enriched with company and/or contact data from any provider$0.01
Company Data FoundCompany information retrieved including industry, employee count, revenue, tech stack, and social profiles$0.01
Contact Data FoundContact information retrieved including job title, phone number, LinkedIn profile, and seniority level$0.01
Provider API CallExternal enrichment provider API was called (Apollo, Clearbit, ZoomInfo, Hunter, etc.)$0.01

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal