How can I find top "most helpful" Amazon reviews for all products using Amazon API or other method?
|
feedback
|
|
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:
For instance, to get the "most helpful" favorable & critical review for the Kindle, you would go to the following URL:
| |||
|
feedback
|