# Douyin Trending Topics Scraper

**Use case:** 

Scrape real-time Douyin hot search topics with rank, hot value, video counts, labels, and trend metadata.

## Input

```json
{
  "maxResults": 30
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "word": {
    "label": "Topic"
  },
  "hotValue": {
    "label": "Hot Value",
    "format": "number"
  },
  "videoCount": {
    "label": "Videos",
    "format": "number"
  },
  "discussVideoCount": {
    "label": "Discussion Videos",
    "format": "number"
  },
  "articleDetailCount": {
    "label": "Articles",
    "format": "number"
  },
  "sentenceId": {
    "label": "Sentence ID"
  },
  "groupId": {
    "label": "Group ID"
  },
  "label": {
    "label": "Label",
    "format": "number"
  },
  "sentenceTag": {
    "label": "Sentence Tag",
    "format": "number"
  },
  "coverImageUrl": {
    "label": "Cover Image",
    "format": "link"
  },
  "eventTime": {
    "label": "Event Time"
  },
  "wordType": {
    "label": "Word Type",
    "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.