/search_peopleSearch for people
Search the planned FetchSet contact dataset by name, role, company, country, seniority, industry, or department. Results are ranked by match strength and returned in the shared FetchSet envelope.
Request body
JSON object
querystring Free-text search across person name, company name, title, and headline.
Example:Account Executive company_domainstring Exact company-domain filter without a protocol.
Example:northstar.dev countrystring Exact full English country name.
Example:United States seniorityenum Exact seniority filter.
departmentenum Exact department filter.
limitinteger Number of results to return. Draft range: 1–25.
Example:Default: 10 Response
200 · Processed
A processed request returns status: "ok". The nested result may be empty; in that case tokens_charged remains zero.
results.results[] Ranked person records that matched the query and filters.
results.total Total matching records available for pagination.
metadata.tokens_charged Credits charged for the returned result. Zero for a miss.
metadata.fair_use Remaining records and reset timestamps for applicable plan windows.
Errors
Malformed request body
Missing or invalid API key
Unsupported filter value
Rate limit exceeded