Your agent can't tell what a site is built on; this detects its CMS, frameworks, analytics, hosting, and more.
Web & Search
Analyzes any website and returns the technologies it is built with, grouped by category, such as the CMS, JavaScript framework, analytics, CDN, and server. Covers thousands of common web technologies with confidence scores.
You want a per-site profile of the client-observable technologies one or more websites are built on.
Finding companies that use a given technology, reading hidden backend databases or languages, historical adoption trends, or pages behind a login.
information
Returns one profile per site, each listing the detected technologies (name, category, confidence), a grouped-by-category view, the web server, and whether the site responded successfully. Not a downloadable file.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/tech-stack/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"What technology stack is stripe.com built on?"}}'Example requests