# Podcast Email Scraper: Find Host & Contact Emails

**Use case:** 

Get a ready-made list of business, entrepreneurship and marketing podcasts with host emails, websites and episode stats. One click, export to CSV or JSON.

## Input

```json
{
  "searchTerms": [
    "business",
    "entrepreneurship",
    "marketing"
  ],
  "country": "US",
  "maxPerTerm": 25,
  "minEpisodes": 10,
  "requireEmail": true,
  "concurrency": 8
}
```

## Output

```json
{
  "name": {
    "label": "Show"
  },
  "author": {
    "label": "Author"
  },
  "ownerEmail": {
    "label": "Host email"
  },
  "ownerName": {
    "label": "Owner"
  },
  "genre": {
    "label": "Genre"
  },
  "episodeCount": {
    "label": "Episodes"
  },
  "website": {
    "label": "Website"
  },
  "itunesUrl": {
    "label": "Apple URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Podcast Email Scraper - Host & Contact Finder](https://apify.com/ritaya/podcast-email-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ritaya/podcast-email-scraper) to learn more, explore other use cases, and run it yourself.