Revenue band, tech stack, and org shape

company_firmographics is a $0.20 GET request on the Wuthering AI API. Get revenue estimates, technologies in use, and organisational structure. It answers complete JSON, and a call that fails is not charged.

Endpoint

GET /v1/company_firmographics

Price per successful call

$0.20

Failed calls

Not charged

curl 'https://wutheringai.com/v1/company_firmographics?url=…&token=YOUR_TOKEN'

What does company_firmographics return, and when should you call it?

Return a company's business profile: estimated revenue, employee bands by function, technologies in use, and leadership structure.

The technology list is the most actionable field here: it tells you what a prospect already bought, which is what your product has to sit beside or displace. Revenue figures are modelled estimates, not filings, so treat them as bands.

Returns: name, revenue estimate, employee counts, tech_stack, leadership, industry codes, location.

Like wuthering_company_funding, this reads the whole record on demand and can take several minutes for one company. Call it when the technology or revenue band is worth the wait.

Use for qualification and competitive displacement work. Don't use as a source of truth for financials.

What parameters does company_firmographics take?

company_firmographics accepts 3 parameters, none of them required. Array values are comma-separated on the query string.

Parameters accepted by the company_firmographics operation
ParameterTypeRequiredDescription
urlstringnoZoomInfo company profile URL, if you have it. Exact, and skips the lookup step. Find it with your OWN web search first: `site:zoominfo.com/c "Acme"` returns it directly. wuthering_web_search is the fallback if you have no search of your own, and is billed. Never construct a URL — a wrong one returns a dead page, not an error.
companystringnoCompany name, used when you have no URL. Resolved here with a billed search that takes the first plausible match, so prefer finding the URL yourself and passing it.
domainstringnoThe company's website domain, for example 'acme.com'. Strongly recommended alongside a name: it disambiguates common names and prevents matching the wrong company.

Reference for company_firmographics · last updated · published by Wuthering AI