YouTube Channel Statistics Scraper 📊 avatar

YouTube Channel Statistics Scraper 📊

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
YouTube Channel Statistics Scraper 📊

YouTube Channel Statistics Scraper 📊

easyapi/youtube-channel-statistics-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

Extract comprehensive YouTube channel statistics including subscriber count, views, video count, and more. Perfect for content creators, marketers, and researchers looking to analyze YouTube channels and track their performance metrics. 🎥📊

Developer
Maintained by Community

Actor Metrics

  • 3 Monthly users

  • No reviews yet

  • No bookmarks yet

  • >99% runs succeeded

  • Created in Mar 2025

  • Modified 6 days ago

This powerful Actor scrapes detailed statistics and information from YouTube channels using an efficient and reliable method. Perfect for content creators, marketers, and researchers who need comprehensive YouTube channel analytics! 🎯

Features ✨

  • 📈 Extracts comprehensive channel statistics
  • 👥 Gets subscriber count and total views
  • 🎥 Retrieves video count and publishing date
  • 🌍 Identifies channel's country
  • 📝 Captures channel description
  • 🖼️ Includes channel thumbnail URL
  • 🆔 Provides unique channel identifiers

Output Data Structure 📋

The Actor provides detailed information for each YouTube channel, including:

  • Channel title and ID
  • Total views and subscriber count
  • Total number of videos
  • Channel creation date
  • Country information
  • Channel description
  • Thumbnail URL

Use Cases 💡

  • 📊 Market research and competitor analysis
  • 🎯 Influencer marketing research
  • 📈 Track YouTube channel growth
  • 🔍 Content strategy development
  • 📱 Social media analytics
  • 🎬 Content creator insights

Input Parameters 🛠️

  • youtubeChannelUrls: Array of YouTube channel URLs to analyze
  • proxyConfiguration: Proxy settings (optional, recommended for production use)

Tips 💪

  • Use proxy configuration for better reliability
  • Respect YouTube's terms of service and rate limits
  • Consider running the Actor at regular intervals to track channel growth over time

Input Example

A full explanation of an input example in JSON.

1{
2    "youtubeChannelUrls": [
3        "https://www.youtube.com/@BoysPlaytime"
4    ]
5}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "youtubeChannelUrl": "https://www.youtube.com/@BoysPlaytime",
4        "thumbnail": "https://yt3.ggpht.com/ytc/AIdro_kAsg2hiLjH4GWVBP5-8mp6eg6J2NJzGzMpDvZFChQfQQ=s88-c-k-c0x00ffffff-no-rj",
5        "channelTitle": "Boys Playtime",
6        "channelId": "UCCrGfO9A8eLdSsB4bWbMhTg",
7        "publishedAt": "2018-02-08T12:45:55Z",
8        "totalViews": "1,723,688,609",
9        "totalSubscribers": "3,670,000",
10        "totalVideos": "847",
11        "country": "KR",
12        "description": "Hi, Boy's Playtime Fans!!\nWelcome to our channel!\n\nSubscribe to Boy's Playtime for more SURPRISES! ( https://www.youtube.com/c/BoysPlaytime )\nUpdating week!\n\nThank you so much for watching our videos :)"
13    },
14    ...
15]