# YouTube URL Stats Enrichment Tool

**Use case:** 

Obtain detailed metadata for YouTube videos, including titles, views, formats, and more for a list of specified URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.youtube.com/watch?v=jNQXAC9IVRw"
    },
    {
      "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
    }
  ],
  "maxItems": 100,
  "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.