API Pricing

All Apollo customers have at least basic access to the API. More advanced API access is dependent on your organization’s current Apollo plan. Check out Apollo’s pricing page for more details.

Calls to specific endpoints do potentially consume your organization’s export, email, and mobile credits. The following table details how credits are consumed when you call the API:

Endpoint Description of Credit Usage Scenarios
People - Search (/v1/mixed_people/search) Consumes 1 export credit per page returned.
  • Make 1 call to the endpoint that returns 10 people = 1 export credit consumed.
  • Make 1 call to the endpoint that returns 1 person = 1 export credit consumed.
  • Make 1 call to the endpoint that returns 0 people = 0 export credits consumed.
Enrichment - People (/v1/people/match)

Enrichment - Organization (/v1/organizations/enrich)
Consumes 1 export credit per contact enriched.

Consumes 1 email credit when a verified email address is returned.

Consumes 1 mobile credit when a telephone number (other than a number for an organization’s headquarters) is returned. This includes both mobile and home phone numbers.

  • Enrich 1 contact that does not have a verified email in the Apollo database = 1 export credit consumed.
  • Enrich 1 contact that does have a verified email address = 1 export credit and 1 email credit consumed.
Enrichment - Bulk People (/api/v1/people/bulk_match)

Enrichment - Bulk Organization /api/v1/organizations/bulk_enrich)
These endpoints can return up to 10 results per call, which means up to 10 export credits, 10 email credits, and 10 mobile credits can be consumed.

Consumes 1 export credit per contact enriched.

Consumes 1 email credit when a verified email address is returned.

Consumes 1 mobile credit when a telephone number (other than a number for an organization’s headquarters) is returned. This includes both mobile and home phone numbers.

  • Enrich 7 contacts that do not have a verified email in the Apollo database = 7 export credits consumed.
  • Enrich 7 contacts, and 3 of the contacts have a verified email address = 7 export credits and 3 email credits consumed.

To track your organization’s credit usage, refer to the Track-API-Usage section of the Create API Keys article.