# Monitor Competitor TikTok Live Gifting & Sponsorships

**Use case:** 

Track gifts received by competitor or industry-relevant TikTok LIVE broadcasters to identify potential brand sponsorships and audience loyalty. Gain insights in

## Input

```json
{
  "usernames": [
    "natgeo"
  ],
  "liveUrls": [
    "https://www.tiktok.com/@gordonramsay/live",
    "https://www.tiktok.com/@nike/live"
  ],
  "connectionDuration": 180,
  "eventCap": 100,
  "eventTypes": [
    "gift"
  ]
}
```

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