# Slack alerts for new Lex Fridman episodes

**Use case:** 

Get a Slack message the moment a new Lex Fridman episode and transcript drop. Set monitor mode and a Schedule.

## Input

```json
{
  "episodeUrls": [
    "https://lexfridman.com/jensen-huang-transcript"
  ],
  "crawlAll": true,
  "transcriptFormats": [
    "txt"
  ],
  "maxEpisodes": 0,
  "monitorMode": true,
  "alertOnNewEpisode": true,
  "slackWebhookUrl": "https://hooks.slack.com/services/T000/B000/XXX",
  "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.