Return an estimated count of profiles that match the provided custom_filters.
This endpoint does not run the full search pipeline (no LLM query interpretation). It is intended for quickly checking how broad or narrow a set of filters is before running /v2/search.
The request must include custom_filters with at least one non-empty constraint (for example locations, titles, companies, industries, follower count ranges, etc.).
Expect slower response for expected large counts. E.g. for title="manager" from "US" you should expect slower response and approximate=true in the response. For title="meteorologist" from "tokio" expect faster response and approximate=false in the response.
Cost: 2 credits per call
Rate limit: 60 requests per user per 60 seconds. This endpoint shares the same rate limit as actual /v2/search and /v2/search/submit executions. When the rate limit is exceeded, the API returns HTTP 429 with details about the triggered window, current value, and limit.
Check out official Python client
400Invalid parameter values. JSON body contains the error message.
401Invalid API key
429Rate limit exceeded. JSON body contains the triggered window, current value, and limit.
