Skip to content

Search Companies

POST
/search/companies

Search open company data with the org’s deliverability policy applied.

Authorizations

Parameters

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

Request body for search endpoints.

object
filters

Filter conditions (AND logic)

Array<object>

A single filter condition.

object
field
required

Field name to filter on (e.g., ‘job_title’, ‘country’, ‘industry’)

string
operator
required

Filter operator

string
Allowed values: any_of contains all_of none_of is_empty is_not_empty between exists
value

Filter values

Array
limit

Results per page (max 100)

integer
default: 25 >= 1 <= 100
page

Page number (1-indexed)

integer
default: 1 >= 1 <= 100

Responses

200

Successful Response

object
data
required
Array<object>

Company result from open data search.

object
address
Any of:
string
city
Any of:
string
country
Any of:
string
crunchbase_url
Any of:
string
description
Any of:
string
domain
Any of:
string
employee_count
Any of:
string
facebook_url
Any of:
string
founded_year
Any of:
integer
industry
Any of:
string
industry_group
Any of:
string
linkedin_followers
Any of:
string
linkedin_url
Any of:
string
logo_url
Any of:
string
name
Any of:
string
phone
Any of:
string
revenue
Any of:
string
state
Any of:
string
twitter_url
Any of:
string
website
Any of:
string
zip
Any of:
integer
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string