# Fitness & Yoga YouTube Video Metadata Scraper

**Use case:** 

Extract detailed stats and tags for fitness and yoga videos on YouTube. Get views, channel info, and other key metadata instantly.

## Input

```json
{
  "videos": [
    "https://www.youtube.com/watch?v=2pLT-olgUJs",
    "https://www.youtube.com/watch?v=Wf8sFhzD5Mw",
    "https://www.youtube.com/watch?v=v7AYKMP6rOE"
  ],
  "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.