如何使用亚马逊商品广告 API 搜索其他国家/地区?

发布于 2024-11-18 20:04:06 字数 126 浏览 6 评论 0原文

我需要能够根据条形码、关键字或 ASIN 搜索产品,并显示来自 amazon.co.uk、amazon.com、amazon.de 和 amazon.fr(英国、美国、德国和法国)的结果。

这可能吗?如果是这样,我该怎么做?

I need to be able to search for a product based on barcode, keyword or ASIN and show the results from amazon.co.uk, amazon.com, amazon.de and amazon.fr (UK, USA, Germany and France).

Is that possible? If so, how do I do it?

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

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

发布评论

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

评论(1

风向决定发型 2024-11-25 20:04:06

在此页面底部,您将找到指向此产品广告 API 工作的各种区域设置的链接。

但是,您需要对这些不同的 API 中的每一个进行单独订阅。换句话说,您需要不同的 AssociateTagAccessKeyId密钥 才能访问这些不同的 API。

您可以实现一个按顺序使用所有这些 API 的搜索引擎。首先在美国 API 中搜索产品,然后是英国,然后是德国,...您可以将这种复杂性封装在 外观,以便您的客户端只需调用一次搜索即可。您可能还会遇到一些性能问题,因此建议使用缓存(和常识)。

At the bottom of this page, you will find links to the various Locales where this Product Advertising API works.

However, you need to make a separate subscription to each one of these different APIs. In other words, you need a different AssociateTag, AccessKeyId and a secret key in order to access those different APIs.

You can implement a search engine that uses all of those APIs in sequence. Start by searching for the product in the US API, then UK, then DE, ... You can encapsulate this complexity in a facade, so that your client simply makes a single call to search. You might also encounter some performance issues with this idea, so the use of cache (and common sense) is advisable.

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