# YouTube Video Metadata and Stats Extractor

**Use case:** 

Get detailed YouTube video metadata including title, views, formats, and subtitles without downloading. Extract stats for up to 50 videos.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.youtube.com/watch?v=jNQXAC9IVRw"
    }
  ],
  "maxItems": 50,
  "searchTerms": []
}
```

## Output

```json
{
  "sourceUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "info": {
    "label": "Metadata"
  },
  "video": {
    "label": "Video formats"
  },
  "audio": {
    "label": "Audio formats"
  },
  "subtitles": {
    "label": "Subtitles"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Video Info Scraper](https://apify.com/myagizm/youtube-video-info) with a specific input configuration. Visit the [Actor detail page](https://apify.com/myagizm/youtube-video-info) to learn more, explore other use cases, and run it yourself.