VOOZH about

URL: https://apify.com/itayekk1/youtube-channel-video-monitor-lite

โ‡ฑ YouTube Channel, Transcript & Comments Monitor Lite ยท Apify


๐Ÿ‘ YouTube Channel, Transcript & Comments Monitor Lite avatar

YouTube Channel, Transcript & Comments Monitor Lite

Pricing

Pay per usage

Go to Apify Store

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

๐Ÿ‘ Itay Elgazar

Itay Elgazar

Maintained by Community

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 metadata
  • transcript โ€” transcript text and timestamped segments, when captions/transcripts are available
  • comment โ€” public top-level comments, when comments are available
  • error โ€” 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 as en.
  • 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.

You might also like

YouTube To Transcript

hexa-api/youtube-to-transcript

Extract YouTube transcripts from public video URLs

Youtube Video Comments

mohamedgb00714/youtube-video-comments

Scrapes public comments from any YouTube video.

๐Ÿ‘ User avatar

mohamed el hadi msaid

9

Youtube Channel Scraper

crawlerbros/youtube-channel-scraper

Scrape YouTube channel info and video listings. Get channel metadata, subscriber counts, and complete video catalogs from any YouTube channel.

33

4.2

Youtube Video Details Scraper

crawlerbros/youtube-video-details-scraper

Extract comprehensive details from YouTube videos including metadata, channel information, transcripts, comments, and engagement metrics.

16

5.0

Youtube Channel Scraper Fast

crawlerbros/youtube-channel-scraper-fast

Scrape YouTube channel info and video listings. Get channel metadata, subscriber counts, and complete video catalogs from any YouTube channel.