# Democracy Now! Transcripts by Date Range

**Use case:** 

Export Democracy Now! segment transcripts for a date range with speaker labels, guests, topics, and CC license metadata. For media research and NLP corpora.

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "maxItems": 100,
  "startDate": "2025-01-01",
  "endDate": "2025-03-31"
}
```

## Output

```json
{
  "show_date": {
    "label": "Show Date",
    "format": "string"
  },
  "segment_title": {
    "label": "Segment Title",
    "format": "string"
  },
  "hosts": {
    "label": "Hosts",
    "format": "string"
  },
  "guests": {
    "label": "Guests",
    "format": "string"
  },
  "topics": {
    "label": "Topics",
    "format": "string"
  },
  "segment_url": {
    "label": "Segment Url",
    "format": "string"
  }
}
```

## About this Actor

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