- Create a search from a natural-language query.
- Use the returned
search_idto fetch results.
Create and fetch a page
This example creates a people search and fetches the first page.Choose a source type
Setsource_type based on the records you want back.
| Source type | Use it for |
|---|---|
people | Contacts, titles, locations, and profile data |
companies | Accounts, domains, industries, and firmographics |
jobs | Open roles, hiring signals, and job records |
Response shape
The page endpoint returns records andhas_more.
has_more is true, call POST /searches/{search_id}/next again.
Related guides
Public API quickstart
Set up your API key.
Generated API reference
See the create-search schema and try-it UI.
Run a search, then enrich with a function
Combine Searches with Clay-managed functions.

