
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.8 (13)
Pricing
$40.00/month + usage
82
Total users
4.4k
Monthly users
255
Runs succeeded
99%
Issue response
2.9 days
Last modified
a day ago
Review filters
Closed
We would like to have option to filter reviews by stars, for example to be able to get 5 stars reviews. Do you have plans to implement new review filters? If so, when we can expect to use them?
Hi Ujjwal, thank you for the suggestion! This is not something that we're currently looking to implement, however, we'll have this option discussed internally with the product/delivery team and let you know.
teamkite
Hi Miša, Thank you for information. This feature is very important because it will allow us to get more than 100 reviews by making different filter combinations, by doing so we potentially could get 100 reviews per star. Current implementation is blocking our operations and influencing our planning. If you are not able to implement new filter in near future we will be force to abandon your service and switch to other providers that already adapted their filtering options (DataForSEO, ScrapeHero).
Hi Ujjwal, appreciate you taking the time to highlight the importance of this feature for your business. Our team is already working on implementing the filter reviews by stars and you can expect to be ready in the next couple of weeks.

Hi Ujjwal, the feature you requested has been added to the actor.
You can use a new input field filterByRating
to specify which reviews you want to extract. The available options correspond to Amazon's rating filters:
["allStars", "fiveStar", "fourStar", "threeStar", "twoStar", "oneStar", "positive", "critical"]
At the moment, you can get up to 500 reviews for each product by utilizing the filtering. The actor is able to fetch 500 reviews within the same run. You just need to use a default option allStars
and set the maxReviews
limit to a value larger than 500 (or leave it blank = with no limit). The actor then extracts up to 100 reviews for each star. When you keep maxReviews <= 100
and use allStars
filter, reviews are only extracted from the allStars
page and they're not searched by the individual stars.