Traffic estimates over time

domain_traffic_history is a $0.20 GET request on the Wuthering AI API. Track estimated organic traffic for several domains across months. It answers complete JSON, and a call that fails is not charged.

Endpoint

GET /v1/domain_traffic_history

Price per successful call

$0.20

Failed calls

Not charged

curl 'https://wutheringai.com/v1/domain_traffic_history?targets=…&token=YOUR_TOKEN'

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

Return month-by-month estimated organic traffic for a set of domains over a date range.

Costs roughly ten times a standard call. This is how you see a competitor's growth curve, and how you catch a rival whose traffic collapsed six months ago while their marketing kept claiming otherwise.

Returns: per-target, per-month organic metrics including etv and keyword count.

Use when trajectory matters more than the current number. Don't use for a snapshot, where wuthering_domain_traffic is far cheaper.

What parameters does domain_traffic_history take?

domain_traffic_history accepts 5 parameters, of which 2 are required. Array values are comma-separated on the query string.

Parameters accepted by the domain_traffic_history operation
ParameterTypeRequiredDescription
targetsarrayyesDomains to track, up to 1,000.
date_fromstringyesStart date as YYYY-MM-DD.
date_tostringnoEnd date as YYYY-MM-DD. Defaults to the most recent data available.
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_traffic_history · last updated · published by Wuthering AI