drawrowfly / amazon-product-api

Amazon Scraper. Scrape products from the amazon search result or reviews from the specific product
624 stars 178 forks source link

review.count looks wrong when I use "amazon-buddy asin" command #107

Open kyogom opened 1 year ago

kyogom commented 1 year ago

example1: yarn run amazon-buddy asin ----country JP B077DBTL6Q

I got { "review.count": 3030 }.

But 30 is right value.

example2: yarn run amazon-buddy asin ----country JP B01MZBJ3N0

I got { "review.count": 1148011480 }.

But 11480 is right value.