← All skills

Company Data

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

Business & Companies

Looks up structured data on companies by their website or name: firmographic profiles covering industry, size, revenue, and corporate hierarchy, plus live signals including funding rounds, job postings, technology stack, news events, and public code repositories. Useful for prospecting, CRM enrichment, competitive research, and market analysis.

Use when

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

Not for

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 profile or signal stream, not a downloadable file.

When it checks with you first

The request names a company only by a common name with no website, and a country is needed to identify the right legal entity.

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 many employees does Stripe have?"}}'

Example requests

  • How many employees does Stripe have?
  • How much has Figma raised in total?
  • Is Stripe hiring engineers right now?
  • What tools does Linear use on their website?