Youtube Shorts Scraper
Pricing
from $20.00 / 1,000 results
Go to Apify Store
Youtube Shorts Scraper
Scrape YouTube Shorts from any channel. Get views, likes, comments count, and complete channel metadata.
Pricing
from $20.00 / 1,000 results
Rating
5.0
(3)
Developer

Crawler Bros
Maintained by Community
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
4 hours ago
Last modified
Categories
Share
Scrape YouTube Shorts from any channel. Get views, likes, comments count, and complete channel metadata. HTTP-first approach with automatic Playwright fallback.
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
channelUrls | string[] | Yes | - | YouTube channel URLs, handles (@username), or channel IDs (UCxxx) |
maxShorts | integer | No | 25 | Max shorts to scrape per channel (1-2000) |
oldestPostDate | string | No | null | Only shorts after this date (YYYY-MM-DD) |
Supported channel formats
https://www.youtube.com/@MrBeasthttps://www.youtube.com/channel/UCX6OQ3DkcsbYNE6H8uQQuVA@MrBeast(handle)UCX6OQ3DkcsbYNE6H8uQQuVA(channel ID)
Example input
{"channelUrls": ["@nasa", "@MrBeast"],"maxShorts": 10,"oldestPostDate": "2025-01-01"}
Output
Each row in the dataset represents one YouTube Short with full metadata.
Short fields
| Field | Type | Example |
|---|---|---|
title | string | "Mind-blowing space facts" |
type | string | "shorts" |
id | string | "abc123xyz" |
url | string | "https://www.youtube.com/shorts/abc123xyz" |
thumbnailUrl | string | Thumbnail image URL |
viewCount | integer | 1500000 |
likes | integer | 85000 |
commentsCount | integer | 320 |
commentsTurnedOff | boolean | false |
order | integer | 0 |
scrapedAt | string | "2026-02-12T12:00:00.000000+00:00" |
Channel fields (included in each row)
| Field | Type | Example |
|---|---|---|
channelName | string | "NASA" |
channelUrl | string | "https://www.youtube.com/@NASA" |
channelId | string | "UCLA_DiR1FfKNvjuUpBHmylQ" |
channelUsername | string | "NASA" |
numberOfSubscribers | integer | 14200000 |
isChannelVerified | boolean | true |
channelAvatarUrl | string | Avatar image URL |
channelBannerUrl | string | Banner image URL |
channelTotalVideos | integer | 5200 |
aboutChannelInfo | object | Nested object with full channel details |