# B2B Marketing Podcasts Still Actively Publishing

**Use case:** 

Finds B2B marketing podcasts on Apple Podcasts and Spotify, keeping only shows that published an episode within the last 90 days, with their 5 most recent episodes attached. Prefilled for 50 results. Change the search term to any B2B niche like SaaS sales or account-based marketing.

## Input

```json
{
  "searchTerms": [
    "B2B marketing"
  ],
  "maxResults": 50,
  "country": "us",
  "includeEpisodes": true,
  "maxEpisodesPerShow": 5,
  "activeOnly": true,
  "requireEmail": false
}
```

## Output

```json
{
  "title": {
    "label": "Podcast",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead Score",
    "format": "number"
  },
  "dataQuality": {
    "label": "Quality",
    "format": "text"
  },
  "ownerEmail": {
    "label": "Host Email",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "isActive": {
    "label": "Active",
    "format": "boolean"
  },
  "episodeFrequency": {
    "label": "Cadence",
    "format": "text"
  },
  "applePodcastsUrl": {
    "label": "Apple URL",
    "format": "link"
  },
  "searchTerm": {
    "label": "Search Term",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Podcast Directory Scraper](https://apify.com/parsebird/podcast-directory-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/podcast-directory-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/parsebird/podcast-directory-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
