# PBS Frontline Documentary Transcripts — Full Archive

**Use case:** 

Scrape all 250+ PBS Frontline documentary transcripts: film title, air date, synopsis, speaker-labeled body text, producers, and topic tags from the full

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "maxItems": 50,
  "startUrls": []
}
```

## Output

```json
{
  "film_title": {
    "label": "Film Title",
    "format": "string"
  },
  "air_date": {
    "label": "Air Date",
    "format": "string"
  },
  "duration_minutes": {
    "label": "Duration Minutes",
    "format": "number"
  },
  "synopsis": {
    "label": "Synopsis",
    "format": "string"
  },
  "related_topics": {
    "label": "Related Topics",
    "format": "string"
  },
  "film_url": {
    "label": "Film Url",
    "format": "string"
  }
}
```

## About this Actor

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