# Track 'Just Chatting' Category Trends & Clips

**Use case:** 

Monitor the 'Just Chatting' category to identify emerging trends and popular clips within the non-gaming content space. This provides valuable insights for cont

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "lirik",
  "searchType": "all",
  "categorySlug": "just-chatting",
  "twitchUrls": [],
  "language": "EN",
  "streamType": "",
  "videoSort": "TIME",
  "clipPeriod": "LAST_MONTH",
  "includeChannelClips": true,
  "includeChannelVideos": true,
  "minViewCount": 5000,
  "useApifyProxy": false,
  "maxItems": 10
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "title": {
    "label": "Title"
  },
  "channelName": {
    "label": "Channel name"
  },
  "displayName": {
    "label": "Display name"
  },
  "viewersCount": {
    "label": "Viewers count"
  },
  "viewCount": {
    "label": "View count"
  },
  "gameName": {
    "label": "Game name"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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