# Podcast Host YouTube Channel Email Finder

**Use case:** 

Scrape contact emails and engagement stats for US-based podcast host YouTube channels. Export data to CSV/JSON for easy access.

## Input

```json
{
  "searchQueries": [],
  "niche": "podcast",
  "channels": [],
  "region": "US",
  "language": "en",
  "sortBy": "avgViews_desc",
  "maxChannelsPerQuery": 30,
  "recentVideosForStats": 12,
  "minSubscribers": 0,
  "maxSubscribers": 0,
  "requireEmail": false,
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "channelTitle": {
    "label": "Channel",
    "format": "text"
  },
  "subscriberCount": {
    "label": "Subscribers",
    "format": "number"
  },
  "avgRecentViews": {
    "label": "Avg recent views",
    "format": "number"
  },
  "engagementRatePct": {
    "label": "Engagement %",
    "format": "number"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "handle": {
    "label": "Handle",
    "format": "text"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Influencer Scraper — Emails & Engagement](https://apify.com/logiover/youtube-influencer-discovery-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/youtube-influencer-discovery-scraper) to learn more, explore other use cases, and run it yourself.