# YouTube Scraper Competitor Analysis

**Use case:** 

Find competing YouTube scraper actors, compare usage, ratings, pricing models, and recent update activity in one Apify Store dataset.

## Input

```json
{
  "searchKeywords": [
    "youtube scraper"
  ],
  "maxActorsPerKeyword": 20,
  "includeRunStats": true
}
```

## Output

```json
{
  "searchKeyword": {
    "label": "Keyword",
    "format": "text"
  },
  "rank": {
    "label": "#",
    "format": "number"
  },
  "actorName": {
    "label": "Actor",
    "format": "text"
  },
  "username": {
    "label": "Publisher",
    "format": "text"
  },
  "pricingModel": {
    "label": "Pricing",
    "format": "text"
  },
  "totalUsers": {
    "label": "Users",
    "format": "number"
  },
  "totalRuns": {
    "label": "Runs",
    "format": "number"
  },
  "avgRating": {
    "label": "Rating",
    "format": "number"
  },
  "monthlyUsers": {
    "label": "30d Users",
    "format": "number"
  },
  "lastUpdate": {
    "label": "Last Update",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Apify Store Analyzer](https://apify.com/automation-lab/apify-store-analyzer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/apify-store-analyzer) to learn more, explore other use cases, and run it yourself.