Batch company lookup API
Company data
Batch company lookup API
Look up company data for multiple domains in a single request (up to 100). Returns full company details including description and specialties. Costs 1 credit per domain.
POST
Batch company lookup API
Documentation Index
Fetch the complete documentation index at: https://technologychecker.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Frequently asked questions
How many domains can I look up at once?
How many domains can I look up at once?
Up to 100 domains per request. Send a JSON array of domain strings in the
domains field of the request body. Each domain costs 1 credit, so a batch of 100 domains costs 100 credits total.What happens if some domains aren't found?
What happens if some domains aren't found?
The response includes both a
companies array (found records) and a not_found array (domains without matches). The found count tells you how many succeeded. You’re only charged credits for domains that return data.What data does the batch endpoint return compared to the single company lookup?
What data does the batch endpoint return compared to the single company lookup?
Both endpoints return the same full company profile including description and specialties. The batch endpoint just lets you look up multiple domains in one HTTP request instead of making individual calls, which is faster and more efficient for large lists.
Authorizations
API key in format tapi_live_[32-char] (live) or tapi_test_[32-char] (test)
Body
application/json
Array of domains to look up (max 100)
Maximum array length:
100Example:
["stripe.com", "shopify.com"]