How to Scrape YouTube Comments with Python 2024

Опубликовано: 23 Октябрь 2024
на канале: Analytics with Adam
10,268
201

Previous Video:    • How to extract YouTube Comments Using...  
Code Used:
https://github.com/analyticswithadam/...

In this video I will show you how to scape all comments from a youtube video as well as how to scape all youtube comments from multiple videos. With the twitter API deactivated the YouTube API is a perfect place to get data for sentiment analysis. The issue before what that the number of comments was limited to 100 but with the next page token and a while loop we can pull all comments from multiple youtube videos which gives us enough data to perform sentiment analysis.