# Live China Public Sentiment — Weibo Hot Search · 微博热搜实时舆情

**Use case:** 

Track China's #1 real-time sentiment barometer — top-50 Weibo hot-search topics with heat, category, 新/热/沸 flags, pinyin and English. For brand monitoring and P

## Input

```json
{
  "limit": 50,
  "category": "all",
  "include_translation": true,
  "include_government_topics": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "rank": {
    "label": "Rank"
  },
  "keyword": {
    "label": "Hot Topic"
  },
  "keyword_english_translation": {
    "label": "English"
  },
  "category": {
    "label": "Category"
  },
  "heat_score": {
    "label": "Heat"
  },
  "label_chinese": {
    "label": "新/热/沸"
  },
  "is_new": {
    "label": "New"
  },
  "weibo_url": {
    "label": "Link"
  },
  "as_of_timestamp": {
    "label": "As of"
  }
}
```

## About this Actor

This example demonstrates how to use [🇨🇳 Weibo Hot Search Tracker · 微博热搜追踪](https://apify.com/nexgendata/weibo-hot-search-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/weibo-hot-search-tracker) to learn more, explore other use cases, and run it yourself.