tducret/amazon-scraper-python

Adding the price

Opened this issue · 4 comments

Hi @tducret, it would be nice to have the price as well

Hi @omar16100 , I'll have a look and I'll try to add a feature that shows the price

any ideas about this? I tried with various user agents and css selectors and it worked with some combos but not consistently for all searches. I was thinking maybe just visit each product page in the results and scrape the price from there if it is easier or scrape an external site like camelcamelcamel (unfortunately they won't ever release an API).

@CSFlorin Getting prices properly is hard. There a many kind of prices and it is difficult to pick one (for a book : hardcover, kindle, used...)
Visiting each product page seems a fair option, but it will take much longer to scrape.
It's worth trying anyway. There are many interesting things inside (other pictures, description, reviews...).

I think I addressed this! #19