# Podcast Host Email Finder

**Use case:** 

Find podcast host emails and websites by topic, ranked by lead score with active and frequency signals. Built for guesting and sponsorship outreach.

## Input

```json
{
  "searchTerms": [
    "business marketing"
  ],
  "maxResults": 15,
  "country": "us",
  "includeEpisodes": true,
  "maxEpisodesPerShow": 10,
  "activeOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "leadScore": {
    "label": "Lead Score",
    "format": "integer"
  },
  "dataQuality": {
    "label": "Data Quality",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "ownerName": {
    "label": "Owner Name",
    "format": "string"
  },
  "ownerEmail": {
    "label": "Owner Email",
    "format": "string"
  },
  "hasEmail": {
    "label": "Has Email",
    "format": "boolean"
  },
  "websiteUrl": {
    "label": "Website URL",
    "format": "string"
  },
  "hasWebsite": {
    "label": "Has Website",
    "format": "boolean"
  },
  "isActive": {
    "label": "Is Active",
    "format": "boolean"
  },
  "episodeFrequency": {
    "label": "Episode Frequency",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Podcast Directory Scraper — Host Contacts & Emails](https://apify.com/ryanclinton/podcast-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/podcast-directory-scraper) to learn more, explore other use cases, and run it yourself.