# Gather Product Feedback from TikTok Live Chats

**Use case:** 

Monitor specific brand or product-related TikTok LIVE streams to gather direct audience feedback and sentiment from chat messages. This enables companies to ide

## Input

```json
{
  "usernames": [
    "natgeo"
  ],
  "liveUrls": [
    "https://www.tiktok.com/@samsung/live",
    "https://www.tiktok.com/@apple/live"
  ],
  "connectionDuration": 240,
  "eventCap": 100,
  "eventTypes": [
    "chat"
  ],
  "sessionCookie": "***"
}
```

## Output

```json
{
  "roomId": {
    "label": "Room ID",
    "format": "text"
  },
  "hostUsername": {
    "label": "Host",
    "format": "text"
  },
  "liveTitle": {
    "label": "Title",
    "format": "text"
  },
  "totalViewers": {
    "label": "Total Viewers",
    "format": "number"
  },
  "eventType": {
    "label": "Event Type",
    "format": "text"
  },
  "receivedAt": {
    "label": "Received At",
    "format": "text"
  },
  "user": {
    "label": "User",
    "format": "text"
  },
  "payload": {
    "label": "Payload",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok LIVE Event Stream Scraper](https://apify.com/crawlerbros/tiktok-live-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/tiktok-live-scraper) to learn more, explore other use cases, and run it yourself.