# Scrape Elon Musk Lex Fridman transcript

**Use case:** 

Download the Elon Musk x Lex Fridman episode transcript with timestamped segments, chapters and full text.

## Input

```json
{
  "episodeUrls": [
    "https://lexfridman.com/elon-musk-transcript"
  ],
  "crawlAll": false,
  "transcriptFormats": [
    "txt",
    "segments"
  ],
  "maxEpisodes": 0,
  "monitorMode": false,
  "alertOnNewEpisode": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestConcurrency": 4,
  "diagnose": false
}
```

## Output

```json
{
  "episode_number": {
    "label": "#",
    "format": "integer"
  },
  "guest": {
    "label": "Guest",
    "format": "string"
  },
  "episode_title": {
    "label": "Title",
    "format": "string"
  },
  "segment_count": {
    "label": "Segments",
    "format": "integer"
  },
  "transcript": {
    "label": "Transcript",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Lex Fridman Podcast Transcript Scraper — Speakers & Chapters](https://apify.com/scrapersdelight/lexfridman-transcript-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/lexfridman-transcript-scraper) to learn more, explore other use cases, and run it yourself.