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

Fix missing current_price in products data #92

Closed ramoncrisante closed 1 year ago

ramoncrisante commented 1 year ago

Currently, the current_price field is no longer being retrieved correctly by the scraper due to the changed html. I fixed it by adding a condition to the current price selector.

centic9 commented 1 year ago

Prices were broken for me and this fix makes them appear again!