tducret / amazon-scraper-python

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

Is it possible to scrape the Product Comments? #4

Open ianmonat opened 6 years ago

ianmonat commented 6 years ago

Hi - very cool project.

I'm just throwing this out there - it would be very useful if the product's comments/reviews could be scraped. Then, from the CSV file, I could run some text analysis or a word cloud, to see what the customers are saying about the product.

I'm not a skilled enough programmer to attempt to add this myself but would be excited to see it added.

Thanks -Ian

tducret commented 6 years ago

Hi there,

That sounds like a good idea. amazon2csv could extract comments if you entered a product page url and a --comments arg. Apart from the comments, do you think that we could get a decent csv based on the product page ?

ianmonat commented 6 years ago

amazon2csv could extract comments if you entered a product page url and a --comments arg.

...just to be clear - can I do this now? Or would this feature have to be built out?

omar16100 commented 6 years ago

@tducret based on the asin number/code we could only go for the scraping of comments in that page

tducret commented 6 years ago

@ianmonat Sorry, but it is not implemented yet.