DEV Community

kkamara
kkamara

Posted on

(selenium) Navigate to amazon, searches for samsung phones and pulls the title and price data.

Important note:
Before you try to scrape any website, go through its robots.txt file. You can access it via domainname/robots.txt. There, you will see a list of pages allowed and disallowed for scraping. You should not violate any terms of service of any website you scrape.

Proven in a production environment

https://github.com/kkamara/amazon-scraper

Top comments (0)