Keywords an app ranks for
app_keywords is a $0.20 GET request on the Wuthering AI API. Find the App Store search terms an app ranks for, with volume. It answers complete JSON, and a call that fails is not charged.
Endpoint
GET /v1/app_keywords
Price per successful call
$0.20
Failed calls
Not charged
curl 'https://wutheringai.com/v1/app_keywords?app_id=…&token=YOUR_TOKEN'
What does app_keywords return, and when should you call it?
Return the App Store keywords an app ranks for, with search volume and its position for each.
App Store only. No equivalent keyword index exists for Google Play, so there is no 'android' option here. This is the app-store analogue of wuthering_domain_rankings.
Returns: keyword, search volume, and the app's rank_absolute for that keyword.
Use to reverse-engineer a competitor's store optimisation. Don't use for web search keywords, which live in the keyword family.
What parameters does app_keywords take?
app_keywords accepts 4 parameters, of which 1 is required. Array values are comma-separated on the query string.
| Parameter | Type | Required | Description |
|---|---|---|---|
| app_id | string | yes | Numeric Apple app id. Google Play package names are not accepted. |
| 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 app_keywords?
1 of the research playbooks name app_keywords in their method. Each is free to read and says where in the sequence the call belongs.
Reference for app_keywords · last updated · published by Wuthering AI