Skip to main content
POST
Search companies

POST /api/v1/companies/search

Search for companies by firmographics, technographics, and signals. Async.
Search for companies by industry, headcount, revenue, technology, hiring signals, and more. This is an async endpoint — returns 202 Accepted with a poll URL.

Example

Authorizations

X-Access-Key
string
header
required

The public API key from the Credentials page.

X-Secret-Key
string
header
required

The API secret shown when the credential is created.

Headers

Idempotency-Key
string

Optional. Reusing the same key for the same organization returns the existing queued operation.

Body

application/json
query
string
required
Maximum string length: 500
Example:

"B2B SaaS companies in Austin hiring engineers"

limit
number
default:25
Required range: 1 <= x <= 100
includeSignals
boolean
default:false
filters
object
confirm
boolean

Response

Company search accepted. Poll the returned URL for results.

id
string
required
operationId
string
required
status
enum<string>
required
Available options:
queued
pollUrl
string
required