我正在与AppStore搜索API一起玩,我想知道为什么API返回与在iPhone上的AppStore上搜索时返回不同的结果(在排名方面)。我正在使用以下查询:
当我在iPhone上输入搜索词时,我大部分时间都会获得相同的位置结果。一个和两个,但随后列表开始有所不同。我认为JSON中结果的顺序是排名。但不幸的是不是。有没有办法通过API调用获得确切的排名?
I'm playing around with the AppStore search API and I was wondering why the API is returning different results (in terms of ranking) than when searched on the AppStore on an iPhone. I'm using the following query:
https://itunes.apple.com/search?term=google&country=us&entity=software&limit=200
When I type in the search term on my iPhone I get most of the time the same result for position one and two but then the lists start differing. I thought the order of the results in the JSON is the ranking. But unfortunately it is not. Is there a way to get the exact ranking via an API call?
发布评论