Bulk Organization Enrichment

⚠️

Consumes Credits

This endpoint consumes Apollo credits per enriched record when data is returned. Learn more about API pricing and credits.

Enrichment is when you refresh existing records so your prospecting data is up-to-date.

Use the Bulk Organization Enrichment endpoint to enrich data for up to ten companies with a single API call. To enrich data for a single company, use the Organization Enrichment endpoint instead.

You can identify the companies to enrich by providing a list of domains via the domains[] query parameter, or by providing a details array in the request body where each company can be matched by any combination of domain, LinkedIn URL, name, and website.

Enriched data potentially includes industry information, revenue, employee counts, funding round details, and corporate phone numbers and locations.

This endpoint's rate limit is 20/min, 100/hour, 600/day.

Query Params
domains[]
array of strings

The domain of each company that you want to enrich. Do not include www., the @ symbol, or similar.

Use this parameter to match companies by domain only. To match by LinkedIn URL, name, or website in addition to domain, use the details array in the request body instead.

This parameter is required unless you provide a details payload in the request body.

Example: apollo.io and microsoft.com

domains[]
Body Params
details
array of objects

Provide info for each company you want to enrich as an object within this array. Add up to 10 companies. Each object can include any combination of domain, linkedin_url, name, and website. Providing more than one value for a company improves match accuracy.

If you provide a details payload, it takes precedence over the domains[] query parameter.

details
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain