按类别或价格搜索iTunes / Appstore

时间:2013-02-20 14:13:12

标签: mac-app-store itunes-store itunes-search-api

我是否有机会按类别或价格搜索Appstore(比如Mac Appstore,但我认为搜索对iTunes或iOS商店的工作方式相同),并获得具有给定类别或价格的所有应用程序限制200个结果?

我发现的是这个搜索查询:

http://itunes.apple.com/de/search?entity=macSoftware&term=game&limit=200

(200是此处的最大限制,如果未设置,默认情况下限制设置为50)

我想要的是:

... apple.com/search?entity=macSoftware&category=games

... apple.com/search?entity=macSoftware&price=0.99

没有有限的结果。

知道如何获得这些结果吗?似乎官方网站在这里没有帮助:http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html#searching

1 个答案:

答案 0 :(得分:4)

我认为您最好使用RSS源 - 对于Mac App Store,您可以返回每种类型的前300个应用程序。您还可以缩小对Top Apps(付费或免费),Top Pay,Top Free或Top Grossing的请求:

采用游戏类型的热门Mac应用程序 https://itunes.apple.com/us/rss/topmacapps/limit=300/genre=12006/xml

采用游戏类型的热门免费Mac应用程序 https://itunes.apple.com/us/rss/topfreemacapps/limit=300/genre=12006/xml

RSS Feed生成器不会公开子类型,但是Games也有几个你可以过滤掉:

采用纸牌游戏类型的顶级Mac应用程序 https://itunes.apple.com/us/rss/topmacapps/limit=300/genre=12205/xml

RSS feed Generator在这里: http://itunes.apple.com/rss

iTunes Genre Index(向下滚动直至看到Mac App Store): http://www.apple.com/itunes/affiliates/resources/documentation/genre-mapping.html