How to scrape Twitter data without an API

Manpreet Singh
7 min readApr 9, 2021

Welcome back! If you follow my articles you know I love scraping data, but you don’t care about my background, so let’s talk about scraping some Twitter data! In this tutorial we will be using Python, we’ll also be using Twitter’s website to get the data, this means no API, limits or credentials needed to get in the way of us getting valuable data!

First off

--

--