Get detailed information about a prospect from their email or LinkedIn
enrich-contact
Recommended
Apollo
by apollo.ioLargest B2B contact database. Reliable enrichment from email or LinkedIn URL. Good free tier.
Auth: api_key
Setup: low
Pricing: Free: 10K records/mo. Basic starts at $49/mo.
Example API call
POST https://api.apollo.io/api/v1/people/match
{
"email": "prospect@company.com"
}
// Response:
{
"person": {
"name": "Alex Johnson",
"title": "VP of Sales",
"company": "Acme Corp",
"linkedin_url": "https://linkedin.com/in/alexjohnson",
"phone": "+1-555-0100"
}
}Alternatives
Clearbitby clearbit.com
High-quality enrichment, now part of HubSpot. Best data accuracy for enterprise contacts.
Get detailed information about a company
company-research
Recommended
Apollo
by apollo.ioCompany search and enrichment with firmographic data, tech stack, and org chart.
Auth: api_key
Setup: low
Pricing: Free: 10K records/mo. Basic starts at $49/mo.
Example API call
POST https://api.apollo.io/api/v1/organizations/enrich
{
"domain": "acmecorp.com"
}
// Response:
{
"organization": {
"name": "Acme Corp",
"industry": "Software",
"employee_count": 250,
"annual_revenue": "$50M",
"technologies": [
"Salesforce",
"Slack",
"AWS"
]
}
}