YouTube Video Statistics Scraper ๐Ÿ“Š

YouTube Video Statistics Scraper ๐Ÿ“Š

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

FOR_CREATORSSOCIAL_MEDIASEO_TOOLSApify

๐ŸŽฏ 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.

1{
2    "youtubeVideoUrls": [
3        "https://www.youtube.com/watch?v=HV23VDFWC3o"
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        "youtubeVideoUrl": "https://www.youtube.com/watch?v=HV23VDFWC3o",
4        "channelId": "UCCrGfO9A8eLdSsB4bWbMhTg",
5        "channelTitle": "Boys Playtime",
6        "videoTitle": "6 Dinosaur Punch Box | T-Rex Mosasaurus Velociraptor Blue",
7        "views": "933,276",
8        "likes": "2,093",
9        "comments": "0",
10        "publishedAt": "2024-04-01T09:00:24Z",
11        "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",
12        "thumbnails": [
13            {
14                "type": "default",
15                "url": "https://i.ytimg.com/vi/HV23VDFWC3o/default.jpg"
16            },
17            {
18                "type": "medium",
19                "url": "https://i.ytimg.com/vi/HV23VDFWC3o/mqdefault.jpg"
20            },
21            {
22                "type": "high",
23                "url": "https://i.ytimg.com/vi/HV23VDFWC3o/hqdefault.jpg"
24            },
25            {
26                "type": "standard",
27                "url": "https://i.ytimg.com/vi/HV23VDFWC3o/sddefault.jpg"
28            },
29            {
30                "type": "maxres",
31                "url": "https://i.ytimg.com/vi/HV23VDFWC3o/maxresdefault.jpg"
32            }
33        ],
34        "tags": [
35            "dinosaurs",
36            "dinos",
37            "jurassic world",
38            "tyrannosaurus",
39            "rex",
40            "indominus",
41            "mosasaurus",
42            "Dilophosaurus",
43            "Velociraptor",
44            "jurassic world Squishy",
45            "punch box",
46            "dinosaur box",
47            "๊ณต๋ฃก",
48            "ํŽ€์น˜ ๋ฐ•์Šค",
49            "์„œํ”„๋ผ์•„์ฆˆ ๋ฐ•์Šค",
50            "๊ณต๋ฃก ๋ฐ•์Šค",
51            "ํ‹ฐ๋ผ๋…ธ์‚ฌ์šฐ๋ฃจ์Šค",
52            "๋ชจ์‚ฌ์‚ฌ์šฐ๋ฃจ์Šค"
53        ],
54        "category": "Entertainment",
55        "defaultLanguage": "0"
56    },
57    ...
58]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool โ€” just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. Youโ€™ll be guided to input a search term and get structured results. No setup needed!