> ## Documentation Index
> Fetch the complete documentation index at: https://developers.clay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Clay's GTM database

> Use natural language to search Clay's proprietary database of companies, people, and jobs.

Searches let your system discover GTM records without building a search UI or wiring directly into multiple data providers. Send a natural-language query, choose a source type, and fetch structured records.

## What you can search

| Source type | Use it for                                                  |
| ----------- | ----------------------------------------------------------- |
| `companies` | Accounts, domains, industries, locations, and firmographics |
| `people`    | Contacts, titles, locations, and profile data               |
| `jobs`      | Open roles, hiring signals, and job records                 |

## Example prompts

* Find B2B SaaS companies in North America that recently hired RevOps leaders.
* Find software engineers in New York City.
* Find companies hiring sales leaders and selling into mid-market teams.
* Find open growth marketing roles at high-growth software companies.

## How it works

The search API is a two-step iterator. First create a search to receive a `search_id`, then fetch pages of results with that id.

<Card title="Searches" href="/searches">
  Learn the search flow and copy a create-and-fetch example.
</Card>
