Youtube Channel Scraper Fast avatar

Youtube Channel Scraper Fast

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Youtube Channel Scraper Fast

Youtube Channel Scraper Fast

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

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

1

Monthly active users

7 days ago

Last modified

Share

Scrape YouTube channel info and video listings with a streamlined, speed-optimized approach. Get channel metadata (subscribers, description, links, verified status) and a complete video catalog — ideal for high-volume workflows and pipelines that need fast turnaround.

Input

FieldTypeRequiredDefaultDescription
channelUrlsstring[]Yes-YouTube channel URLs, handles, or channel IDs
maxVideosintegerNo50Max videos per channel (0-2000). Set to 0 for channel info only
sortVideosBystringNo"newest"Sort order: "newest", "popular", or "oldest"
includeAboutbooleanNotrueExtract total views, join date, location, and external links from the channel About page
includePlaylistsbooleanNofalseScrape the channel Playlists tab and include playlist metadata in output
maxPlaylistsintegerNo20Max playlists to scrape when includePlaylists is enabled (1-500)
includeShortsbooleanNofalseScrape the channel Shorts tab and include Shorts in output
maxShortsintegerNo20Max Shorts to return when includeShorts is enabled (1-2000)
includeLiveVideosbooleanNofalseScrape the channel Live/Streams tab and include live/archived streams
maxLiveVideosintegerNo20Max live/stream videos to return (1-500)
marketstringNo"US"Country code for localized content. One of: US, GB, DE, IN, JP, BR, FR, ES, KR, RU

Supported URL formats

  • @MrBeast — handle
  • https://www.youtube.com/@MrBeast — full URL
  • https://www.youtube.com/channel/UCX6OQ3DkcsbYNE6H8uQQuVA — channel ID URL
  • UCX6OQ3DkcsbYNE6H8uQQuVA — raw channel ID
  • MrBeast — plain name (treated as handle)

Example input

{
"channelUrls": ["@MrBeast", "@mkbhd"],
"maxVideos": 100,
"sortVideosBy": "popular"
}

Output

Every row in the dataset has the same schema. Each row represents a video with an embedded authorMetadata object containing full channel details.

When maxVideos is set to 0, a single row is returned with video fields set to null and authorMetadata populated.

Row fields

FieldTypeExample
videoIdstring"0e3GPea1Tyg"
titlestring"$456,000 Squid Game In Real Life!"
urlstring"https://www.youtube.com/watch?v=0e3GPea1Tyg"
viewCountinteger905688793
viewCountTextstring"905,688,793 views"
publishedTimeTextstring"4 years ago"
durationstring"25:42"
durationSecondsinteger1542
thumbnailUrlstringURL to video thumbnail
descriptionstringVideo description snippet
isLivebooleanfalse
isShortbooleanfalse
featuredTrailerVideoIdstring/nullFeatured trailer video ID (channel-info row only)
shortsarrayShorts list (only when includeShorts=true)
playlistsarrayPlaylists list (only when includePlaylists=true)
liveVideosarrayLive/stream videos list (only when includeLiveVideos=true)
authorMetadataobjectChannel details (see below)
scrapedAtstring"2026-02-10T12:00:00+00:00"

authorMetadata fields

FieldTypeExample
channelIdstring"UCX6OQ3DkcsbYNE6H8uQQuVA"
channelNamestring"MrBeast"
handlestring"@MrBeast"
channelUrlstring"https://www.youtube.com/@MrBeast"
descriptionstring"SUBSCRIBE FOR A COOKIE!..."
subscriberCountinteger466000000
subscriberCountTextstring"466M subscribers"
videoCountinteger948
videoCountTextstring"948 videos"
countrystring"US"
locationstring"United States"
joinedDateTextstring"Joined Feb 20, 2012"
totalViewsTextstring"50,123,456,789 views"
externalLinksarray[{"title": "Website", "url": "https://..."}]
rssUrlstringChannel RSS feed URL
avatarUrlstringURL to channel avatar
bannerUrlstringURL to channel banner
isVerifiedbooleantrue
isFamilySafebooleantrue
keywordsarray["mrbeast", "challenge"]
channelLinksarray[{"title": "linktr.ee/...", "url": "https://..."}]

Use Cases

  • Channel research — build a complete picture of any creator's content output, posting cadence, and growth metrics
  • Competitor analysis — compare video catalogs, view counts, and publishing frequency across multiple channels in a niche
  • Content auditing — inventory all videos on a channel to identify gaps, evergreen performers, or outdated content
  • Influencer discovery — filter channels by subscriber count, verified status, and country to build outreach shortlists
  • Brand monitoring — track a channel's keyword tags, descriptions, and external links to detect brand mentions or partnerships
  • Academic research — collect structured video and channel data for studies on YouTube creator behaviour, virality, or platform trends

FAQ

Do I need a YouTube API key? No. The actor works entirely with public data and does not require a YouTube Data API key or any authentication.

What's the difference between channelUrl formats? All are equivalent — a @handle, a full channel ID URL (/channel/UC...), and a raw channel ID all resolve to the same channel. Use whichever format you have on hand.

Can I scrape private channels? No. Only publicly accessible channels are supported. Private or members-only channels are not reachable without a logged-in session.

How fresh is the data? Data is fetched live at run time — there is no cache. Every run reflects the current state of the channel on YouTube.

Does it work for channels with 10,000+ videos? Yes. Set maxVideos up to 10,000. The scraper uses YouTube's internal pagination API and will continue fetching until the limit is reached or no more videos are available.

YouTube Scraper Suite

This actor is part of a complete YouTube data extraction toolkit. Explore the full suite:

ActorDescription
YouTube Channel ScraperChannel metadata, subscriber counts, and full video catalogs
YouTube Channel Scraper FastStreamlined channel scraper for high-volume and speed-sensitive workflows
YouTube Comment ScraperComments, replies, likes, author info, and pinned/hearted status
YouTube Email ScraperCreator contact emails from channel pages, Instagram, TikTok, and Linktree
YouTube Hashtag ScraperVideos and Shorts tagged with specific hashtags
YouTube Playlist ScraperAll videos and metadata from any YouTube playlist
YouTube Search ScraperSearch results including videos, channels, and playlists
YouTube Shorts ScraperShorts from channels or hashtags with full view and like metadata
YouTube Transcript ScraperTimed transcripts and captions with optional Whisper AI fallback
YouTube Trending ScraperRanked trending videos by category — Gaming, Music, News, Movies
YouTube Video Details ScraperComprehensive video metadata, chapters, endscreen, captions, and comments
YouTube Video DownloaderDownload videos, playlists, and channels in any quality with metadata