Skip to main content
POST
Find People
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
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.
Search decision-makers across many companies in a single call. Combine company-level filters (industry, size, HQ) with person-level filters (job title, level, location).
Pagination is cursor-based. Pass the cursor returned by each response back into the next request. Stop when cursor is null. Pagination is limited to maximum to 50k results.
Filter logic: All filters combine with AND. Multiple values within a single filter combine with OR — e.g. two industries in company.industry.include returns people at companies in either industry.

Find People guide

Walk-through of combining company and person filters to build an ICP list end-to-end.

Authorizations

x-api-key
string
header
required

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

Body

application/json
company
object

Company search criteria

people
object

People search criteria for company matching

max_results
number
default:10

Maximum number of results to return

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

10

cursor
string | null

Cursor to paginate through the results

Minimum string length: 3
Example:

null

Response

OK

The response is of type object.