Introduction
This endpoint returns metadata describing every filter accepted by People search and People search count. It lets integrations (for example Clay) discover available inputs dynamically instead of hardcoding the filter list, so new search capabilities surface automatically as we release them.
For closed-vocabulary filters, such as the position taxonomy functions, sub-functions and seniorities, the allowedValues array lists every accepted value, so this endpoint is also the easiest way to read the full 386-entry sub-function list. On currentSubFunction, an allowedValueGroups object additionally says which function each sub-function belongs to, which is what a filter panel needs to offer them as a tree.
Like Usage, this route uses GET, takes no request body, and costs 0 credits.
Looking for company filters? See Company search available fields.
Endpoint
| Method | URL | Describes |
|---|---|---|
GET |
/v2/search/people/available-fields |
People Search |
Authorization
apikey
string
required
Authorization: Bearer YOUR_API_KEY header.Response structure
success
boolean
true if the request was processed successfullyerror
null
null on success