Best web scraping projects with Python!

Manpreet Singh
3 min readJun 11, 2021

Welcome back! Web scraping is one of my favorite things to do with Python, so let’s talk about some of my favorite web scraping projects! First off, these range in complexity but they do showcase the capability behind Python and some web scraping packages within it, with that long introduction out of the way let’s get started!

Scrape Data From Twitter

Starting off we have a pretty basic web scraping project, check out the link below to view this specific project:

This project breaks down the basics of Python as well as the web scraping package Selenium, this package also allows you to automate a web browser as well. This project is great for those who want to get a basic idea of web scraping with a language like Python!

TikTok Scraping

--

--