VOOZH about

URL: https://apify.com/transparent_locket/youtube-channel-video-scraper

⇱ Free YouTube scraper β€” channels, videos, comments Β· Apify


πŸ‘ YouTube Scraper (Free, No API Key) avatar

YouTube Scraper (Free, No API Key)

Under maintenance

Pricing

Pay per usage

Go to Apify Store

YouTube Scraper (Free, No API Key)

Under maintenance

Free YouTube scraper. Two modes: 'channel' lists every video on a channel handle/URL. 'video' fetches full metadata (views, likes, tags, thumbnails) for specific videos + optional comments. No API key. No quotas. No login.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ casper smartwater

casper smartwater

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 days ago

Last modified

Share

YouTube Channel + Video Scraper β€” Free, No API Key

Turn any YouTube channel or video URL into clean structured data. Channel video lists, full video metadata (views, likes, tags, duration, thumbnails), and optional comments β€” all free, no Google API key, no quotas, no login.

Powered by yt-dlp, the gold-standard YouTube extraction library used by millions. This Actor wraps it in a tidy input/output interface and runs it on Apify's infrastructure.

✨ Why this Actor

  • Free β€” most YouTube scrapers on the Apify Store charge $20-50/mo. This one is $0.
  • No Google API key β€” the official YouTube Data API has a 10,000-unit/day quota and requires OAuth. This Actor bypasses both.
  • No login β€” works on public videos and channels.
  • Battle-tested β€” yt-dlp handles every YouTube edge case (signature decryption, age gates, region restrictions, livestreams, shorts).

πŸš€ Quick start

Get every video on MKBHD's channel:

{
"source":"channel",
"channel":"@mkbhd",
"maxVideos":100
}

Get full metadata + comments for a specific video:

{
"source":"video",
"videos":["https://www.youtube.com/watch?v=dQw4w9WgXcQ"],
"maxComments":200
}

Get videos from a channel ID:

{
"source":"channel",
"channel":"UCsXVk37bltHxD1rDPwtNM8Q",
"maxVideos":50,
"enrichDetails":true
}

πŸ“¦ Output schema

Channel mode (lightweight)

FieldTypeNotes
idstr11-char video ID
titlestrVideo title
urlstrFull youtube.com/watch?v=… URL
durationintSeconds
view_countintLifetime views (when available)
channel_idstrUC… ID
channelstrChannel display name

Video mode (full metadata)

Everything above plus:

FieldTypeNotes
descriptionstrFull video description
like_count, comment_countintEngagement counts
upload_datestrYYYY-MM-DD
categories, tagsarrayYouTube category + tags
thumbnailstrHighest-res thumbnail URL
languagestrAuto-detected language code
live_statusstrnot_live / was_live / is_live / is_upcoming
channel_follower_countintSubscriber count at scrape time
commentsarrayWhen maxComments > 0. Each: id, text, author, like_count, timestamp, parent

🎯 Use cases

  • Channel auditing β€” pull every video from a competitor, sort by views, see what works
  • Content trend tracking β€” sweep N channels daily, find rising topics
  • Comment sentiment analysis β€” feed comments into an LLM, score sentiment, detect themes
  • Build a video search engine β€” index titles + descriptions across niche channels
  • Auto-tweet new uploads β€” schedule daily, post the latest video
  • YouTube SEO research β€” see which tags + categories successful videos use
  • Sponsorship outreach β€” find channels in a niche, get subscriber counts + recent engagement

βš™οΈ Input parameters

ParameterTypeDefaultNotes
sourcestrchannelchannel or video
channelstrβ€”Required for source=channel. @handle, full URL, or channel ID
videosarray[]Required for source=video. URLs or 11-char IDs
maxVideosint50Channel mode cap
enrichDetailsboolfalseChannel mode: fetch full per-video metadata (slower but richer)
maxCommentsint0Video mode: comments per video (0 = none)

πŸ› οΈ How it works

This Actor wraps yt-dlp, the most actively maintained YouTube extraction library. It hits YouTube's public web endpoints (the same ones the website uses), parses the JSON player config, and returns structured data.

No API key required because yt-dlp uses unauthenticated public endpoints. No login required because all returned data is from public videos.

⚠️ Tips & caveats

  • Channel mode is fast (~1 sec per 50 videos) because it uses YouTube's flat playlist endpoint. Set enrichDetails: true only when you need per-video stats β€” it adds ~1 sec per video.
  • Comments scraping is slow (~5-10 sec per 100 comments) and YouTube paginates aggressively. Stick to maxComments: 100-500 per video for reasonable runtimes.
  • Some channels block extraction β€” if you see Video unavailable, the channel owner has restricted scraping. Rare but happens.
  • Live streams return partial data while live; full metadata becomes available after the stream ends.

πŸ”— Related Actors

Building a media intelligence stack? Combine with:

πŸ’¬ Support & feedback

Issues, feature requests, or want a custom YouTube-related scraper? Email caspersmartwater@gmail.com.

⭐ Star this Actor if it saves you time β€” Apify's algorithm uses run counts + stars to surface Actors.

You might also like

YouTube Channel & Video Scraper β€” Stats, No API Key

vujeen/youtube-channel-video-scraper

Scrape public YouTube data without an API key: channel profiles (subscribers, description) and video stats (views, likes, duration, publish date, category, keywords). By channel, @handle or video URL. No login, no quota.

2

YouTube Channel Data Scraper

maged120/youtube-channel-data

Extract video metadata from any YouTube channel β€” titles, views, durations, upload dates, and thumbnails. Filter by video type (video, Short, live). No YouTube API key needed.

YouTube Channel Scraper

logiover/youtube-channel-scraper

Scrape every YouTube channel video without an API key or login. YouTube Data API alternative; export channel video data to CSV, JSON or Excel.

YouTube Channel Scraper

khadinakbar/youtube-channel-scraper

Scrape public YouTube channel profiles and recent video listings by URL, channel ID, or @handle. Returns subscribers, views, links, country, tags, and videos. No cookies required. MCP-ready.

YouTube Video Details Scraper

maged120/youtube-video-details

Extract full metadata from any YouTube video or Short β€” title, views, likes, comments, subtitles, chapters, tags, and more. No YouTube API key needed.

YouTube Video & Channel Scraper

cloud9_ai/youtube-scraper

Extract YouTube video data via official API v3: titles, views, likes, comments, thumbnails, channel stats, tags. Search by keyword or scrape entire channels. Requires YouTube API key. Perfect for content research, competitor analysis, trend monitoring.

YouTube Scraper

automation-lab/youtube-scraper

Scrape YouTube videos, channels, and comments at scale. Search by keyword, get video details (views, likes, duration, category), channel profiles (subscribers, verification), and comments. Uses YouTube InnerTube API β€” no browser, no API key needed.

πŸ‘ User avatar

Stas Persiianenko

100

YouTube Video Details Scraper

scrapers-hub/youtube-video-details-scraper

πŸ” YouTube Video Details Scraper extracts key metadata from YouTube videosβ€”title, channel, tags, views, likes, comments & more. πŸš€ Great for market research, SEO audits, competitor analysis & content insights. βœ… Fast & reliable.

YouTube Video Info Scraper - Metadata, Views, Tags API

convertfleetdotonline/youtube-video-info-scraper

Extract YouTube video metadata without an API key: title, views, likes, comments, tags, description, channel, duration, thumbnail. Bulk URL input, clean JSON output, Shorts supported.

2