# Podcast Episode Research Workflow

**Use case:** 

Collect Apple Podcasts episode lists for selected shows to support content research, guest sourcing, and monitoring.

## Input

```json
{
  "mode": "episodes",
  "searchTerms": [
    "technology"
  ],
  "podcastIds": [
    "1001659715"
  ],
  "country": "US",
  "maxResults": 50
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "podcastName": {
    "label": "Show",
    "format": "text"
  },
  "episodeName": {
    "label": "Episode",
    "format": "text"
  },
  "artistName": {
    "label": "Artist",
    "format": "text"
  },
  "primaryGenre": {
    "label": "Genre",
    "format": "text"
  },
  "episodeCount": {
    "label": "Episodes",
    "format": "number"
  },
  "releaseDate": {
    "label": "Date",
    "format": "text"
  },
  "url": {
    "label": "Podcast Link",
    "format": "link"
  },
  "episodeUrl": {
    "label": "Episode Link",
    "format": "link"
  }
}
```

## About this Actor

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