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
Check out official Python client
400Invalid parameter values. JSON body contains the error message.
401Invalid API key
