Launch a contact search using domain, LinkedIn URL/ID, or company name.
| Use case | Required fields | Notes |
|---|---|---|
| Single Boolean filter | domain and title_filter | Best when you already have a well-defined Boolean title expression. |
| Multiple named filters | domain and title_filters (1–5) | Use when you want to try several personas (for example founders, sales, marketing) in priority order. |
To access the API, provide your API key in x-api-key.
Prospector Launcher request payload.
Target a company with domain (required) and one of title_filter or title_filters (required).
Optional: location_name, location_country, location_countries, limit, include_phones, verified_only, webhook_url, and custom_fields.
The domain where you want to find contacts. It can be a plain domain or a full URL; Waterfall automatically extracts the company domain.
2 - 500"waterfall.io"
The name of the company where you want to find contacts.
1 - 500"Waterfall"
Company LinkedIn URL or ID/handle (for example google from https://www.linkedin.com/company/google/). Recommended input to maximize coverage.
500"waterfall-io"
Single title filter expression. One of title_filter or title_filters is required.
2 - 10000"( (manager OR director) AND (sales OR marketing) ) AND NOT ( project manager OR sales manager)"
Allows multiple title filters in order. Used only if title_filter is not present. One of title_filter or title_filters is required.
1 - 5 elements[
{
"name": "founders",
"filter": "founder OR co-founder OR ceo"
}
]Location of the contact's current address. Supports city/region/country and partial forms (for example, region only).
1 - 200"San Francisco, California, United States"
Country of the contact's current address. Use full country names (for example, United States or France).
1 - 200"United States"
List of possible countries of the contact's current address. If it is present it will be used instead of location_country.
50Country of the contact's current address. Use full country names (for example, United States or France).
1 - 200"United States"
["United States", "Canada"]The list of names to exclude from results
100["Bill Gates", "Steve Ballmer"]Maximum number of contacts returned per company for a search.
1 <= x <= 5003
Default false. If set to true, Waterfall runs advanced phone enrichment to maximize phone coverage and additional charges may apply when numbers are found.
If not present or set to true, Waterfall will only return safe to send emails. If present and set to false, Waterfall will return both safe to send and catch-all emails. All emails including catch-all ones are verified to remove invalid, role, and spam-trap emails.
Optional webhook callback URL. If supplied, Waterfall POSTs the same payload returned by the Finder endpoint when processing completes. If your webhook responds with 429, 500, 502, or 504, Waterfall retries delivery up to 5 times with exponential backoff.
2083"https://webhook.site/70dd34e3-564d-4339-81e3-ed97416140a1"
Any custom key-value pairs echoed back in the Prospector Finder output (useful for correlating internal source metadata).
{
"tenantId": "0e9d26b7-cdb5-4d95-b248-59ac389d2e8a",
"workflowId": "ProspectFromWaterfall:23ed5bc8-a976-4ee0-b644-f0eb2db6e3ad:c268355e-a256-4593-a216-009a2463cee4",
"waterfallRequestId": "1b49c542-f47a-406b-a95f-a1859d1461af"
}