# Top Business & Startup Podcast Episodes Finder

**Use case:** 

Retrieve episode details from leading business podcasts. Get titles, audio links, authors, and release dates for episodes about startups and entrepreneurship.

## Input

```json
{
  "searchTerms": [
    "startup founder",
    "entrepreneurship"
  ],
  "podcastIds": [],
  "rssFeeds": [],
  "country": "us",
  "maxPodcastsPerSearch": 50,
  "maxEpisodesPerPodcast": 30,
  "useRssForFullArchive": false,
  "minReleaseDate": null,
  "maxReleaseDate": null,
  "explicit": "clean",
  "minDurationSeconds": 0,
  "fetchShowMetadata": true
}
```

## Output

```json
{
  "episodeTitle": {
    "label": "Episode",
    "format": "text"
  },
  "podcastName": {
    "label": "Podcast",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "releaseDate": {
    "label": "Released",
    "format": "date"
  },
  "durationSec": {
    "label": "Duration (sec)",
    "format": "number"
  },
  "primaryGenre": {
    "label": "Primary genre",
    "format": "text"
  },
  "audioUrl": {
    "label": "Audio URL",
    "format": "link"
  },
  "episodeAppleUrl": {
    "label": "Apple episode URL",
    "format": "link"
  }
}
```

## About this Actor

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