# Find podcast host emails to pitch as a guest

**Use case:** 

Search Apple Podcasts by niche and get host names, owner emails, websites, social links and a lead score for active shows to pitch.

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "b2b marketing",
    "startup founders"
  ],
  "podcastIds": [
    "1138869817"
  ],
  "genre": "ALL",
  "maxResultsPerQuery": 50,
  "fullDetails": true,
  "enrichFromRss": true,
  "includeEpisodes": false,
  "maxEpisodesPerShow": 10,
  "enrichHostContacts": true,
  "maxReviewsPerShow": 100,
  "reviewsSort": "mostrecent",
  "country": "us",
  "monitorMode": false,
  "monitorStoreName": "apple-podcasts-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "title": {
    "label": "Show"
  },
  "artistName": {
    "label": "Publisher"
  },
  "ownerName": {
    "label": "Owner"
  },
  "ownerEmail": {
    "label": "Owner email"
  },
  "contactEmails": {
    "label": "Website emails"
  },
  "contactPhones": {
    "label": "Phones"
  },
  "website": {
    "label": "Website"
  },
  "socialLinks": {
    "label": "Socials"
  },
  "isActive": {
    "label": "Active"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [Apple Podcasts Scraper — Shows, Episodes, Reviews & Host Leads](https://apify.com/scrapesage/apple-podcasts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/apple-podcasts-scraper) to learn more, explore other use cases, and run it yourself.