# Research YouTube Keyword Competition

**Use case:** 

Analyze YouTube keyword competition: pull top videos sorted by view count with title, views, duration, channel, and URL. Score creator dominance and view-veloci

## Input

```json
{
  "queries": [
    "python tutorial"
  ],
  "maxResults": 10,
  "maxResultsPerQuery": 10,
  "searchType": "videos",
  "sort": "viewCount"
}
```

## 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.