MaX-Lo / Amazon-Order-History

A web scraper for getting your orders from Amazon.de
9 stars 6 forks source link

Support for special price tags #10

Closed MaX-Lo closed 5 years ago

MaX-Lo commented 5 years ago

Sometimes the price field for single item doesn't contain the price but some string as "Blitzangebote". Solution could be 1) setting price to 0.0, if no reconstruction is possible 2) setting price to total order price, for orders with only one item 3) reconstruct prize from subtracting prices of other items from total order price, remainder is this items price

MaX-Lo commented 5 years ago

Could get difficult since delivery costs aren't included in single items prices