
Amazon Reviews Scraper
Pricing
$40.00/month + usage

Amazon Reviews Scraper
Amazon scraper to extract reviews from Amazon products. Scrape and download detailed reviews without using the Amazon API, including rating score, review description, reactions and images. Download your data as HTML table, JSON, CSV, Excel, XML.
3.2 (14)
Pricing
$40.00/month + usage
82
Total users
4.6K
Monthly users
303
Runs succeeded
98%
Issues response
2.9 days
Last modified
2 days ago
reviewsCutoffDate input property being ignored
Closed
Hi, sorry I created another issue before addressing 2 issues, I'm creating this one only for the reviewsCutoffDate input prop
So the issue is that I have a reviewsCutoffDate of 4 days in my scheduled tasks, but it is being ignored, returning older results (from 2021, 2022, etc.)
There are thousands of old results, when I should be expecting at most 3 hundred more or less
thanks

Sviatozar Petrenko (svpetrenko)
Hi! I've created an internal ticket for this, and we'll try to implement it soon (we've initially disabled all filters as long as the actor is under maintenance, because for now we are locked out of applying filters on Amazon's website and all we can now get is simply the first 10 reviews, not necessarily in any order we can control; if you apply your own post-processing, e.g. a simple comparison like review.date >= "2025-03-02"
you'll get the same result we'll implement here)
ptt
Thanks, now I understand the issue of this prop, I applied that filtering on my side too.