v1

latestOpenAPI 3.0.02026-07-2484509641.9 KB
Search

Search 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.

post/data/v1/companies/search

Query parameters

page[number]integer

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).

page[size]integer

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.

sortstring

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)

Response

Success