Your agent can't tell what a site is built on; this detects its CMS, frameworks, analytics, hosting, and more.
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.
Detect the technologies (CMS, frameworks, analytics, hosting, etc.) a website runs.
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.
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?"
}
}'askfaro describe tech-stack/detect
Install pip install askfaro-cli, then askfaro auth login.