Skip to main content
POST
Employee Finder
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 employee returned on Trial Plan
Free on the Unlimited plan
Search all employees at a single company by job level, department, location, and seniority.
Pagination is page-based. Increment page until page > total_pages to walk the full result set. Pagination is limited to maximum of 10k results.

Employee Finder guide

Browse all employees at a target company with filters — full walk-through with examples.

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
required
Example:

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

country_code
string[]
Example:
continent
string[]
Example:
sales_region
string[]
Example:
job_level
string[]
Example:
job_function
string[]
Example:
min_connections_count
number
Required range: 0 <= x <= 500
Example:

200

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

3

page
number
Example:

1

Response

OK

The response is of type object.