# Find a YouTube Creator's Email for Outreach

**Use case:** 

Get the contact email of any YouTube channel by handle or ID for cold outreach, sponsorships, and lead generation. Passes most reCAPTCHA, instant results.

## Input

```json
{
  "id": "",
  "channelHandle": "@mrbeast"
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  }
}
```

## About this Actor

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