tducret / amazon-scraper-python

Non-official client to get some info about products sold on Amazon
MIT License
871 stars 159 forks source link

Can i also get the price and descriptions? #2

Closed yzho0907 closed 6 years ago

tducret commented 6 years ago

Hi @yzho0907 ! That would be cool yes, but prices can be tricky because there are different prices for a single product. How do you choose the right one? I think adding description would take to much time to parse, because you would need to extract the product page for every result.