亚马逊多久更新一次其产品图片 URL?

发布于 2024-12-11 21:15:40 字数 97 浏览 3 评论 0原文

我正在设计一个 Web 应用程序,它使用 Amazon 产品 api 来检索图书信息。我正在存储图像的网址和其他信息以便更快地检索。但是,我不知道亚马逊更新/无效其图像网址的频率。

I am designing a web app that use Amazon product apis to retrieve books info. I am storing images' url and other info for faster retrieval. But, I don't know how often Amazon updates/invalidate its images's urls.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

神经暖 2024-12-18 21:15:40

有多种方法可以仅使用 ASIN 来获取图像。您不必缓存。这是一个示例 URL。

http://images.amazon.com/images/P/ASIN。 01.MZZZZZZ.jpg

只需替换产品的ASIN即可。有关图像的更多信息,请查看 http://aaugh.com/imageabuse.html

There are ways to get the image just using the ASIN. You don't have to cache. Here is an example URL.

http://images.amazon.com/images/P/ASIN.01.MZZZZZZ.jpg

Just replace ASIN for the product. For more information about images, take a look at http://aaugh.com/imageabuse.html

吖咩 2024-12-18 21:15:40

这些图像更改的频率并不取决于亚马逊,而完全取决于出版商。

我在一家出版社工作,我可以根据个人经验告诉你,书籍封面在印刷之前可能会经常更换。一旦它作为实体产品提供(即不再预订),它将保持不变,直到下一版本发布。

How often these images change is not up to Amazon but depends entirely on the publishers.

I work for a publishing house and I can tell you from personal experience that a book cover can change quite frequently before going into print. Once it's available as physical product though (i.e. no more pre-order), it will remain the same until the next edition is published.

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