获取应用程序的 iTunes 图稿
是否有可能(通过某些 API)根据应用程序的 iTunes id 获取应用程序的插图?以四个正方形为例: http://itunes.apple.com/us/app/foursquare/id306934924 ?mt=8
我想要获取左侧显示的 fourSquare 主要艺术品的链接。
Is it possible (through some API) to get the artwork of an application given its iTunes id? For example for four square:
http://itunes.apple.com/us/app/foursquare/id306934924?mt=8
I'd like to get the link for the main Artwork of fourSquare shown on the left.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为了详细说明第一个答案,您需要查找 id。如果您正在寻找不同的店面,只需将 iTunes ID 添加到此查询的末尾并调整国家/地区代码即可。
http://itunes.apple.com/lookup?country=us&id=
例如
http://itunes.apple.com/lookup?country=us&id=306934924
您需要从 JSON 结果中挖掘出“screenshotUrls”。
希望有帮助。
To elaborate on the first answer, you do a lookup on the id. Just add the iTunes ID to the end of this query and tweak the country code if you are looking for a different storefront.
http://itunes.apple.com/lookup?country=us&id=
eg
http://itunes.apple.com/lookup?country=us&id=306934924
From the JSON results you need to dig out the "screenshotUrls".
Hope that helps.
嗯,是的。 成为 iTunes 会员并使用他们的SDK。
Well, yes. Be an iTunes Affiliate and use their SDK.