# Summarize a TED Talk on Pandemics

**Use case:** 

Summarize the YouTube video of Bill Gates' TED talk on the next outbreak into key takeaways, a short overview and timestamps for quick research notes.

## Input

```json
{
  "videoUrls": [
    "https://www.youtube.com/watch?v=6Af6b_wyiwI"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "maxItems": 5
}
```

## Output

```json
{
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "keyPoints": {
    "label": "Key points",
    "format": "array"
  },
  "chapters": {
    "label": "Chapters",
    "format": "array"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "transcriptTruncated": {
    "label": "Transcript truncated",
    "format": "boolean"
  },
  "observedAt": {
    "label": "Processed at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tool: YouTube Transcript Summarizer](https://apify.com/scrapers_lat/youtube-summarizer-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/youtube-summarizer-tool) to learn more, explore other use cases, and run it yourself.