# Youtube Transcript Latest Results

**Use case:** 

Latest Results of Youtube Transcript. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
    }
  ],
  "maxItems": 25,
  "includeSrt": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "videoId": {
    "label": "Video id"
  },
  "title": {
    "label": "Title"
  },
  "author": {
    "label": "Author"
  },
  "channelUrl": {
    "label": "Channel url"
  },
  "description": {
    "label": "Description"
  },
  "durationSeconds": {
    "label": "Duration seconds"
  },
  "viewCount": {
    "label": "View count"
  },
  "publishedDate": {
    "label": "Published date"
  },
  "language": {
    "label": "Language"
  },
  "isAutoGenerated": {
    "label": "Is auto generated"
  },
  "availableLanguages": {
    "label": "Available languages"
  },
  "transcriptPlainText": {
    "label": "Transcript plain text"
  },
  "wordCount": {
    "label": "Word count"
  },
  "thumbnailUrl": {
    "label": "Thumbnail url"
  },
  "url": {
    "label": "Url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Youtube Transcript Scraper](https://apify.com/parseforge/youtube-transcript-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/youtube-transcript-scraper) to learn more, explore other use cases, and run it yourself.