# Kwai video trend monitor

**Use case:** 

Schedule Kwai feed snapshots and compare video IDs, creators, hashtags, likes, and comments over time for campaign and social trend analysis.

## Input

```json
{
  "maxItems": 100,
  "maxScrolls": 30,
  "scrollDelayMs": 2000,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "feedPosition": {
    "label": "Feed position",
    "format": "integer"
  },
  "videoId": {
    "label": "Video ID",
    "format": "string"
  },
  "creatorName": {
    "label": "Creator",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "likeCount": {
    "label": "Likes",
    "format": "integer"
  },
  "commentCount": {
    "label": "Comments",
    "format": "integer"
  },
  "posterUrl": {
    "label": "Poster URL",
    "format": "string"
  },
  "videoUrl": {
    "label": "MP4 URL",
    "format": "string"
  },
  "avatarUrl": {
    "label": "Avatar URL",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Kwai Trending Videos Scraper](https://apify.com/automation-lab/kwai-trending-videos-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/kwai-trending-videos-scraper) to learn more, explore other use cases, and run it yourself.