Looks up structured firmographic data for a company by its website or name, returning industry, employee count, estimated revenue, headquarters location, legal entity details, and parent company hierarchy. Provide a domain for the most reliable results; a company name works when combined with a country to identify the right entity.
You want the industry, size, revenue, location, legal entity, and corporate hierarchy for a company.
Signal streams like funding, hiring, technology, or news, which each have their own operation.
~5 credits / company
Charged per company enriched.
Estimated; the actual charge depends on your input and is shown in the response.
Set these inside the intent when you run it.
The company's website, root domain, or name.
ISO two-letter country code to identify the right entity when using a company name.
A firmographic profile with industry, size, revenue, location, legal entity, and corporate hierarchy.
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":"enrich-firmographics","company":"stripe.com","country_code":"US"}}'Example requests