Step-by-Step Web Scraping Project Using Selenium in Python

Selecting website, setting up Selenium in Python, scraping data & analyzing.

Lasha Gochiashvili
Towards Data Science
6 min readMay 15, 2020

--

Selenium is a powerful tool in data science. One of its use is to automate the collection of publicly available data from websites. With Selenium in Python, you can automate web browsers to access data on the website, collect and store in MySQL, CSV file, etc.

This project was done during the Graduate Studies in Data Science at the University of Warsaw together with Jorge Bueno

--

--