YouTube Channel Statistics Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
YouTube Channel Statistics Scraper
Extract comprehensive YouTube channel statistics including subscriber count, total views, video count, joined date, country, and more. Perfect for content creators, marketers, and researchers.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
codingfrontend
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Extract comprehensive YouTube channel statistics including subscriber count, total views, video count, and more. Supports batch processing of multiple channels.
Features
- Batch processing — provide multiple channel URLs at once
- Full statistics — subscribers, videos, total views, joined date, country
- Channel metadata — name, handle, ID, description, avatar, banner
- Verification status — detects verified checkmarks
- Proxy support — residential proxies for reliability
Input Parameters
| Field | Type | Default | Description |
|---|---|---|---|
channelUrls | array | (required) | List of YouTube channel URLs |
maxItems | integer | 50 | Max channels to process |
proxyConfiguration | object | — | Apify proxy config |
Example INPUT.json
{"channelUrls": ["https://www.youtube.com/@MrBeast", "https://www.youtube.com/@PewDiePie"],"maxItems": 50,"proxyConfiguration": { "useApifyProxy": true }}
Output Fields
| Field | Type | Description |
|---|---|---|
channelId | string | YouTube channel ID (UCxxx) |
channelName | string | Display name |
channelHandle | string | @handle |
channelUrl | string | Channel URL |
subscriberCountText | string | e.g. "485M subscribers" |
subscriberCount | number | Parsed subscriber count |
videoCountText | string | e.g. "978 videos" |
videoCount | number | Parsed video count |
viewCountText | string | e.g. "514,537,064 views" |
viewCount | number | Parsed total view count |
joinedDate | string | Channel creation date |
country | string | Country code |
isVerified | boolean | Verified badge status |
description | string | Channel description |
keywords | string | Channel keywords |
avatar | string | Avatar image URL |
bannerUrl | string | Banner image URL |
scrapedAt | string | ISO timestamp |