Why are the iTtunes search API results ordered differently than the search results on an iOS device?

I noticed that the applications returned from the iTunes search API for a particular search query are different (mostly in a different order) than when I search for this search term directly in the App Store app on my iOS device.

Can I get accurate results? (How do ASOs like Sensortower achieve this?)

+2
source share
1 answer

Answering my own question, the iTunes Search API returns the results in the order that they appear in the iTunes application on Windows or OS X. There is no API parameter or option to return the same results / orders as on the iOS device.

+1
source

Source: https://habr.com/ru/post/1613371/


All Articles