# Analyze Competitor YouTube Channel Content & Strategy

**Use case:** 

Gain deep insights into your competitors' YouTube video performance and content strategy. Understand what resonates with their audience to refine your own conte

## Input

```json
{
  "channelUrls": [
    "https://www.youtube.com/@mrdavidgoggins",
    "https://www.youtube.com/@LexFridman",
    "https://www.youtube.com/@AliAbdaal"
  ],
  "maxVideos": 100,
  "sortVideosBy": "popular",
  "includeAbout": true,
  "includePlaylists": false,
  "maxPlaylists": 20,
  "includeShorts": false,
  "maxShorts": 20,
  "includeLiveVideos": false,
  "maxLiveVideos": 20,
  "market": "US"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "publishedTimeText": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "authorMetadata.channelName": {
    "label": "Channel",
    "format": "text"
  },
  "authorMetadata.subscriberCount": {
    "label": "Subscribers",
    "format": "number"
  }
}
```

## About this Actor

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