# YouTube Comments Scraper — Fast, No API Key: Comparison...

**Use case:** 

YouTube Comments Scraper — Fast, No API Key configured for comparison dataset. The saved input exposes videoUrls, maxCommentsPerVideo, sort, language,...

## Input

```json
{
  "videoUrls": [
    "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
  ],
  "maxCommentsPerVideo": 20,
  "sort": "popular",
  "language": "en",
  "includeReplies": true
}
```

## Output

```json
{
  "text": {
    "label": "Comment",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "votes": {
    "label": "Likes",
    "format": "number"
  },
  "time": {
    "label": "Posted",
    "format": "text"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "videoUrl": {
    "label": "Video",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Comments Scraper — Fast, No API Key](https://apify.com/thirdwatch/youtube-comments-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/youtube-comments-scraper) to learn more, explore other use cases, and run it yourself.