VOOZH about

URL: https://apify.com/jungle_synthesizer/youtube-scraper

⇱ YouTube Scraper Β· Apify


Pricing

Pay per event

Go to Apify Store

Scrape YouTube videos, channels, and metadata without an API key. Search by keyword or scrape a full channel's video catalogue. Returns structured records with video ID, title, description, view count, like count, channel, duration, publish date, and thumbnail URLs.

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Scrape YouTube videos, channels, and metadata without an API key. Search by keyword or scrape a full channel's video catalogue. Returns structured records with video ID, title, view count, channel, duration, publish date, and thumbnail URLs.

What it does

The actor uses YouTube's InnerTube REST API β€” the same JSON API used by YouTube's own web client. No API key, no browser rendering, and no proxy needed. Requests run on standard datacenter infrastructure, keeping costs low.

Two scraping modes are available:

  • Search mode (mode: search) β€” submit one or more keyword queries and collect matching video results, paginated via InnerTube continuation tokens.
  • Channel mode (mode: channel) β€” supply a channel URL, handle, or bare channel ID and collect all videos from that channel's Videos tab.

Input

FieldTypeDescription
modestringsearch (default) or channel
queriesarrayKeywords to search for (search mode only)
channelUrlstringChannel URL, @handle, or UC... ID (channel mode only)
maxItemsintegerMaximum videos to return per query / total for channel mode

Channel URL formats accepted:

  • https://www.youtube.com/@MrBeast
  • https://www.youtube.com/channel/UCX6OQ3DkcsbYNE6H8uQQuVA
  • Bare ID: UCX6OQ3DkcsbYNE6H8uQQuVA

Output

Each record contains:

FieldTypeDescription
videoIdstringYouTube video ID
videoUrlstringFull watch URL
titlestringVideo title
descriptionstringDescription snippet (if shown in search results)
channelIdstringYouTube channel ID (UC...)
channelNamestringChannel display name
channelUrlstringChannel canonical URL
viewCountintegerTotal view count
likeCountintegerLike count (null if hidden)
commentCountintegerComment count (null if unavailable)
durationSecondsintegerDuration in seconds
publishedAtstringRelative publish date (e.g. "1 year ago")
thumbnailUrlstringHighest-resolution thumbnail URL
tagsstringComma-separated tag list (if available)
isLivebooleanWhether the video is a live stream
categoryIdstringVideo category name
querystringThe search query or channel URL that produced this record
scrapedAtstringISO timestamp when the record was collected

Example: search mode

{
"mode":"search",
"queries":["python tutorial","javascript crash course"],
"maxItems":50
}

Example: channel mode

{
"mode":"channel",
"channelUrl":"https://www.youtube.com/@MrBeast",
"maxItems":100
}

Performance and cost

  • Memory: 256 MB
  • Proxy: none required
  • Approximate throughput: 20 videos per InnerTube page, ~200 ms delay between pages
  • Pricing: pay-per-result (DATA_RECORD events)

Notes

  • publishedAt returns YouTube's relative format ("3 days ago", "1 year ago") rather than an absolute ISO date β€” the InnerTube browse/search API does not expose absolute timestamps in these endpoints.
  • likeCount and commentCount are not available from the InnerTube browse/search endpoints and will always be null.
  • description is populated only when YouTube includes a snippet in search results; it is typically null in channel mode.
  • The actor handles YouTube's EU consent mechanism automatically via a session cookie header.

You might also like

πŸ”₯Youtube Advanced Search Scraper

aimscrape/youtube-search-video-scraper

Search YouTube and export a clean video list (video URL/ID, title, thumbnail, views text, publish date, duration, channel metadata) using an Apify Actor.

YouTube Channel Scraper

gentle_cloud/youtube-user-channel-scraper

Scrape YouTube channel metadata including subscriber count, video count, view count, description, external links, country, join date, and more. Supports channel URLs, @handles, and channel IDs as input.

502

5.0

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 Video Scraper | Search, Channel, Playlist & Video

scrapepilot/youtube-video-scraper-search-channel-playlist-video

Scrape YouTube search results, channel videos, playlists, and single videos with dynamic-rendering support. Extract title, URL, video ID, channel info, views, duration, published date, thumbnail, and description in clean JSON for automation, research, and content tracking.

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 Videos Scraper

thescrapelab/Apify-YouTube-Videos-Scraper-2-0

Scrape YouTube video metadata from search queries, channels, and video URLs without the YouTube API. Export titles, links, views, thumbnails, and channel data.

Youtube Channel Scraper

runtime/youtube-channel-scraper

YouTube Channel Scraper is an Apify Actor that scrapes video data and comments from a YouTube channel. It extracts key details such as video title, URL, view count, streaming time (in days), hashtags, description, comments count, and individual comments with user IDs.

πŸ‘ User avatar

scraping automation

108

4.2

Youtube Video Details Scraper

scraper-engine/youtube-video-details-scraper

YouTube Video Details Scraper extracts metadata from public YouTube videos, including title, description, channel name, view count, likes, tags, upload date, and more. Ideal for research, SEO, analytics, or automationβ€”just input video URLs and get structured data effortlessly.

πŸ‘ User avatar

Scraper Engine

58

5.0