Detect the technologies (CMS, frameworks, analytics, hosting, etc.) a website runs.
Analyzes one or more websites and returns the technologies each one runs, grouped by category: CMS, frontend frameworks, web servers, analytics, CDNs, hosting, payment, chat, and more. Each detected technology comes back with a name, a category, and a confidence level, keyed to the input URL.
Pass full URLs or bare domains in urls (one or more). Detection is pure HTTP analysis, so it is fast and avoids most blocking, but it sees only client-observable signals. Heavier batches run async: if the response includes a continuation_token, call again with that token (other inputs are ignored) to resume polling until results are ready.
One or more website URLs or bare domains to analyze (e.g. "https://stripe.com" or "stripe.com").
Optional cap on how many URLs to process.
Token from a prior pending response. When set, all other params are ignored and the server resumes polling the existing run.