YouTube Channel Shorts Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
YouTube Channel Shorts Scraper
Scrape YouTube Shorts from any channel. Get video details including titles, views, URLs, thumbnails, duration, and more. Perfect for content analysis, competitor research, and tracking short-form video performance.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Coding Frontned
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Extract YouTube Shorts from any channel with comprehensive video metadata. Perfect for content analysis, competitor research, and tracking short-form video performance.
Features
- Shorts from any channel — provide @handle or /channel/UCxxx URL
- Auto-scroll — loads more Shorts by scrolling until
maxItemsreached - Rich metadata — title, views, thumbnail, videoId, channel info
- Dual extraction — uses
ytInitialDataJSON (fast & accurate) with DOM fallback - Proxy support — residential proxies recommended for reliable results
Input Parameters
| Field | Type | Default | Description |
|---|---|---|---|
channelUrl | string | (required) | YouTube channel URL (e.g. https://www.youtube.com/@MrBeast) |
maxItems | integer | 50 | Maximum number of Shorts to extract |
proxyConfiguration | object | — | Apify proxy config |
Example INPUT.json
{"channelUrl": "https://www.youtube.com/@MrBeast","maxItems": 50,"proxyConfiguration": { "useApifyProxy": true }}
Output Fields
| Field | Type | Description |
|---|---|---|
position | integer | 1-based position in results |
videoId | string | YouTube video ID |
title | string | Short title/headline |
url | string | Full YouTube Shorts URL |
thumbnail | string | Thumbnail image URL |
viewCountText | string | Human-readable view count (e.g. "1.2M views") |
viewCount | number | Parsed numeric view count |
duration | string | Video duration |
publishedDate | string | When the Short was published |
channelName | string | Channel display name |
channelId | string | YouTube channel ID (UCxxx) |
channelHandle | string | Channel @handle |
channelUrl | string | Channel page URL |
scrapedAt | string | ISO timestamp of scrape |