# Cooking YouTube Creator Email Finder

**Use case:** 

Extract email contacts of top cooking YouTube creators like Binging with Babish. Get detailed email lists for outreach in CSV, JSON, or Excel.

## Input

```json
{
  "channels": [
    "@BingingwithBabish",
    "@GugaFoods",
    "@JoshuaWeissman"
  ],
  "crawlLinkedSite": true,
  "alwaysCrawlSite": false,
  "maxSitePages": 3,
  "onlyWithEmail": true,
  "maxResults": 50
}
```

## Output

```json
{
  "channelTitle": {
    "label": "Channel"
  },
  "handle": {
    "label": "Handle"
  },
  "email": {
    "label": "Email"
  },
  "emailSource": {
    "label": "Email source"
  },
  "subscriberCount": {
    "label": "Subscribers",
    "format": "number"
  },
  "linkedWebsite": {
    "label": "Linked website"
  },
  "channelUrl": {
    "label": "Channel URL"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Channel Email Finder - Creator Emails](https://apify.com/logiover/youtube-creator-email-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/youtube-creator-email-finder) to learn more, explore other use cases, and run it yourself.