Skip to main content
POST
Waterfall ICP Search
Agents & LLMs: a Markdown version of this page is available by appending .md to the URL, and the full documentation index is at llms.txt.
Cost: 1 credit per person returned on Trial Plan
Free on the Unlimited plan
Find the best decision-maker at a target company using a prioritized cascade hierarchy. The engine tries each tier in order and stops as soon as max_results is reached.
Job title - exact match: wrap a value in square brackets to switch from keyword matching to exact matching. "[CEO]" matches only CEO/ceo/Céo; "CEO" (no brackets) is FTS (full text search) and also matches Co-CEO, CEO Office. Mixed arrays are allowed: ["[CEO]", "Founder"]. Full rules.
icp is the cascade tier that matched (1 = highest priority). ranking is overall relevance within the company (1 = most relevant). Two different signals that you can combine when ordering results client-side.

Waterfall logic guide

How the cascade picks the right contact when you don’t have a profile URL.

Authorizations

x-api-key
string
header
required

Your Blitz API Key. Get one from https://app.blitz-api.ai

Body

application/json
company_linkedin_url
string<uri>
required
Example:

"https://www.linkedin.com/company/openai"

cascade
object[]
required

Ordered list of search tiers. Each tier is attempted in sequence; the next is used only if the previous yields no results.

Minimum array length: 1
max_results
number

Maximum number of results to return.

Required range: 1 <= x <= 100
Example:

10

Response

OK

company_linkedin_url
string
max_results
number
results_length
number
results
object[]