# Podcast Sponsorship Prospector

**Use case:** 

Find podcasts to sponsor: detected sponsors, ad-tech stack, audience tier, show quality and host email per show. Built for advertiser and partnership outreach.

## Input

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

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "commercialSignals": {
    "label": "Commercial Signals",
    "format": "object"
  },
  "showQualityScore": {
    "label": "Show Quality Score",
    "format": "object"
  },
  "audienceProxy": {
    "label": "Audience Proxy",
    "format": "object"
  },
  "ownerEmail": {
    "label": "Owner Email",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website URL",
    "format": "string"
  },
  "episodeFrequency": {
    "label": "Episode Frequency",
    "format": "string"
  },
  "isActive": {
    "label": "Is Active",
    "format": "boolean"
  }
}
```

## 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.