Skip to main content
POST
Search Prospects (Legacy)
This is a legacy endpoint. It accepts the old query format but internally forwards to /v1/prospector/search. We recommend using /v1/prospector/search directly for access to all 15+ filter types.

Request

Headers

Body Parameters

This endpoint accepts either the new format (recommended) or the legacy format. Uses the same parameters as /v1/prospector/search:
array
Job titles to search for (e.g., ["CEO", "General Counsel"])
array
Person locations (e.g., ["United States", "United Kingdom"])
array
Industry filters (e.g., ["Legal Services", "Technology"])
array
Company size ranges (e.g., ["51-200", "201-500"])
integer
default:"1"
Page number for pagination
See /v1/prospector/search for all available filters including seniority, departments, funding, revenue, company domains, and more.

Legacy Format (deprecated)

string
A search string — will be treated as a job title search.
array
Job titles — mapped to titles internally.

Response

Same response format as /v1/prospector/search.
object

Notes

We recommend migrating to /v1/prospector/search for full filter support including seniority, departments, company domains, funding stage, and revenue filters.

Errors