Skills/Company Data/Enrich firmographics

Enrich firmographics

~5 credits / company

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.

Use when

You want the industry, size, revenue, location, legal entity, and corporate hierarchy for a company.

Not for

Signal streams like funding, hiring, technology, or news, which each have their own operation.

Cost

~5 credits / company

Charged per company enriched.

Estimated; the actual charge depends on your input and is shown in the response.

What it accepts

Set these inside the intent when you run it.

companyrequired

The company's website, root domain, or name.

country_codeoptional

ISO two-letter country code to identify the right entity when using a company name.

What you get back

A firmographic profile with industry, size, revenue, location, legal entity, and corporate hierarchy.

Run it

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

  • How many employees does Stripe have?
  • What industry is Notion in and where are they headquartered?
  • Give me a company profile for shopify.com