# Transcribe the latest episodes from a podcast RSS feed

**Use case:** 

Give the actor a podcast RSS or Atom feed URL and it picks up the newest episodes and transcribes each one.

## Input

```json
{
  "mediaUrls": [
    "https://feeds.npr.org/500005/podcast.xml"
  ],
  "episodesPerFeed": 2,
  "preferCaptions": true,
  "captionLanguage": "",
  "language": "",
  "detectLanguage": false,
  "diarize": false,
  "smartFormat": true,
  "paragraphs": true,
  "summarize": true,
  "includeSrt": false,
  "includeVtt": false,
  "maxDurationMinutes": 180
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "durationSeconds": {
    "label": "Duration (s)",
    "format": "number"
  },
  "transcript": {
    "label": "Transcript",
    "format": "text"
  },
  "billedEvent": {
    "label": "Billed event",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Media URL Transcriber - Video, Podcast RSS, Vimeo, Loom to Text](https://apify.com/kaz_kakyo/media-url-transcriber) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kaz_kakyo/media-url-transcriber) to learn more, explore other use cases, and run it yourself.