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.
| Parameter | Type | Required | Description |
|---|---|---|---|
| url | string | no | ZoomInfo 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. |
| company | string | no | Company 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. |
| domain | string | no | The company's website domain, for example 'acme.com'. Strongly recommended alongside a name: it disambiguates common names and prevents matching the wrong company. |
Which playbooks call company_firmographics?
2 of the research playbooks name company_firmographics in their method. Each is free to read and says where in the sequence the call belongs.
- Who are we really up against?Work April Dunford's positioning sequence from public evidence: the alternatives a prospect would actually use, what only you do, the value that follows, who cares most, and the category that makes all of it obvious.
- Is this company actually growing?Read one company's trajectory from public evidence: branded demand year over year, the acquisition engine underneath it, whether that demand was earned or bought, and what payroll says ships next — then name the questions only a data room can close.
Reference for company_firmographics · last updated · published by Wuthering AI