Search Prospects (Legacy)
Prospects
Search Prospects (Legacy)
Search for prospects — legacy endpoint. Prefer /v1/prospector/search for full filter support.
POST
Search Prospects (Legacy)
Request
Headers
Body Parameters
This endpoint accepts either the new format (recommended) or the legacy format.New Format (recommended)
Uses the same parameters as/v1/prospector/search:
Job titles to search for (e.g.,
["CEO", "General Counsel"])Person locations (e.g.,
["United States", "United Kingdom"])Industry filters (e.g.,
["Legal Services", "Technology"])Company size ranges (e.g.,
["51-200", "201-500"])Page number for pagination
/v1/prospector/search for all available filters including seniority, departments, funding, revenue, company domains, and more.
Legacy Format (deprecated)
A search string — will be treated as a job title search.
Job titles — mapped to
titles internally.Response
Same response format as/v1/prospector/search.
Notes
Errors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | No search filters provided |
| 401 | invalid_key | Invalid API key |
| 403 | insufficient_permissions | Missing prospects:read permission |
| 503 | service_unavailable | Prospector service not configured |