YouTube Scraper avatar

YouTube Scraper

Pricing

$1.20 / 1,000 scraped results

Go to Apify Store
YouTube Scraper

YouTube Scraper

Scrape public YouTube videos, Shorts, channels, playlists, and search results.

Pricing

$1.20 / 1,000 scraped results

Rating

0.0

(0)

Developer

ThriftAPI

ThriftAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 minutes ago

Last modified

Share

Scrape public YouTube videos, Shorts, channels, playlists, and search results without managing a YouTube API key. Export normalized metadata to JSON, CSV, Excel, the Apify API, webhooks, or MCP.

What YouTube Scraper collects

  • Video and Short titles, IDs, URLs, thumbnails, duration, and publish time
  • View counts, live status, channel IDs, names, and URLs
  • Channel records returned by search
  • Paginated channel, playlist, and search results

Quick start

{
"searchQueries": ["web scraping tutorials"],
"startUrls": ["https://www.youtube.com/@ApifyTech/videos"],
"contentTypes": ["videos"],
"maxItems": 50
}

Supported inputs include watch URLs, youtu.be links, Shorts, channel handles, channel IDs, playlists, search URLs, and plain search queries.

Example result

{
"platform": "youtube",
"id": "dQw4w9WgXcQ",
"type": "video",
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"title": "Example video",
"channelId": "UC123",
"channelName": "Example channel",
"viewCount": 1000000,
"duration": "3:32",
"thumbnailUrl": "https://i.ytimg.com/vi/dQw4w9WgXcQ/hqdefault.jpg",
"scrapedAt": "2026-09-14T02:30:00.000Z"
}

Pricing

One successfully stored row equals one youtube-result event. Failed URLs or queries are reported separately and are not charged as results.

Current MVP limits

Subtitles, comments, media downloads, AI summaries, and authenticated content are not included yet. Publish times on list pages can be relative strings, so the oldest-date filter is exact only when YouTube supplies an absolute date.

YouTube directs developers toward its official APIs and restricts scraping in its policies. Use this Actor only where your collection and use are permitted. This Actor is not affiliated with Google or YouTube.

Support

Open an issue with the run ID and source URL/query. Structured failures are in the run's ERRORS key-value record.

Built by ThriftAPI. Pay per result. HTTP-first.