---
title: "Search Companies"
method: POST
path: "/data/v1/companies/search"
tags: ["Search"]
---

# Search Companies

`POST /data/v1/companies/search`

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](https://docs.zoominfo.com/zoominfoenterprise/reference/lookupinterface_lookup)
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](https://docs.zoominfo.com/zoominfoenterprise/reference/enrichinterface_enrichcompany)

With reference to ZoomInfo's [Credit Usage and Limits](https://docs.zoominfo.com/zoominfoenterprise/docs/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 parameters

- `page[number]` integer
- `page[size]` integer
- `sort` string

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

[API](https://skmtc.net/zoominfo/apis/data-api-v1.md) · [All operations](https://skmtc.net/zoominfo/apis/data-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zoominfo/data-api-v1/revisions/d1ee1374b588/schema)
