How To Make a Basic TikTok Scraping Tool In Python!

Manpreet Singh
6 min readJan 16, 2021

As you may know, TikTok is an amazing social media platform with endless amounts of data, so let’s make a pretty basic TikTok data scraping tool which will scrape some data points from a TikTok video! In this case, we’re going to scrape the username, number of likes, number of comments and number of shares from any TikTok URL!

Basic introduction you could probably skip that I copied from my other article

--

--