How To Scrape Websites Using Python + Selenium

Manpreet Singh
5 min readJan 12, 2021

There is endless amounts of data on the internet, so let’s go ahead and pull some data from any given website using Python! In this example we’ll use Python 3 & a package called Selenium! If you need python installed use this article I wrote to install it! Otherwise, let’s get started!

First off, let’s go ahead and install Selenium, go into your terminal / command prompt and type in…

--

--