Skip to main content
POST
Return the number of records matching a FilterGroup, without executing the search or fetching any profiles. Useful for showing a live “X results” counter while a user builds or edits their filters.

Credit Cost


Request Body

string
required
Category to count: "people" or "company".
object
required
Filters in FilterGroup format — the same structure returned by Text to Filters and accepted by /search/people and /search/companies.

Response

integer
Number of matching records. Capped at 10,000.
boolean
true when total_results reached the 10,000 cap — the real count is higher (display it as “10,000+”).