# Find Low-Competition High-RPM YouTube Niches

**Use case:** 

Niche validation for new channels: search high-RPM topics like finance, AI, and B2B to see who ranks, their channel size, and views before you commit.

## Input

```json
{
  "searchQueries": [
    "AI tools for small business",
    "B2B SaaS explained",
    "cloud cost optimization tutorial"
  ],
  "maxItems": 120,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "viewCountText": {
    "label": "Views",
    "format": "text"
  },
  "publishedTimeText": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "Video URL",
    "format": "link"
  }
}
```

## About this Actor

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