Amazon product API capabilities (user reviews) [duplicate]

对着背影说爱祢 提交于 2021-01-28 08:21:47

问题


just one questions.

Amazon offers product API to retrieve products information

http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/USSortValuesArticle.html#USSortValuesArticle_books

you can retrieve price, salesrank, reviewrank, etc. But it looks like there is no API where you can retrieve customers reviews for a certain product.

does anybody know if there is a way that you can retrieve customer reviews of a certain product using amazon API?

i have researched that Amazon offers "Product Advertising API" program, where you can access to more information like user reviews, but I am not sure you can retrieve it and store on variables like I could do with AWS ValuesArticles.

thank you very much in advance


回答1:


I believe you can't, I can see that the Product Advertising API returns a URL to a page (for embedding in an IFRAME) containing the URLs, but you can't retrieve the reviews themselves.

http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/RG_Reviews.html



来源:https://stackoverflow.com/questions/8742193/amazon-product-api-capabilities-user-reviews

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