A domain's search performance at a glance

domain_overview is a $0.20 GET request on the Wuthering AI API. Get headline organic and paid search metrics for one domain. It answers complete JSON, and a call that fails is not charged.

Endpoint

GET /v1/domain_overview

Price per successful call

$0.20

Failed calls

Not charged

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

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

Return summary organic and paid search metrics for a domain: keyword counts by position band, estimated traffic, and estimated traffic value.

One row summarising a whole domain. It does NOT list the underlying keywords; use wuthering_domain_rankings for those.

Returns: metrics.organic and metrics.paid, each with count, etv, impressions_etv, and position buckets (pos_1, pos_2_3, pos_4_10 and so on).

Use as a cheap first read before deciding whether a domain is worth deeper study. Don't use when you need the keyword detail.

What parameters does domain_overview take?

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

Parameters accepted by the domain_overview 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_overview · last updated · published by Wuthering AI