Introduction
The People Search Count endpoint returns the total number of profiles matching the same filters as People search, without returning any profile. Use it to size a query before spending credits: People search costs 1 credit per profile delivered, while this endpoint is free.
The endpoint accepts exactly the filters of People search, without the pagination parameters: a count is a single number, so there is no page to request.
Like Usage, this endpoint costs 0 credits, but it is still a real request: it counts toward your rate limits.
Authorization
apikey
string
required
Authorization: Bearer YOUR_API_KEY header.Request body
All filters are optional and combined with AND logic, exactly as on People search: scalar filters, the nested-object filters (followersCount, currentCompanyEmployeeCountRange, totalExperienceMonths, location, experience) and the position taxonomy filters. See the People search page for the complete reference.
Filters are validated before the query runs: unknown field names, blank values and values outside a closed list return HTTP 422 with the offending field and suggested values. See Search filter validation.
Response structure
success
boolean
true if the request was processed successfullyerror
null
null on success