Extract comments from YouTube videos based on provided video URLs. Retrieve comment text, author info, timestamp, likes, and more. Perfect for audience sentiment analysis, content feedback tracking, and YouTube engagement monitoring.
This Apify Actor extracts comments from YouTube videos based on provided video URLs. It retrieves comment text, author info, timestamps, likes, and more. Perfect for audience sentiment analysis, content feedback tracking, and YouTube engagement monitoring. 🎥💬
Parameter | Type | Required | Description |
---|---|---|---|
videoUrls | string[] | ✅ | Array of YouTube video URLs to extract comments from. |
resultsLimit | number | ❌ | Maximum number of comments per video (optional). If not set, the actor will return a default limited amount. |
1{ 2 "videoUrls": [ 3 "https://www.youtube.com/watch?v=ZxXruY7llcc" 4 ], 5 "resultsLimit": 50 6}
The actor returns an array of JSON objects containing comment data for each video.
1[ 2 { 3 "commentText": "Quick question, do you like these types of convos? If so please hit the like button on the vid - that’s the best way to let us know ❤ (also, would be doing me a big favour if you could subscribe & join our community 🙏🏾🥲) i appreciate you - SB! X", 4 "id": "UgxQG0IlkB-0SEbeLS54AaABAg", 5 "publishedTime": "2 days ago", 6 "interpolatedTimestamp": 1744020870611, 7 "likeCount": 295, 8 "author": { 9 "channelId": "UCGq-a57w-aPwyi3pW7XLiHw", 10 "displayName": "@TheDiaryOfACEO", 11 "avatarThumbnailUrl": "https://yt3.ggpht.com/JHCZDz37bsTmwoE1o4LEodF5vhsHfk29kCEauDTFr27-7hHXsHHvvWGzcG77v32ERrkpfInkGQ=s88-c-k-c0x00ffffff-no-rj", 12 "isVerified": true, 13 "profileUrl": "https://www.youtube.com/@TheDiaryOfACEO" 14 }, 15 "videoUrl": "https://www.youtube.com/watch?v=ZxXruY7llcc" 16 } 17]
✳️ Let us know if you'd like additional fields or comment replies support!
Combine this actor with other tools for full content intelligence:
✅ Best Use Case Scenario
✉️ Need help or want to suggest a feature? Open an issue or contact us at scraper1one@gmail.com.
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!