# Find Influencers for Your Brand — YouTube Emails

**Use case:** 

Found YouTube influencers for your brand? Get their business emails in bulk for outreach. Pay only for emails returned.

## Input

```json
{
  "channels": [
    "@PrestonPlayz",
    "@parotter",
    "@karameeshchannel",
    "@MoonbugKids_SingAlongWithMe",
    "@Compot",
    "@littletreehouserhymes",
    "@XpressTV",
    "@gabyandalex2379",
    "@%D9%85%D8%AC%D9%88%D8%AF%D9%8A_%D9%88%D8%AC%D9%88%D8%AF%D9%8A",
    "@Mythpat",
    "@kuplinovplay",
    "@JFlaMusic",
    "@matispano_",
    "@DavidDobrik",
    "@EdisonPts",
    "@TheDiaryOfACEO",
    "@leozinn077",
    "@TeamFilmsBhojpuri",
    "@Bebefinn_Spanish",
    "@crashcourse"
  ],
  "scrape_fresh_emails": false
}
```

## Output

```json
{
  "Query": {
    "label": "Query",
    "format": "string"
  },
  "ChannelId": {
    "label": "Channel ID",
    "format": "string"
  },
  "ChannelName": {
    "label": "Channel Name",
    "format": "string"
  },
  "ChannelHandle": {
    "label": "Handle",
    "format": "string"
  },
  "Email": {
    "label": "Email",
    "format": "string"
  },
  "Status": {
    "label": "Status",
    "format": "string"
  },
  "SubscriberCount": {
    "label": "Subscribers",
    "format": "integer"
  },
  "Country": {
    "label": "Country",
    "format": "string"
  },
  "TotalViews": {
    "label": "Total Views",
    "format": "integer"
  },
  "TotalVideosCount": {
    "label": "Videos",
    "format": "integer"
  }
}
```

## About this Actor

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