List technologies across many domains
lookup_domains_technologiesIdentify technologies used by up to 20 domains in a single request. Returns a compact table; filter by category to compare e-commerce platforms, hosting, and more.
Instructions
Look up the technologies on up to 20 domains in ONE call, returned as a compact table. Prefer this over repeated lookup_domain_technologies calls whenever you have several domains in hand - it is one request instead of many and costs the same per resolved domain. Answers questions like 'which of these run Shopify?'. Pass category to narrow to one kind of technology. For the full detail on ONE domain (every technology with its category and global usage), use lookup_domain_technologies instead. Duplicates and www. variants collapse and are charged once. Costs 1 credit per domain that HAS data; misses and malformed domains are free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domains | Yes | Bare domains, e.g. ["example.com","stripe.com"]. Maximum 20. | |
| category | No | Only return technologies in this TOP-LEVEL group, e.g. "E-commerce & Sales" or "Hosting & Infrastructure". This is the part BEFORE the slash in lookup_domain_technologies output. The part after it, such as "Payment Processing", is a sub-category and matches nothing. Case-insensitive. Omit for all categories. | |
| per_domain | No | Technologies to show per domain (default 10, max 50). Raising it does not cost extra credits, only context. |