← All skills

Company Data

Your agent has no live view of a company; this returns sourced signals like hiring, tech, news, funding, and open source by domain.

Business & Companies

Looks up live signals on companies by their website or name: funding rounds, job postings, technology stack, news events, and public code repositories, each with its source. Useful for prospecting, competitive research, and market analysis.

Use when

You have a company's website or name and want the live signals around it.

Not for

Firmographic profiles such as industry, size, revenue, or corporate hierarchy; finding companies you cannot yet name; people or contact details; live stock prices or regulatory filings; or company logos.

What you can do

Each is a sub-skill of Company Data; the router picks the right one for your request.

What you get back

information

Returns structured records with their original source links and timestamps for verification. A signal stream, not a downloadable file.

When it checks with you first

The request names a company without saying which signal is wanted, and the streams are priced per call, so picking the wrong one costs the caller.

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/company-data/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"prompt":"How much has Figma raised in total?"}}'

Example requests

  • How much has Figma raised in total?
  • Is Stripe hiring engineers right now?
  • What tools does Linear use on their website?
  • What has Notion announced recently?