Skip to main content
POST
Preview a contact search

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Body

application/json
company_linkedin_ids
string[] | null
required

The companies the search would run at.

Minimum array length: 1
Example:
queries
object[] | null
required

The queries the search would run. Send the same ones you will submit: a count run without a filter you intend to search with sizes a different search.

Minimum array length: 1

Response

OK

queries_counted
integer<int64>
required

How many of the queries the count actually ran. Below queries_requested means total covers only the first N and is a FLOOR for the whole search rather than an estimate of it.

queries_requested
integer<int64>
required

How many queries were sent.

seniority_bands_ignored
string[] | null
required

Seniority bands the count could not apply, because seniority is read from a job title after a profile is fetched and never reaches a provider. Non-empty means total is an upper bound: the search will keep fewer people than this.

total
integer<int64>
required

How many people the queries match across the companies, summed over queries. An upper bound on what the search would extract, never a forecast: it double-counts anyone matching two queries, and it cannot apply seniority bands (see seniority_bands_ignored).

Example:

412