# Analyze TikTok Live Audience Engagement & Chat Trends

**Use case:** 

Monitor audience engagement metrics and chat message trends from key influencer TikTok LIVE streams. This helps brands understand audience sentiment, popular to

## Input

```json
{
  "usernames": [
    "mrbeast",
    "charlidamelio",
    "addisonrae"
  ],
  "connectionDuration": 300,
  "eventCap": 100,
  "eventTypes": [
    "chat",
    "like",
    "join"
  ]
}
```

## 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.