Apollo.io
Apollo.io is a sales intelligence and engagement platform built on a B2B database of hundreds of millions of contacts and companies. Its REST API exposes People Enrichment (single and bulk match), People Search, Organization Enrichment and Search, Contacts and Accounts management, and Sequences (emailer campaigns) for outreach - covering contact discovery, data enrichment, prospecting, and sales intelligence use cases. The API is authenticated with an x-api-key header and is gated behind Apollo's paid plans (API access begins on the Professional tier; some endpoints require a master API key).
APIs
Apollo People Enrichment API
Enrich a single person (POST /people/match) or up to ten people in one call (POST /people/bulk_match) - resolving names, titles, employment, verified work emails, and (with reve...
Apollo People Search API
Find prospects across Apollo's B2B database (POST /mixed_people/api_search) with filters for job titles, seniorities, locations, company attributes, technologies, and email stat...
Apollo Organization Enrichment API
Enrich one company by domain, name, LinkedIn, or website (GET /organizations/enrich) or up to ten at once (POST /organizations/bulk_enrich), returning firmographics such as indu...
Apollo Organization Search API
Search Apollo's company database (POST /mixed_companies/search) with filters for domains, employee count, location, revenue, technology stack, funding, and active job postings. ...
Apollo Contacts API
Manage contacts saved inside your Apollo account - search (POST /contacts/search), create (POST /contacts), update (PUT /contacts/{id}), and bulk-create contacts, plus list cont...
Apollo Accounts API
Manage accounts (companies saved to your Apollo team) - search (POST /accounts/search), create (POST /accounts), update (PUT /accounts/{id}), and bulk-create accounts. Accounts ...
Apollo Sequences API
Drive multi-step outreach through Apollo sequences (emailer campaigns) - create and search sequences and add contacts to a sequence (POST /emailer_campaigns/{id}/add_contact_ids...