How to search for other countries using Amazon Product Advertising API

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-07 05:42:08

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/6622435/how-to-search-for-other-countries-using-amazon-product-advertising-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!