How can I find top "most helpful" Amazon reviews for all products using Amazon API or other method?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

Unfortunately, as of November 2010, it is not possible to get Reviews information from the Product Advertising API anymore.

"On November 8, 2010 the Reviews response group of the Product Advertising API will no longer return customer reviews content and instead will return a link to customer reviews content hosted on Amazon.com" (see the following link for the full announcement: https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html).

An alternative solution is to rely on scraping/parsing the content of the following URL, though I assume you would be breaking their TOS:

http://www.amazon.com/product-reviews/[INSERT-ASIN-HERE]

For instance, to get the "most helpful" favorable & critical review for the Kindle, you would go to the following URL:

http://www.amazon.com/product-reviews/B004HFS6Z0/
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.