Ranked Keywords allows you to retrieve a list of keywords an app is performing well on. This is useful to investigate the keywords you should target.
This method resturns the list of keywords on which the app is ranked in the top 50 when a user performs a search in the selected country, language and device.
GET /android/applications/com.facebook.katana/keywords/top.json?country=us&language=en
curl -X GET -H "X-Apptweak-Key: ${API_KEY}" "https://api.apptweak.com/android/applications/com.facebook.katana/keywords/top.json?country=us&language=en"
The response is a list of keyword/ranking hash, which links each top keyword with the ranking of the app for that keyword.
The keyword this keyword/ranking object is referring to.
The ranking of the app for the keyword.
{
"content": [
{
"keyword": "facebook",
"ranking": 1
},
{
"keyword": "face",
"ranking": 1
},
{
"keyword": "fav",
"ranking": 1
},
{
"keyword": "free apps",
"ranking": 1
},
{
"keyword": "top free apps",
"ranking": 1
},
{
"keyword": "chat messenger",
"ranking": 1
},
{
"keyword": "https facebook",
"ranking": 1
},
{
"keyword": "facebook facebook",
"ranking": 1
},
{
"keyword": "facebook blog",
"ranking": 1
},
{
"keyword": "facebook https",
"ranking": 1
}
],
"metadata": {
"request": {
"path": "/android/applications/com.facebook.katana/keywords/top.json",
"store": "android",
"params": {
"country": "us",
"language": "en",
"id": "com.facebook.katana",
"format": "json"
},
"performed_at": "2018-12-11 14:03:29 UTC"
},
"content": {
}
}
}