Long-tail phrasings of one keyword

keyword_suggestions is a $0.20 GET request on the Wuthering AI API. Find the longer, more specific phrases built around a single term. It answers complete JSON, and a call that fails is not charged.

Endpoint

GET /v1/keyword_suggestions

Price per successful call

$0.20

Failed calls

Not charged

curl 'https://wutheringai.com/v1/keyword_suggestions?keyword=…&token=YOUR_TOKEN'

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

Take one keyword and return longer search phrases that contain it, with volume and competition for each.

This is full-text expansion of ONE term, so every result contains your keyword. It is narrower than wuthering_keyword_ideas, which returns semantically related terms that may share no words with the seed.

Returns: keyword, search_volume, cpc, competition_level, keyword_difficulty.

Use when a head term is too broad and you need the specific questions underneath it. Don't use to explore a category from scratch.

What parameters does keyword_suggestions take?

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

Parameters accepted by the keyword_suggestions operation
ParameterTypeRequiredDescription
keywordstringyesThe single seed keyword to expand.
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
limitnumbernoMaximum 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
offsetnumbernoRows to skip before returning results. Use with limit to page through a large set.Defaults to 0

Reference for keyword_suggestions · last updated · published by Wuthering AI