Is there a way to track my app's search ranking on Apple App Store?

99.6k Views Asked by At

I want to programmatically track my app's search ranking on Apple's app store. Is there any API or website to do this, outside of the 'App Store' app on my iPhone?

5

There are 5 best solutions below

0
On

You can use data.ai formerly App Annie. The free version will give you daily and overall search ranking for your app, and will help you immensely in ASO (App store optimization)

0
On

You can use the google advance search option like

site:itunes.apple.com/us/ "requires iOS 9 or later"

and then scrape the response.

1
On

I'm not sure how the exact ranking is reflected, but Apple now provides an JSON API call that you can make.

https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/

This includes the ability to add in a callback parameter so you can even incorporate it into a web app without having to parse the results on your server.

The end API call would looks something like this:

http://itunes.apple.com/search?term=props&entity=software&country=US&callback=lkasdfj

3
On

In case users are still looking for this. Apple finally made it possible to just use the apple.com website:

https://www.apple.com/ios/app-store/ Use the magnifying glass in the top right to search the apps.

Once you find the app you want, there is a unique URL that you could use to grab information for tracking or other purposes as well.

You can't do anything other than look at the app information at this time (no way to initiate a remote install to your phone or leave a review, that has to be done on the device)

0
On

the following websites allow searching the iOS app store.

  1. https://theappstore.org
  2. http://fnd.io