amazon-scraper-python icon indicating copy to clipboard operation
amazon-scraper-python copied to clipboard

Is it possible to obtain results for more than 15 products?

Open uzziwizzle opened this issue 6 years ago • 4 comments

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.

uzziwizzle avatar Feb 19 '19 23:02 uzziwizzle

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

tducret avatar Feb 20 '19 20:02 tducret

Thx

uzziwizzle avatar Feb 21 '19 04:02 uzziwizzle

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

reuvencloud avatar Nov 28 '19 21:11 reuvencloud

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

bobmarley29 avatar Feb 06 '20 18:02 bobmarley29