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 obtain results for more than 15 products? #21

Closed uzziwizzle closed 1 year ago

uzziwizzle commented 5 years ago

I am only able to get results of 15 products when I perform a search, even though I have set max_product_nb to a value greater than 15. Performing a manual search using the same keyword returns over 100 products on the amazon.com website. I'll appreciate any comments. Thank you.

tducret commented 5 years ago

Same problem here :( It seems that Amazon may have changed the layout of the page. We'll keep you updated.

uzziwizzle commented 5 years ago

Thx

reuvencloud commented 4 years ago

I've noticed using a basic python scrapy code that SPONSORED products that are dynamically pulled via java script are not being extracted... If you found a solution that would be great

bobmarley29 commented 4 years ago

I've noticed using a basic python scrapy code that SPONSORED products that are dynamically pulled via java script are not being extracted... If you found a solution that would be great

That one works https://github.com/drawrowfly/amazon-scraper