Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Amazon API - Top Customer Reviewers [duplicate]

By using C#, I want to extract information (eg. tags, interests) of Amazon's Top Customer Reviewers. I could not find any function, method, example by searching web. The list of these top reviewers are given in Here.

To do this, is there some facilities in Amazon API? If yes, how can I do that. If not, how can I start?

Thanks in advance.

like image 824
user1250144 Avatar asked Mar 06 '12 17:03

user1250144


1 Answers

This used to be in the Product Advertising API but was removed in 2010.

You can still display the information using an iframe, but you will have to screen scrape the iframe to get any data out of it. I've provided a link to the relevant part of the API below.

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

like image 87
Cronan Avatar answered Nov 09 '22 03:11

Cronan