tducret / amazon-scraper-python

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

I want to add the information of price and brand. How can I adjust the client? #3

Closed junxinhuang closed 6 years ago

tducret commented 6 years ago

Hi @junxinhuang You need to find the CSS selector to match the price and brand on the different result pages templates, and the extract it to the product dictionary. The .csv() method needs to be updated too to print this info.