# Track YouTube Channel Growth and Views

**Use case:** 

Track YouTube channels: channel title, subscriber count, description, URL, and thumbnail. Snapshot daily to build a creator-growth tracker, benchmark competitor

## Input

```json
{
  "queries": [
    "mkbhd"
  ],
  "maxResults": 10,
  "maxResultsPerQuery": 10,
  "searchType": "channels",
  "sort": "relevance"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Scraper - Videos, Channels, Search - No Proxy, Fast](https://apify.com/thirdwatch/youtube-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/youtube-scraper) to learn more, explore other use cases, and run it yourself.