Documentation Index
Fetch the complete documentation index at: https://docs.blitz-api.ai/llms.txt
Use this file to discover all available pages before exploring further.
Field Normalization
Accepted values for industry, employee range, job level, job function, company type, sales region, and country codes. All values are case-sensitive.BlitzAPI Search endpoints (Company Search, Employee Finder, Find People, Waterfall ICP) use normalized values for categorical filters. Passing an incorrect value (e.g.,
"SaaS" instead of "Software Development") will silently return 0 results.
Sections
This reference is split across the following pages so each is small enough to load fast and easy to copy from:Keyword Filters
include / exclude keyword search behavior, exact-match brackets, and the visual diagram of how branches and exclusions combine.Industry
The full list of 534 accepted industry values for
company.industry.include and company.industry.exclude.Job Levels & Functions
people.job_level enum (C-Team, VP, Director, …) and the 22-value people.job_function enum.Companies
company.type enum (10 values) and company.employee_range headcount buckets.Geography
Sales regions, continents, and country codes (ISO 3166-1 alpha-2) for
location filters.LinkedIn URLs
Accepted LinkedIn URL formats and what BlitzAPI normalizes for you.
Troubleshooting: 0 Results
I get 0 results but my filters look correct
I get 0 results but my filters look correct
The most common cause is a non-normalized value. Check these:
- Industry:
"Tech"is not valid — use"Information Technology and Services"or"Computer Software"or"Internet". - Country code:
"USA"is not valid — use"US"."United Kingdom"is not valid — use"GB". - Employee range:
"50-200"is not valid — use"51-200". - Job level:
"vp"is not valid — use"VP"."C-Level"is not valid — use"C-Team". - Job function:
"Sales"is not valid — use"Sales & Business Development". - Sales region:
"NA"is not valid — use"NORAM".
My industry filter returns fewer results than expected
My industry filter returns fewer results than expected
LinkedIn’s industry taxonomy is granular. Try using multiple values in your
industry.include array to broaden the search. For example, instead of just "Computer Software", also include "Information Technology and Services" and "Internet".Employee Finder returns results but not the roles I expected
Employee Finder returns results but not the roles I expected
Check that you’re using the right combination of
job_level and job_function. For example, to find senior sales leaders, use "job_level": ["C-Team", "VP", "Director"] combined with "job_function": ["Sales & Business Development"].Find People returns 0 results
Find People returns 0 results
The most common cause is a case-sensitive enum mismatch in
company.industry, people.job_function, or people.job_level. Copy values from these pages exactly.Other checks:- Make sure at least one of
companyorpeopleis provided. - Avoid over-filtering: combining a narrow
industry, a smallemployee_rangebucket, and a stricthq.country_codewill quickly empty the result set. - For person geography, set
people.location.country_code(notcompany.hq.country_code) — those are independent filters.
Find People pagination — when do I stop?
Find People pagination — when do I stop?
Find People uses cursor-based pagination (not page-based). Pass the
cursor value from the previous response back into the next request and stop when the API returns cursor: null. Do not assume total_results / max_results — use the cursor as the source of truth.
