Introduction
This endpoint returns metadata describing every filter accepted by Company search. 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.
Like Usage, this route uses GET, takes no request body, and costs 0 credits.
Looking for people filters? See People search available fields.
Endpoint
| Method | URL | Describes |
|---|---|---|
GET |
/v2/search/companies/available-fields |
Company Search |
Authorization
apikey
string
required
Your API key from the developer dashboard. Pass it via
Authorization: Bearer YOUR_API_KEY header.Response structure
success
boolean
true if the request was processed successfullyerror
null
Always
null on success