Returns technologies detected in use at a company, categorized by type (analytics, CDN, e-commerce, etc.) and timestamped with first-seen and last-seen dates so you can track adoption and churn over time. Provide the company's domain; each detection includes a confidence score.
You want the tools, platforms, and infrastructure a company uses, and when they started or stopped.
A product directory or pricing for a single technology in the abstract.
50 credits / request
Set these inside the intent when you run it.
The company's website or root domain.
A list of detected technologies with category, confidence score, and first-seen and last-seen timestamps.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Company Data skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/company-data/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"tech-stack","company":"linear.app"}}'Example requests