YouTube Channel Statistics Scraper ๐Ÿ“Š avatar
YouTube Channel Statistics Scraper ๐Ÿ“Š

Pricing

$19.99/month + usage

Go to Store
YouTube Channel Statistics Scraper ๐Ÿ“Š

YouTube Channel Statistics Scraper ๐Ÿ“Š

Developed by

EasyApi

EasyApi

Maintained by Community

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. ๐ŸŽฅ๐Ÿ“Š

5.0 (1)

Pricing

$19.99/month + usage

1

Total users

10

Monthly users

3

Runs succeeded

>99%

Last modified

21 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.

{
"youtubeChannelUrls": [
"https://www.youtube.com/@BoysPlaytime"
]
}

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.

[
{
"youtubeChannelUrl": "https://www.youtube.com/@BoysPlaytime",
"thumbnail": "https://yt3.ggpht.com/ytc/AIdro_kAsg2hiLjH4GWVBP5-8mp6eg6J2NJzGzMpDvZFChQfQQ=s88-c-k-c0x00ffffff-no-rj",
"channelTitle": "Boys Playtime",
"channelId": "UCCrGfO9A8eLdSsB4bWbMhTg",
"publishedAt": "2018-02-08T12:45:55Z",
"totalViews": "1,723,688,609",
"totalSubscribers": "3,670,000",
"totalVideos": "847",
"country": "KR",
"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 :)"
},
...
]