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.
You have a company's website or name and want structured facts about it and the live signals around it.
Finding companies you cannot yet name, people or contact details, live stock prices or regulatory filings, or company logos.
Each is a sub-skill of Company Data; the router picks the right one for your request.
information
Returns structured records with their original source links and timestamps for verification. A profile or signal stream, not a downloadable file.
The request names a company only by a common name with no website, and a country is needed to identify the right legal entity.
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