# CNN Transcripts — Full Export

**Use case:** 

Scrape the full cnn transcripts dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract cnn transcripts for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "startDate": "2026-05-08T00:00:00.000Z",
  "endDate": "2026-05-08",
  "showSlugs": [],
  "maxItems": 200
}
```

## 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.