Amazon Reviews Scraper avatar
Amazon Reviews Scraper

Pricing

$40.00/month + usage

Go to Store
Amazon Reviews Scraper

Amazon Reviews Scraper

Developed by

Junglee

Junglee

Maintained by Apify

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

PT

reviewsCutoffDate input property being ignored

Closed

ptt opened this issue
3 months ago

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

svpetrenko avatar

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)

PT

ptt

3 months ago

Thanks, now I understand the issue of this prop, I applied that filtering on my side too.