Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get app keywords with the iTunes Search API

it looks like at this website https://sensortower.com/ you can easily get the keywords an app publisher inserted when he submitted his app to Apple Store. I searched the docs (http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html) of the Itunes Search API but I could not find any way to get the keywords. How did the do? Am I missing something important?

like image 653
ContentiousMaximus Avatar asked Jan 16 '14 08:01

ContentiousMaximus


1 Answers

As far as I know, you cannot query for keywords.

What I think they do (and I am pretty certain) is that they query the app store regularly against a database they hold.

This database might hold keywords based on the descriptions and app titles of existing apps (basically just all words mentioned there). With this information they create random search term combinations and query the search API with it.

Afterwards they "guess" the app's keywords according to the position the app gets in the result list with the specified search terms. The higher its ranking the bigger might be the chance that it actually uses one of these keywords.

like image 119
Thomas Mondel Avatar answered Sep 19 '22 21:09

Thomas Mondel