tools/integrations/apollo.md
B2B prospecting and data enrichment platform with 210M+ contacts and 35M+ companies for sales intelligence.
| Integration | Available | Notes |
|---|---|---|
| API | ✓ | People Search, Company Search, Enrichment, Sequences |
| MCP | - | Not available |
| CLI | ✓ | apollo.js |
| SDK | - | REST API only |
x-api-key: {api_key} or Authorization: Bearer {token}POST https://api.apollo.io/api/v1/mixed_people/api_search
{
"person_titles": ["Sales Manager"],
"person_locations": ["United States"],
"organization_num_employees_ranges": ["1,100"],
"page": 1
}
POST https://api.apollo.io/api/v1/people/match
{
"first_name": "Tim",
"last_name": "Zheng",
"domain": "apollo.io"
}
POST https://api.apollo.io/api/v1/people/bulk_match
{
"details": [
{ "email": "[email protected]" },
{ "first_name": "Jane", "last_name": "Doe", "domain": "example.com" }
]
}
POST https://api.apollo.io/api/v1/mixed_companies/search
{
"organization_locations": ["United States"],
"organization_num_employees_ranges": ["1,100"],
"page": 1
}
POST https://api.apollo.io/api/v1/organizations/enrich
{
"domain": "apollo.io"
}
first_name, last_name - Nametitle - Job titleemail - Verified emaillinkedin_url - LinkedIn profileorganization - Company detailsseniority - Seniority leveldepartments - Department listname - Company namewebsite_url - Websiteestimated_num_employees - Employee countindustry - Industryannual_revenue - Revenuetechnologies - Tech stackfunding_total - Total fundingperson_titles - Array of job titlesperson_locations - Array of locationsperson_seniorities - Array: owner, founder, c_suite, partner, vp, head, director, manager, senior, entryorganization_num_employees_ranges - Array of ranges (e.g., "1,100")organization_ids - Filter by Apollo org IDspage - Page number (default: 1)per_page - Results per page (default: 25, max: 100)email - Email addressfirst_name + last_name + domain - Alternative lookuplinkedin_url - LinkedIn URLreveal_personal_emails - Include personal emailsreveal_phone_number - Include phone numbersorganization_locations - Array of locationsorganization_num_employees_ranges - Employee count rangesorganization_ids - Specific org IDspage - Page number