---
title: "Search and Filter Companies"
method: POST
path: "/company/search/v1-hold"
tags: ["company"]
---

# Search and Filter Companies

`POST /company/search/v1-hold`

Search Companies based on title, department, level , headcount, annual revenue and much more

## Request body

- CompanySearchEndpointRequest
  - `companyName` string[] — company name
  - `nameDomain` string[] — company domain
  - `numberOfEmployees` string[] — number of employees
  - `revenue` string[] — revenue
  - `industryName` string[] — industry
  - `subIndustry` string[] — sub industry
  - `city` string[] — city
  - `country` string[] — country
  - `state` string[] — state
  - `zipCode` string[] — zipcode
  - `limit` integer — number of requests
  - `cursorMark` string — cursorMark is used to paginate, in the first request '*' we to sent for its values and for sub subsequent requests, its value will be obtained from the previous request

## Response `200`

OK

## Other responses

- `204` — Resource not found
- `400` — Bad Request
- `401` — Authentication Failed
- `402` — Insufficient API credits
- `403` — API Access Denied

---

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