Tools/tech-stack
Tech Stack

Tech Stack

Active

Your agent can't tell what a site is built on; this detects its CMS, frameworks, analytics, hosting, and more.

1 tool

Detect the technologies a website runs: CMS, JavaScript frameworks, web servers, analytics, CDNs, hosting, payment, and chat tools, across 100+ technologies. Pass one or more URLs and get a structured tech profile per site. Calls are async: a continuation_token is returned within ~25s; pass it back to resume polling.

Web & Searchtech-stacktechnologiescmsframeworksanalyticscompetitive-analysis

Tools (1)

Detect the technologies (CMS, frameworks, analytics, hosting, etc.) a website runs.

Usage-based · 5 credits per URL analyzed

Example prompts

  • What technologies does stripe.com run?
  • Detect the CMS and analytics used on shopify.com and vercel.com
  • Is example.com built on WordPress?

Parameters

urlsarrayrequired

One or more website URLs or bare domains to analyze (e.g. "https://stripe.com" or "stripe.com").

maxUrlsintegeroptional

Optional cap on how many URLs to process.

continuation_tokenstringoptional

Token from a prior pending response. When set, all other params are ignored and the server resumes polling the existing run.

API Usage

curl -X POST "https://skill.askfaro.com/skills/tech-stack/run" \
  -H "Authorization: Bearer faro_<your_key>" \
  -H "Content-Type: application/json" \
  -d '{
  "intent": {
    "prompt": "What technologies does stripe.com run?"
  }
}'

CLI Usage

askfaro describe tech-stack/detect

Install pip install askfaro-cli, then askfaro auth login.