Amazon Reviews Easy Scraper avatar
Amazon Reviews Easy Scraper

Pricing

$9.99/month + usage

Go to Store
Amazon Reviews Easy Scraper

Amazon Reviews Easy Scraper

Developed by

Miso

Miso

Maintained by Community

Low memory, browserless, lightning fast solution for scraping Amazon product reviews. Currently supporting .com, .de, .fr, co.uk,.es amazon sites. Feel free to use this actor as a backup option to other alternatives

5.0 (2)

Pricing

$9.99/month + usage

14

Total users

225

Monthly users

35

Runs succeeded

93%

Issues response

10 hours

Last modified

11 days ago

VL

Review Title, Variants, Duplicates

Closed

valuezon opened this issue
a month ago

Thanks for fixing the pagination problem :)

Unfortunately there are a few other bugs now:

  1. I get a lot of empty review titles
  2. The "All variants" option is ignored. It does not matter if I select it or not, it always scrapes "all variants".
  3. There are a few duplicates in my results and also if I select a specific Star_rating, I get a few results from other star_ratings mixed in between

I tried it with ASIN B00Z7JHYNA on Amazon.de with the latest build

xmiso_scrapers avatar

Thanks for helping me debugging this! 1 and 2 should be fixed now, pls test 3. Can't repeat this, for me this works ok, pls let me know all params including star type and number of results and I'll try to debug. Thanks!

VL

valuezon

a month ago

Thanks for the quick fix! 1 and 2 are working now.

Regarding 3: You can try it with this Input: { "by_stars": "one_star", "format_type": false, "helpful": false, "max_results": 2000, "newest": true, "url": "https://www.amazon.de/dp/B00Z7JHYNA" }

This should give you 57 1-Star reviews. But I got 67 (see Excel with results attached). I also found out that the "unwanted 10 reviews" are actually the 10 reviews that come up on the first page of the ASIN when no filter is selected (see screenshot). It seems as if the scraper goes and grabs the first 10 on the page before applying the filters and then scrapping the reviews he should actually scrape based on the selected input filters.

xmiso_scrapers avatar

Big thanks for helping with debugging, you are right, first page reviews before filtering have been now removed.