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

Pricing

$19.99/month + usage

Go to Store
YouTube Video Statistics Scraper ๐Ÿ“Š

YouTube Video Statistics Scraper ๐Ÿ“Š

Developed by

EasyApi

EasyApi

Maintained by Community

Extract comprehensive YouTube video statistics and metadata instantly! Get views, likes, comments, descriptions, tags, thumbnails, and more. Perfect for content creators, marketers, and researchers tracking video performance metrics. ๐ŸŽฅ๐Ÿ“Šโœจ

5.0 (1)

Pricing

$19.99/month + usage

2

Total users

10

Monthly users

5

Runs succeeded

>99%

Last modified

11 days ago

๐ŸŽฏ Purpose

This actor helps you extract comprehensive statistics and metadata from YouTube videos. It's perfect for content creators, marketers, and researchers who need detailed insights about YouTube videos.

โœจ Features

  • ๐ŸŽฅ Extracts complete video metadata
  • ๐Ÿ“ˆ Gets real-time view counts, likes, and comments
  • ๐Ÿ‘ค Retrieves channel information
  • ๐Ÿท๏ธ Collects video tags and categories
  • ๐Ÿ–ผ๏ธ Provides all thumbnail URLs
  • ๐Ÿ“ Captures full video descriptions
  • โฐ Includes publishing timestamps
  • ๐ŸŒ Supports multiple video URLs processing

๐Ÿ”ข Output Data

For each YouTube video URL, the actor extracts:

  • Channel ID and title
  • Video title and description
  • View count, likes, and comments
  • Publishing date and time
  • All available thumbnail versions
  • Video tags and category
  • Default language setting

๐Ÿ’ก Use Cases

  • ๐Ÿ“Š Track video performance metrics
  • ๐Ÿ” Competitive analysis
  • ๐Ÿ“ˆ Content strategy research
  • ๐ŸŽฏ Audience engagement monitoring
  • ๐Ÿ“ฑ Social media marketing insights

๐Ÿ’ช Benefits

  • Fast and reliable data extraction
  • Clean, structured JSON output
  • Supports batch processing of multiple videos
  • Regular updates to maintain compatibility
  • Respects YouTube's terms of service

๐Ÿ”ง Input Configuration

Simply provide:

  1. List of YouTube video URLs
  2. Optional maximum items limit
  3. Optional proxy configuration

๐Ÿ“‹ Output Format

Results are stored in JSON format, containing all video statistics and metadata. Each video generates a detailed record with engagement metrics, metadata, and thumbnail information.

๐Ÿš€ Getting Started

  1. Input your YouTube video URL(s)
  2. Set optional parameters if needed
  3. Run the actor and get structured data

๐Ÿ“ Note

The actor uses public data only and respects YouTube's terms of service.

Input Example

A full explanation of an input example in JSON.

{
"youtubeVideoUrls": [
"https://www.youtube.com/watch?v=HV23VDFWC3o"
]
}

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.

[
{
"youtubeVideoUrl": "https://www.youtube.com/watch?v=HV23VDFWC3o",
"channelId": "UCCrGfO9A8eLdSsB4bWbMhTg",
"channelTitle": "Boys Playtime",
"videoTitle": "6 Dinosaur Punch Box | T-Rex Mosasaurus Velociraptor Blue",
"views": "933,276",
"likes": "2,093",
"comments": "0",
"publishedAt": "2024-04-01T09:00:24Z",
"description": "6 Dinosaur Punch Box | T-Rex Mosasaurus Velociraptor Blue\n\nSubscribe to Boy's Playtime for more SURPRISES!\nhttps://www.youtube.com/c/BoysPlaytime\n\n#dinosaurs #tyrannosaurus #mosasaurus",
"thumbnails": [
{
"type": "default",
"url": "https://i.ytimg.com/vi/HV23VDFWC3o/default.jpg"
},
{
"type": "medium",
"url": "https://i.ytimg.com/vi/HV23VDFWC3o/mqdefault.jpg"
},
{
"type": "high",
"url": "https://i.ytimg.com/vi/HV23VDFWC3o/hqdefault.jpg"
},
{
"type": "standard",
"url": "https://i.ytimg.com/vi/HV23VDFWC3o/sddefault.jpg"
},
{
"type": "maxres",
"url": "https://i.ytimg.com/vi/HV23VDFWC3o/maxresdefault.jpg"
}
],
"tags": [
"dinosaurs",
"dinos",
"jurassic world",
"tyrannosaurus",
"rex",
"indominus",
"mosasaurus",
"Dilophosaurus",
"Velociraptor",
"jurassic world Squishy",
"punch box",
"dinosaur box",
"๊ณต๋ฃก",
"ํŽ€์น˜ ๋ฐ•์Šค",
"์„œํ”„๋ผ์•„์ฆˆ ๋ฐ•์Šค",
"๊ณต๋ฃก ๋ฐ•์Šค",
"ํ‹ฐ๋ผ๋…ธ์‚ฌ์šฐ๋ฃจ์Šค",
"๋ชจ์‚ฌ์‚ฌ์šฐ๋ฃจ์Šค"
],
"category": "Entertainment",
"defaultLanguage": "0"
},
...
]