Keywords searchers also look for
keyword_related is a $0.20 GET request on the Wuthering AI API. Walk outward from one keyword through what else the same people search. It answers complete JSON, and a call that fails is not charged.
Endpoint
GET /v1/keyword_related
Price per successful call
$0.20
Failed calls
Not charged
curl 'https://wutheringai.com/v1/keyword_related?keyword=…&token=YOUR_TOKEN'
What does keyword_related return, and when should you call it?
Return terms that searchers of your keyword also search, traversing outward by depth.
Depth matters and costs: each level multiplies the result set, so depth 1 or 2 answers most questions. This follows SEARCH BEHAVIOUR, not text similarity, so results need not contain your keyword.
Returns: nested keyword_data with keyword, search_volume, cpc, competition, plus the depth at which each term was found.
Use when you want to discover adjacent problems buyers have. Don't use when you need every phrasing of one term, which is wuthering_keyword_suggestions.
What parameters does keyword_related take?
keyword_related accepts 5 parameters, of which 1 is required. Array values are comma-separated on the query string.
| Parameter | Type | Required | Description |
|---|---|---|---|
| keyword | string | yes | The keyword to traverse outward from. |
| depth | number | no | How far to traverse (0 to 4, default 1). Each level multiplies results sharply.Defaults to 1 |
| 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 keyword_related?
1 of the research playbooks name keyword_related in their method. Each is free to read and says where in the sequence the call belongs.
Reference for keyword_related · last updated · published by Wuthering AI