# Find YouTube channels by topic & subscribers

**Use case:** 

Discover YouTube channels in any niche with subscriber count, total views, video count, country, verified badge and a lead score.

## Input

```json
{
  "mode": "searchChannels",
  "searchTerms": [
    "indie game dev"
  ],
  "maxResultsPerQuery": 50,
  "videoSort": "relevance",
  "includeVideos": false,
  "maxVideosPerChannel": 10,
  "includeVideoStats": false,
  "enrichCreatorContacts": false,
  "country": "US",
  "language": "en",
  "monitorMode": false,
  "monitorStoreName": "youtube-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "channelId": {
    "label": "Channel ID"
  },
  "handle": {
    "label": "Handle"
  },
  "title": {
    "label": "Channel"
  },
  "subscriberCount": {
    "label": "Subscribers"
  },
  "videoCount": {
    "label": "# Videos"
  },
  "viewCount": {
    "label": "Total views"
  },
  "country": {
    "label": "Country"
  },
  "isVerified": {
    "label": "Verified"
  },
  "website": {
    "label": "Website"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "channelUrl": {
    "label": "URL"
  }
}
```

## About this Actor

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