获取应用程序的 iTunes 图稿

发布于 2024-12-12 04:53:58 字数 249 浏览 0 评论 0原文

是否有可能(通过某些 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

放飞的风筝 2024-12-19 04:53:58

为了详细说明第一个答案,您需要查找 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文