Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best way to fetch Amazon's top selling products in a given category

I'm looking to fetch Amazon's top 1000 (or as many as possible) best selling products in a given category. After scanning the Amazon Product Advertising API documentation and reading through a couple of questions on similar topics (namely Amazon ECS API to fetch 1000 top selling books and https://forums.aws.amazon.com/thread.jspa?threadID=98920), I'm still not sure whether I should be using the Product Advertising API, reading from an RSS feed or building my own scraper to acquire this information. Just to reiterate, I'm looking to fetch more than just the top 10 products, if possible (even if it takes multiple requests).

Any thoughts?

like image 319
Alex Wood Avatar asked Dec 01 '12 00:12

Alex Wood


Video Answer


1 Answers

My question was answered in this thread.

like image 129
Alex Wood Avatar answered Oct 29 '22 14:10

Alex Wood