# Tech Review Stream Viewer Comments Collector

**Use case:** 

Gather up to 4,000 viewer comments from ended YouTube tech review livestreams. Includes regular messages but excludes Super Chats and memberships.

## Input

```json
{
  "videoUrls": [
    "https://www.youtube.com/watch?v=_USAoRuPdl4"
  ],
  "videoIds": [],
  "includeNormalMessages": true,
  "includeSuperChats": false,
  "includeMemberships": false,
  "maxMessagesPerVideo": 4000,
  "maxItems": 1500,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "message": {
    "label": "Message",
    "format": "text"
  },
  "superChatAmount": {
    "label": "Super Chat",
    "format": "text"
  },
  "timestampText": {
    "label": "Stream Time",
    "format": "text"
  },
  "videoOffsetTimeMsec": {
    "label": "Offset (ms)",
    "format": "text"
  },
  "videoId": {
    "label": "Video",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Live Chat Replay Scraper - Ended Streams](https://apify.com/logiover/youtube-live-chat-replay-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/youtube-live-chat-replay-scraper) to learn more, explore other use cases, and run it yourself.