Amazon API or scrape?

Snow Poet

New member
Mar 24, 2008
45
1
0
With Amazon, how can I get a list of products within a given price point?

I've checked out Amazon's Product Advertising API, but I couldn't find anything useful. Is scraping the only way?

I tried circumventing the issue by utilizing a google query (e.g., "49.95 & eligible for FREE Super Saver Shipping on orders over $25. Details" site:amazon.com) But even that doesn't work.

Got any ideas?
 


If you know how to make scrapers, make a scraper. I'm actually just about to do this. It's not hard if you can code.

For the API, I could have sworn there were query params for price ranges. I don't know off the top of my head, but it seems like a no brainer from their perspective. If not, just pull in all of the products and filter on your end.