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.
| Parameter | Type | Required | Description |
|---|---|---|---|
| target | string | yes | Domain or page URL to analyse, for example 'example.com'. |
| target_type | string | no | Treat the target as a whole site or a single page. Defaults to 'site'.One of: site, pageDefaults to site |
| 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 |
Which playbooks call domain_relevance?
1 of the research playbooks name domain_relevance in their method. Each is free to read and says where in the sequence the call belongs.
Reference for domain_relevance · last updated · published by Wuthering AI