tducret / amazon-scraper-python

Non-official client to get some info about products sold on Amazon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can i also get the price and descriptions?

yzho0907 opened this issue · comments

commented
Can i also get the price and descriptions?

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.