All BlitzAPI search endpoints use 2-letter country codes following the ISO 3166-1 alpha-2 standard (consistent with LinkedIn). Using the wrong format (e.g., USA instead of US) will return 0 results. See the Field Normalization reference for the full list.
Use "WORLD" to search globally without geographic restriction.
Rate limit: All plans include 5 requests per second, per endpoint (RPS) — each endpoint has its own independent budget, so calls to /enrichment/email and /enrichment/phone don’t compete. Use the max_requests_per_seconds field from /v2/account/key-info to get your exact per-endpoint limit.
Burst: Short bursts above the limit may be queued, but sustained overage returns 429 Too Many Requests.
Retry on 429: Wait at least 60 seconds before retrying after a server-side 429. Client-side rate limiting should prevent this.
Recommended Client Timeouts:
Endpoint Type
Recommended Timeout
Waterfall ICP, Employee Finder, Find People, Company Search
10 seconds
Email/Phone Validation
20 seconds
Enrichment (email, phone, company)
10 seconds
Error Codes:
Code
Meaning
Solution
401
Unauthorized
Missing or invalid x-api-key header.
402
Payment Required
Account limit reached. Upgrade your plan.
404
Not Found
API key does not exist.
429
Too Many Requests
Exceeded an endpoint’s rate limit. Implement client-side rate limiting (max 5 RPS per endpoint).
500
Internal Server Error
Transient server error. Retry with exponential backoff.