# MKBHD YouTube Channel Analytics

**Use case:** 

Scrape MKBHD YouTube channel stats and latest video metrics including subscribers, views, likes, comments, durations, publish dates, thumbnails, tags, and URLs.

## Input

```json
{
  "channelUrls": [
    "https://www.youtube.com/@mkbhd"
  ],
  "searchKeywords": [],
  "maxChannels": 10,
  "maxVideosPerChannel": 3,
  "includeShorts": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "videoTitle": {
    "label": "Title",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "text"
  },
  "viewCountNumber": {
    "label": "Views (number)",
    "format": "number"
  },
  "durationSeconds": {
    "label": "Duration (seconds)",
    "format": "number"
  },
  "durationFormatted": {
    "label": "Duration",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "text"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "isShorts": {
    "label": "Shorts",
    "format": "boolean"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Channel Scraper: Stats & Latest Videos](https://apify.com/fascinating_lentil/youtube-channel-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fascinating_lentil/youtube-channel-scraper) to learn more, explore other use cases, and run it yourself.