Keywords two domains both rank for
domain_keyword_overlap is a $0.20 GET request on the Wuthering AI API. Compare two domains keyword by keyword, with both positions side by side. It answers complete JSON, and a call that fails is not charged.
Endpoint
GET /v1/domain_keyword_overlap
Price per successful call
$0.20
Failed calls
Not charged
curl 'https://wutheringai.com/v1/domain_keyword_overlap?target1=…&token=YOUR_TOKEN'
What does domain_keyword_overlap return, and when should you call it?
Return the keywords two domains both rank for, showing each domain's position and ranking URL for every shared term.
The direct head-to-head. Terms where they beat you badly are the gap; terms where you beat them are the moat. It only returns SHARED keywords, so terms unique to one side do not appear.
Returns: keyword, search_volume, then rank and url for domain one and domain two.
Use to build a concrete competitive gap list. Don't use to find who your competitors are in the first place.
What parameters does domain_keyword_overlap take?
domain_keyword_overlap accepts 5 parameters, of which 2 are required. Array values are comma-separated on the query string.
| Parameter | Type | Required | Description |
|---|---|---|---|
| target1 | string | yes | First domain, usually yours, for example 'example.com'. |
| target2 | string | yes | Second domain to compare against. |
| 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 |
| limit | number | no | Maximum rows to return (1 to 1000, default 100). Ask for the fewest that answer the question: every row is billed and spends the caller's context.Defaults to 100 |
Which playbooks call domain_keyword_overlap?
1 of the research playbooks name domain_keyword_overlap in their method. Each is free to read and says where in the sequence the call belongs.
Reference for domain_keyword_overlap · last updated · published by Wuthering AI