# Find YouTube creators by niche with emails

**Use case:** 

Search YouTube channels by keyword and get subscribers, total views, website, social links and contact emails for creator outreach.

## Input

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

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "title": {
    "label": "Channel"
  },
  "handle": {
    "label": "Handle"
  },
  "subscriberCount": {
    "label": "Subscribers"
  },
  "country": {
    "label": "Country"
  },
  "website": {
    "label": "Website"
  },
  "contactEmails": {
    "label": "Website emails"
  },
  "descriptionEmails": {
    "label": "Bio emails"
  },
  "contactPhones": {
    "label": "Phones"
  },
  "socialLinks": {
    "label": "Socials"
  },
  "businessEmailAvailable": {
    "label": "YT business email"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

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