A domain's search performance over time

domain_history is a $0.20 GET request on the Wuthering AI API. Track how a domain's organic visibility has moved across months. It answers complete JSON, and a call that fails is not charged.

Endpoint

GET /v1/domain_history

Price per successful call

$0.20

Failed calls

Not charged

curl 'https://wutheringai.com/v1/domain_history?target=…&token=YOUR_TOKEN'

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

Return the historical series of a domain's organic and paid metrics, one point per month.

Costs roughly ten times a standard call, so reach for it once a domain has proven worth the attention rather than as a first look. Shows direction of travel, which a single snapshot cannot.

Returns: per-month metrics.organic and metrics.paid with count, etv, and position buckets.

Use to tell a company that is growing from one that peaked two years ago. Don't use as an opening move; wuthering_domain_overview is the cheap version.

What parameters does domain_history take?

domain_history accepts 3 parameters, of which 1 is required. Array values are comma-separated on the query string.

Parameters accepted by the domain_history operation
ParameterTypeRequiredDescription
targetstringyesDomain to analyse, without protocol or path, for example 'example.com'. Works on your own site as readily as a competitor's.
location_codenumbernoNumeric 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_codestringnoISO language code for results, for example 'en' or 'de'. Defaults to 'en'.Defaults to en

Reference for domain_history · last updated · published by Wuthering AI