Keywords a site is relevant for

domain_relevance is a $0.20 GET request on the Wuthering AI API. Get the keywords Google associates with a domain, ranked or not. It answers complete JSON, and a call that fails is not charged.

Endpoint

GET /v1/domain_relevance

Price per successful call

$0.20

Failed calls

Not charged

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

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

Return the keywords Google considers topically relevant to a domain, with volume and cost.

Relevance is NOT ranking. This answers what a site is about; wuthering_domain_rankings answers what it actually ranks for, and the two lists often differ dramatically. That gap is frequently the interesting finding.

Returns: keyword, search_volume, competition, cpc, monthly_searches.

Use to understand how a search engine reads a business, including your own. Don't use to measure performance.

What parameters does domain_relevance take?

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

Parameters accepted by the domain_relevance operation
ParameterTypeRequiredDescription
targetstringyesDomain or page URL to analyse, for example 'example.com'.
target_typestringnoTreat the target as a whole site or a single page. Defaults to 'site'.One of: site, pageDefaults to site
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_relevance · last updated · published by Wuthering AI