# Export Exact Views & Tag Data for Music Videos

**Use case:** 

Retrieve precise view counts and tag data for selected music videos. Get detailed metadata to analyze video performance.

## Input

```json
{
  "videos": [
    "https://www.youtube.com/watch?v=SlPhMPnQ58k",
    "https://www.youtube.com/watch?v=kffacxfA7G4",
    "https://www.youtube.com/watch?v=YQHsXMglC9A"
  ],
  "trendingCategory": "now",
  "region": "US",
  "language": "en",
  "includeLikes": true,
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "channelTitle": {
    "label": "Channel",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "publishDate": {
    "label": "Publish date",
    "format": "text"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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