# Export a Podcast's Full Episode List on Apple

**Use case:** 

Export a podcast's full episode list from Apple Podcasts — episode titles, dates, durations, descriptions and audio URLs, enriched from the public RSS feed.

## Input

```json
{
  "mode": "showDetails",
  "searchTerms": [
    "marketing"
  ],
  "podcastIds": [
    "1138869817"
  ],
  "genre": "ALL",
  "maxResultsPerQuery": 50,
  "fullDetails": true,
  "enrichFromRss": true,
  "includeEpisodes": true,
  "maxEpisodesPerShow": 50,
  "enrichHostContacts": false,
  "maxReviewsPerShow": 100,
  "reviewsSort": "mostrecent",
  "country": "us",
  "monitorMode": false,
  "monitorStoreName": "apple-podcasts-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "podcastId": {
    "label": "Podcast ID"
  },
  "showTitle": {
    "label": "Show"
  },
  "title": {
    "label": "Episode"
  },
  "pubDate": {
    "label": "Published"
  },
  "durationFormatted": {
    "label": "Duration"
  },
  "episodeType": {
    "label": "Type"
  },
  "seasonNumber": {
    "label": "Season"
  },
  "episodeNumber": {
    "label": "Episode #"
  },
  "audioUrl": {
    "label": "Audio URL"
  }
}
```

## About this Actor

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