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

Unable to get product rating #115

Open davidtvp opened 1 year ago

davidtvp commented 1 year ago

When I run const product_by_asin = await amazonScraper.asin({ asin: 'B0009LZHYE' }); console.log(product_by_asin.result[0].reviews); always returns rating as an empty string { total_reviews: 19, rating: '', answered_questions: 0 }