YouTube Channel, Transcript & Comments Monitor Lite
Pricing
Pay per usage
YouTube Channel, Transcript & Comments Monitor Lite
Extract public YouTube video metadata, transcripts when available, and bounded top-level comments from channel or video URLs.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a month ago
Last modified
Categories
Share
Extract public YouTube video data from channel URLs, handles, video URLs, or video IDs.
Use it to collect video metadata, transcripts when available, and a bounded number of top-level comments.
What you get
The Actor can return four row types:
videoโ video title, URL, channel, views, duration, publish date, and other public metadatatranscriptโ transcript text and timestamped segments, when captions/transcripts are availablecommentโ public top-level comments, when comments are availableerrorโ a structured row explaining what could not be collected
Quick start
Start with one video URL.
{"videoUrls":["https://www.youtube.com/watch?v=dQw4w9WgXcQ"],"includeVideoDetails":true,"includeTranscripts":true,"transcriptLanguages":["en"],"includeComments":true,"maxCommentsPerVideo":5}
For channels, use:
{"channels":["@TED"],"maxVideosPerChannel":5,"includeVideoDetails":true,"includeTranscripts":true,"includeComments":false}
Input fields
channelsโ YouTube handles, channel URLs, or channel IDs.videoUrlsโ YouTube video URLs or video IDs.maxVideosPerChannelโ how many recent videos to collect per channel.includeVideoDetailsโ collect video metadata.includeTranscriptsโ collect transcripts when available.transcriptLanguagesโ preferred transcript languages, such asen.includeCommentsโ collect top-level public comments.maxCommentsPerVideoโ comment limit per video.commentSortโ comment sort mode when supported.
Output
Results are saved to the default Apify dataset. Rows include recordType so you can filter videos, transcripts, comments, and errors.
Video rows include videoDownloadUrl. This is a stable YouTube watch-page URL for download workflows. The Actor does not return short-lived signed media file URLs.
Limits
This Actor only uses public YouTube data. It does not log in, use cookies, bypass CAPTCHA, access private/member-only videos, or guarantee transcripts/comments when YouTube does not make them available.
