← All skills

Tech Stack

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.

Use when

You want a per-site profile of the client-observable technologies one or more websites are built on.

Not for

Finding companies that use a given technology, reading hidden backend databases or languages, historical adoption trends, or pages behind a login.

What you can do

  • Analyze one or more website URLs and return the technologies each runs, grouped by category, with a confidence level for each.

What you get back

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.

Run it

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

  • What technology stack is stripe.com built on?
  • What CMS does apple.com use?
  • Detect the front-end framework and analytics tools on airbnb.com