Bulk Organization Enrichment

Use the Bulk Organization Enrichment endpoint to enrich data for up to 10 companies with a single API call. To enrich data for only 1 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.

Calling this endpoint does consume credits as part of your Apollo pricing plan.

This endpoint's rate limit is throttled to 50% of the Organization Enrichment endpoint's per-minute rate limit, and is 100% of the hourly and daily rate limits for the same individual endpoint.

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