Skip to main content
POST
Find people at a company

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Provide company_url, company_name, or company_domain.

company_url
string<uri>
company_name
string
Minimum string length: 1
company_domain
string
Minimum string length: 1
name
string
Minimum string length: 1
job_titles
string[]
location
string
default:United States
Minimum string length: 1
limit
integer
default:10
Required range: 1 <= x <= 25

Response

200 — success. Charges 5 credit(s) on this endpoint.

data
object[]
required

Array of matching people.

credits_charged
number
required

Normally 5; see per-endpoint miss/skip policy notes.

credits_remaining
number
required
cached
boolean
required

True when this result was served from cache without calling the vendor.

request_id
string<uuid>
required