# YouTube Competitor Analysis Tool & Scraper

**Use case:** 

Scrape YouTube channels to automatically extract video views and calculate baseline averages. The ultimate competitor analysis and viral topic research tool.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.youtube.com/@AlexHormozi"
    },
    {
      "url": "https://www.youtube.com/@TheDiaryOfACEO"
    },
    {
      "url": "https://www.youtube.com/@MrBeast"
    }
  ],
  "maxVideos": 30
}
```

## Output

```json
{
  "video_title": {
    "label": "Video title"
  },
  "views": {
    "label": "Views"
  },
  "average_views": {
    "label": "Average views"
  },
  "outlier_multiplier": {
    "label": "Outlier multiplier"
  },
  "ai_content_strategy": {
    "label": "Ai content strategy"
  },
  "publish_date": {
    "label": "Publish date"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Viral Video Finder Scraper & Topic Finder](https://apify.com/intelscrape/youtube-viral-video-finder-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/intelscrape/youtube-viral-video-finder-scraper) to learn more, explore other use cases, and run it yourself.