- Recruiting — a fresh feed of candidates matching a role (e.g. ML engineers in Paris who previously worked at a top AI lab).
- Sales / GTM — new decision-makers entering your ICP.
- Market intelligence — companies that newly match a segment (e.g. Brazilian fintechs that crossed 30% headcount growth).
Every request requires the
x-api-version: 2025-11-01 header and a Bearer
token. Replace YOUR_API_KEY in each example with your API key.Pricing: the first run is a free baseline (a
sample of up to 5 matches). After that you’re charged only for records
delivered —
0.5 credits per new person or
2 credits per new company. See
Person pricing and
Company pricing.How a watcher runs
Create the watch
POST your filters, a config (schedule + result cap), and one or more
notifications channels. The response returns a watch id.Baseline run (free)
Within seconds, the watcher does its first run and delivers a
free baseline sample of up to 5 matches so you can confirm the setup and
payload shape. No credits are charged.
Each run delivers matches whose profile was added or updated since the last
run — so a watcher is a feed of movement within your filter set, not a
one-time export. To pull the full current set of matches instead, use
Person Search or
Company Search.
Filters
Watcher filters use the exact same syntax and fields as the search APIs — the{ "op": "and" | "or", "conditions": [...] } tree with field / type / value
leaves. You don’t need to learn a new filter language:
- Person watchers → Person Search reference
- Company watchers → Company Search reference
Delivery channels
Every watch needs at least one channel innotifications. You can add several and
matches fan out to all of them.
| Channel | Shape |
|---|---|
| Webhook | { "type": "webhook", "url": "https://…", "headers": { … } } |
| Slack | { "type": "slack", "webhook_url": "https://hooks.slack.com/services/…" } |
{ "type": "email", "to": ["you@company.com"] } |
Quick start
Create a person watcher that alerts a webhook daily when new heads of data at mid-size US companies appear:Person watchers
Watch for people — recipes, delivery options, and pricing.
Company watchers
Watch for companies — segment, growth, and funding recipes.
Entity watchers
Watch a known list for profile changes. Coming soon.

