Introducing the YouTube Comment Scraper — a dynamic tool designed to unlock the wealth of insights hidden within YouTube video comments. Whether you're a content creator, researcher, or simply curious, this actor empowers you to effortlessly extract and analyze valuable information, including commen
YouTube Comment Scraper is a powerful tool designed to extract valuable data from YouTube video comments. With this scraper, you can effortlessly gather information such as comment content, author details, reply count, like count, and voting status. Additionally, you can choose to include replies to each comment.
The scraper takes the following inputs:
1{ 2 "startUrls": ["https://www.youtube.com/watch?v=ySA7mSgF54I"], 3 "maxCommentCount": 30, 4 "get_all_comments": false 5}
The scraper produces the following output for each comment:
1{ 2 "content": "The best country artist in a very long time to me", 3 "author": "@Allman2013", 4 "commentId": "UgwYXDX8ILkTIytauQR4AaABAg", 5 "publishedTime": "4 months ago", 6 "thumbnail": "https://yt3.ggpht.com/ytc/AIdro_ldjGNNBkVwkJPi3uO9izWA4BI69xAM2IlNxZV3vZIJL0qd=s88-c-k-c0x00ffffff-no-rj", 7 "channelId": "UCN7Ypfqdsh4ieWUvCXcneWw", 8 "isVerified": false, 9 "likeCount": "14 likes", 10 "replyCount": "0 replies" 11}
The scraper will provide you with a JSON dataset containing the scraped YouTube video comments data. Each comment will have its own set of properties, as described in the "Outputs" section.
In this example, we will scrape comments from a YouTube video, including all replies to each comment.
1{ 2 "startUrls": ["https://www.youtube.com/watch?v=example_video_id"], 3 "maxCommentCount": 30, 4 "get_all_comments": false 5}
In this example, we will scrape comments from a YouTube video, excluding replies.
1{ 2 "startUrls": ["https://www.youtube.com/watch?v=example_video_id"], 3 "maxCommentCount": 30, 4 "get_all_comments": true 5}
Ensure that the provided video URLs are correct, and the videos have comments available.
If you encounter rate limiting issues, try adjusting the scraping speed or contact Apify support for assistance.
This scraper is powered by Apify, a leading web scraping and automation platform. Special thanks to the Apify team for their contributions.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!