Blitz API
Company and people search by ICP.
SourcingAPI key22 endpoints
Runtime credentials
Connecting Blitz API via OAuth or your own API key requires the following secret slots in your workspace:
- BLITZ_API_KEY
Endpoints
| Operation | Method & path | Effect | Latency | Rate | Cost |
|---|---|---|---|---|---|
key_info Check Blitz API key validity, credits, rate limit, allowed endpoints, and active plans. | GET /v2/account/key-info | none | — | — | no bill |
company_search Search companies by normalized ICP fields. Provider-documented ceiling: about 50,000 companies per query (50/page); Blitz silently truncates beyond it without an error. | POST /v2/search/companies | paid_provider | — | — | 10-10 credits |
people_search Search Blitz people rows from account, title, seniority, function, and geography filters. docs ↗ | POST /v2/search/people | paid_provider | 1-5s | 5/s | 10-10 credits |
employee_search Search people at one known company from a LinkedIn company URL. docs ↗ | POST /v2/search/employee-finder | paid_provider | 1-5s | 5/s | 10-10 credits |
waterfall_person_search Run an ordered title cascade at one account and return the first matching decision-maker tier. docs ↗ | POST /v2/search/waterfall-icp-keyword | paid_provider | 1-5s | 5/s | 10-10 credits |
waterfall_icp_search Run Blitz's staged ICP waterfall at one account and preserve match metadata. docs ↗ | POST /v2/search/waterfall-icp-keyword | paid_provider | 1-5s | 5/s | 10-10 credits |
tam_by_jobs Return distinct hiring companies. Provider-documented ceiling: 50,000 companies per query (50/page, 1,000 pages); Blitz silently truncates beyond it without an error. docs ↗ | POST /v2/company/tam-by-jobs | paid_provider | 1-5s | 5/s | 10-10 credits |
job_search Poll live job postings across companies as a hiring signal, on the cheapest lane for repeated polling. docs ↗ | POST /v2/jobs/search | paid_provider | 1-5s | 5/s | 10-10 credits |
company_jobs_search List live postings at one tracked account as a per-account hiring signal. docs ↗ | POST /v2/jobs/company | paid_provider | 1-5s | 5/s | 10-10 credits |
person_enrich Find a work email for a person using their LinkedIn profile URL. | POST /v2/enrichment/email | paid_provider | — | — | 15-15 credits |
email_to_person Reverse-resolve a verified work email into a full person profile. | POST /v2/enrichment/email-to-person | paid_provider | — | — | 10-10 credits |
phone_to_person Reverse-resolve a phone number into a person profile. | POST /v2/enrichment/phone-to-person | paid_provider | — | — | 10-10 credits |
phone_enrich Find a phone number for a person using their LinkedIn profile URL. | POST /v2/enrichment/phone | paid_provider | — | — | 100-100 credits |
company_profile_enrich Retrieve a full company profile from a LinkedIn company URL. | POST /v2/enrichment/company | paid_provider | — | — | 10-10 credits |
domain_to_linkedin Resolve a website domain to a LinkedIn company URL. | POST /v2/enrichment/domain-to-linkedin | paid_provider | — | — | 10-10 credits |
linkedin_to_domain Resolve a LinkedIn company URL to its verified email domain. | POST /v2/enrichment/linkedin-to-domain | paid_provider | — | — | 10-10 credits |
company_enrich Resolve a company domain to a LinkedIn company URL for follow-up firmographic enrichment. | POST /v2/enrichment/domain-to-linkedin | paid_provider | — | — | 10-10 credits |
company_distribution_by_country Return per-country headcount distribution for a company from its LinkedIn company URL. | POST /v2/enrichment/company-distribution-by-country | paid_provider | — | — | 10-10 credits |
company_employment_distribution Backward-compatible alias for Blitz company distribution by country. | POST /v2/enrichment/company-distribution-by-country | paid_provider | — | — | 10-10 credits |
company_distribution_by_department Return employee headcount distribution by department for a LinkedIn company URL. | POST /v2/enrichment/company-distribution-by-department | paid_provider | — | — | 10-10 credits |
current_date Get Blitz server current date and time for a requested region. | POST /v2/utils/current-date | paid_provider | — | — | 10-10 credits |
changelog Read the public Blitz API changelog newest-first to detect breaking endpoint changes. docs ↗ | GET /changelog | none | — | — | no bill |