philipperemy / amazon-reviews-scraper

Yet another multi language scraper for Amazon targeting reviews.
Apache License 2.0
116 stars 42 forks source link

Update as amazon changed pagination #7

Closed NickyFot closed 5 years ago

NickyFot commented 5 years ago

The way to detect maximum page number has changed We now get math.ceil(numberReviews/10)

philipperemy commented 5 years ago

@NickyFot thanks a lot! Going to try that out soon :)