# Podcast Guest Booking Finder

**Use case:** 

Find interview podcasts that accept guests: host email, show quality, channel strategy and publishing frequency — ranked for podcast guesting outreach.

## Input

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

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "commercialSignals": {
    "label": "Commercial Signals",
    "format": "object"
  },
  "ownerEmail": {
    "label": "Owner Email",
    "format": "string"
  },
  "showQualityScore": {
    "label": "Show Quality Score",
    "format": "object"
  },
  "channelStrategy": {
    "label": "Channel Strategy",
    "format": "object"
  },
  "episodeFrequency": {
    "label": "Episode Frequency",
    "format": "string"
  },
  "isActive": {
    "label": "Is Active",
    "format": "boolean"
  },
  "websiteUrl": {
    "label": "Website URL",
    "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.