# Podcast PR Outreach List

**Use case:** 

Build a podcast PR media list ranked by contactability: host email, contact-score breakdown, channel strategy and show quality per show.

## Input

```json
{
  "searchTerms": [
    "digital marketing"
  ],
  "maxResults": 12,
  "country": "us",
  "includeEpisodes": true,
  "maxEpisodesPerShow": 10,
  "activeOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "mode": "pr-outreach",
  "outputProfile": "standard",
  "watchlistName": "weekly-saas-podcasts",
  "seedExpansionMode": "both"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "ownerEmail": {
    "label": "Owner Email",
    "format": "string"
  },
  "contactabilityScore": {
    "label": "Contactability Score",
    "format": "object"
  },
  "channelStrategy": {
    "label": "Channel Strategy",
    "format": "object"
  },
  "showQualityScore": {
    "label": "Show Quality Score",
    "format": "object"
  },
  "isActive": {
    "label": "Is Active",
    "format": "boolean"
  },
  "episodeFrequency": {
    "label": "Episode Frequency",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website URL",
    "format": "string"
  },
  "executionReadiness": {
    "label": "Execution Readiness",
    "format": "object"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Podcast Opportunity Engine](https://apify.com/ryanclinton/podcast-opportunity-engine) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/podcast-opportunity-engine) to learn more, explore other use cases, and run it yourself.