What categories a domain ranks in
domain_categories is a $0.20 GET request on the Wuthering AI API. See which product categories a site has search presence in. It answers complete JSON, and a call that fails is not charged.
Endpoint
GET /v1/domain_categories
Price per successful call
$0.20
Failed calls
Not charged
curl 'https://wutheringai.com/v1/domain_categories?target=…&token=YOUR_TOKEN'
What does domain_categories return, and when should you call it?
Return the categories a domain ranks within, each with the organic metrics it earns there.
Categories are a coarse taxonomy, so this is for orientation rather than precision. It answers what business a domain appears to be in, which sometimes contradicts its own marketing.
Returns: category codes with organic metrics per category.
Use to classify an unfamiliar competitor quickly. Don't use for fine-grained positioning work.
What parameters does domain_categories take?
domain_categories accepts 4 parameters, of which 1 is required. Array values are comma-separated on the query string.
| Parameter | Type | Required | Description |
|---|---|---|---|
| target | string | yes | Domain to analyse, without protocol or path, for example 'example.com'. Works on your own site as readily as a competitor's. |
| location_code | number | no | Numeric location code to scope results to. Defaults to 2840 (United States). Search volume and competition vary sharply by country, so set this when the question is about a specific market.Defaults to 2840 |
| language_code | string | no | ISO language code for results, for example 'en' or 'de'. Defaults to 'en'.Defaults to en |
| limit | number | no | Maximum rows to return (1 to 1000, default 100). Ask for the fewest that answer the question: every row is billed and spends the caller's context.Defaults to 100 |
Which playbooks call domain_categories?
1 of the research playbooks name domain_categories in their method. Each is free to read and says where in the sequence the call belongs.
Reference for domain_categories · last updated · published by Wuthering AI