Companies

Returns a list of Companies from ZoomInfo's data that meet the specified search criteria.

Input parameters may require specific values. You can use the Lookup Data endpoint to retrieve the list of possible values

The Search Companies API only returns basic information about the company: including name, limited location details, website, and few other basic data points. To get the additional data for companies in your results use the Enrich Company API

With reference to ZoomInfo's Credit Usage and Limits, this endpoint does not consume any credits nor do copmanies returned count towards record limits, but each request will increment against your request limits.

Query Params
int32
≥ 1

The page of results that you want to retrieve. If not provided, the first page of results will be returned. Use in connection with page[size] to handle large result sets.

Example: page[number]=2&page[size]=25 will return the second page of result (results 26-50 based on the sort value).

int32
1 to 100

Sets the number of records to return per page. If not provided, the default is 25 records per page. Valid values for page size are any integer from 1 to 100.

string

Sort results by the specified output field. Valid values are name, employeeCount, and revenue. Add minus sign ('-') for descending order. The default sort if not provided is to sort the results by revenue in descending order -revenue

Examples:

  • name will sort results by company name in ascending alphabetical order.
  • -employeeCount will sort results in descending order (from company with the most number of employees to the company with the least number of employees)
Body Params

The request body containing company search criteria.

Company search request.

data
object
required

Company search request resource.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json