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

5

61

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?

Antisepticize answered 6/8, 2012 at 23:4 Comment(2)
There's a web API, indeed, but it's not public. You may use it but then your app can't be distributed on the AppStore (iOS or OS X).Darryl
Could you please point me towards the non-public web API?Antisepticize
T
68

the following websites allow searching the iOS app store.

  1. https://theappstore.org
  2. http://fnd.io
Touraine answered 5/9, 2016 at 1:3 Comment(0)
R
13

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

Relapse answered 3/6, 2013 at 18:36 Comment(1)
Thanks a lot, this saved the dayManson
H
9

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)

Honor answered 6/1, 2020 at 17:50 Comment(3)
I typed "photo" in the magnifying glass bar, but it doesn't show me any photo apps.Bali
Unfortunately, it seems that many keywords are reserved for the entire apple site. If you search for a specific photo app that has a less generic name it might work, but "photo" moves you to a more global search. If you search for "Termius" or "Clash of Clans" it will search the app store as expectedHonor
Apparently the search system will try to infer a category for the results between "Explore" (apps, apparently), "Accessories", "Support" and "Apple Store". On https://www.apple.com/search/<term> it's (currently) possible to tack on the sel=explore query parameter to ensure it opens the explore tab, but who knows how long that'll work.Duck
L
0

You can use the google advance search option like

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

and then scrape the response.

Lactose answered 14/2, 2020 at 7:52 Comment(0)
C
0

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)

Cycad answered 27/11, 2022 at 20:24 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.