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.
You have a company's website or name and want the live signals around it.
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.
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 signal stream, not a downloadable file.
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.
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