Skills/Company Data/Technology stack

Technology stack

50 credits / request

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.

Use when

You want the tools, platforms, and infrastructure a company uses, and when they started or stopped.

Not for

A product directory or pricing for a single technology in the abstract.

Cost

50 credits / request

What it accepts

Set these inside the intent when you run it.

companyrequired

The company's website or root domain.

What you get back

A list of detected technologies with category, confidence score, and first-seen and last-seen timestamps.

Run it

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

  • What tools does Linear use on their website?
  • What analytics platform does Figma use?
  • Has Airbnb switched payment providers in the last two years?