# Download Competitor YouTube Videos for Content Analysis

**Use case:** 

Download all videos from key competitor YouTube channels to analyze their content strategy, engagement tactics, and video production quality. This enables you t

## Input

```json
{
  "videoUrls": [
    "https://www.youtube.com/watch?v=3Gmo0EXHyKg"
  ],
  "videoQuality": "1080p",
  "downloadSubtitles": false,
  "channelUrls": [
    "https://www.youtube.com/@HubSpot",
    "https://www.youtube.com/@Salesforce"
  ],
  "maxVideosPerInput": 10,
  "proxyCountry": "US",
  "extractMetadataOnly": false,
  "subtitleLanguages": [
    "en"
  ]
}
```

## Output

```json
{
  "video_url": {
    "label": "Video URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "uploader": {
    "label": "Channel"
  },
  "upload_date": {
    "label": "Upload Date"
  },
  "duration_seconds": {
    "label": "Duration (s)"
  },
  "view_count": {
    "label": "Views"
  },
  "like_count": {
    "label": "Likes"
  },
  "resolution": {
    "label": "Resolution"
  },
  "download_status": {
    "label": "Status"
  },
  "download_url": {
    "label": "Download Link",
    "format": "link"
  },
  "storage_key": {
    "label": "Storage Key"
  },
  "downloaded_at": {
    "label": "Downloaded At",
    "format": "datetime"
  }
}
```

## About this Actor

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