# Analyze Competitor YouTube Videos by View Count

**Use case:** 

Gain insights into competitor video performance by extracting their most viewed YouTube content. This helps identify successful content strategies and topics fo

## Input

```json
{
  "searchQueries": [
    "competitor a youtube channel",
    "competitor b official channel"
  ],
  "maxResults": 50,
  "sortBy": "view_count",
  "uploadDate": "this_year",
  "type": "video",
  "duration": "",
  "features": [],
  "market": "US"
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "publishedTimeText": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "text"
  }
}
```

## About this Actor

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