mac-app-store - 按类别或价格搜索 iTunes/Appstore

标签 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

最佳答案

我认为您最好使用 RSS 源 - 对于 Mac App store,您可以返回每种类型的前 300 个应用程序。您还可以将请求范围缩小到热门应用(付费或免费)、热门付费应用、热门免费应用或热门应用:

游戏类型的热门 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 提要生成器不会公开子流派,但游戏也有几个您可以过滤的子流派:

卡牌游戏类型的热门 Mac 应用 https://itunes.apple.com/us/rss/topmacapps/limit=300/genre=12205/xml

RSS feed 生成器在这里: http://itunes.apple.com/rss

此处 iTunes 流派索引(一直向下滚动,直到看到 Mac App Store): http://www.apple.com/itunes/affiliates/resources/documentation/genre-mapping.html

关于mac-app-store - 按类别或价格搜索 iTunes/Appstore,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14981957/

相关文章:

c++ - 提交 Qt 5.3 应用程序以供 Mac App Store 审核

cocoa - 权利 key 中缺少 com.apple.security.files.bookmarks.app-scope?

ios - 提交到Apple App Store:指定品牌名称作为个人开发人员?

ios - 删除 iOS 版本而不上传构建

macos - OSX 10.8 中的 AVKit

java - Mac 版 GameCenter(带 Java)

ios - 如何在我的应用程序中将我的 iOS 应用程序列表显示到 TableView Controller ?

ios - 通过第三方应用程序播放苹果音乐歌曲

itunes-search-api - iTunes Search API - 正确的结果语言

mysql - Apple Search API 以什么字符集返回 JSON?