# CNN State of the Union Transcripts

**Use case:** 

Export CNN State of the Union (SOTU) broadcast transcripts with full segment text, speaker labels, and airtime metadata. Filter by date range.

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "startDate": "2026-01-01",
  "endDate": "2026-06-01",
  "showSlugs": [
    "sotu"
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "show_title": {
    "label": "Show Title",
    "format": "string"
  },
  "aired_date": {
    "label": "Aired Date",
    "format": "string"
  },
  "segment_title": {
    "label": "Segment Title",
    "format": "string"
  },
  "aired_at_local": {
    "label": "Aired At Local",
    "format": "string"
  },
  "segment_url": {
    "label": "Segment Url",
    "format": "string"
  }
}
```

## About this Actor

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