# All-China Trending Topics in One Feed · 全网热点聚合

**Use case:** 

Aggregate real-time trending topics across Weibo, Baidu, and Toutiao in one normalized feed — topic, rank, heat, source. For brand monitoring, PR, and trend det

## Input

```json
{
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "topic": {
    "label": "Topic",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "integer"
  },
  "label": {
    "label": "Label",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [🇨🇳 China Trends Tracker · 中国趋势汇总(微博/百度/头条/抖音)](https://apify.com/nexgendata/china-trends-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/china-trends-tracker) to learn more, explore other use cases, and run it yourself.