# Douyin Hot Search Monitor

**Use case:** 

Extract Douyin hot search rankings for Chinese social listening, trend discovery, content planning, and news monitoring.

## Input

```json
{
  "maxResults": 50
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "rank": {
    "label": "Rank"
  },
  "word": {
    "label": "Topic / Word"
  },
  "hotValue": {
    "label": "Hot Value",
    "format": "number"
  },
  "videoCount": {
    "label": "Videos",
    "format": "number"
  },
  "username": {
    "label": "Username"
  },
  "nickname": {
    "label": "Display Name"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "videoId": {
    "label": "Video ID"
  },
  "description": {
    "label": "Description"
  },
  "playCount": {
    "label": "Plays",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

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