drawrowfly / amazon-product-api

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

price wrong, decimal point missing using --country DE #58

Closed LarsOlt closed 3 years ago

LarsOlt commented 3 years ago

When searching for products with --country DE all price property values are wrong.

Example:

"asin": "B0953X8PX5", "price": { "discounted": true, "current_price": 16298, "currency": "EUR", "before_price": 16998, "savings_amount": 700, "savings_percent": 4.12 },

The correct price should be: 162.98 (current_price) 169.98 (before_price)

drawrowfly commented 3 years ago

Can't confirm

Tested latest version and everything is fine