# China Equity & Consumer Sentiment Monitor — Weibo

**Use case:** 

Track Chinese consumer + investor sentiment on Weibo for any listed company or brand — sentiment-scored, scheduled delta feed. For funds and equity research.

## Input

```json
{
  "mode": "search",
  "searchQuery": "比亚迪",
  "autoLocalize": true,
  "maxResults": 100,
  "maxComments": 20,
  "sentimentAnalysis": true,
  "deltaMode": true,
  "deltaStateKey": "byd-sentiment"
}
```

## Output

```json
{
  "postId": {
    "label": "Post id"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "attitudesCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "repostsCount": {
    "label": "Reposts",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "hotValue": {
    "label": "Hot Value",
    "format": "number"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "screenName": {
    "label": "User",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Weibo Scraper - Chinese Social Intelligence](https://apify.com/zhorex/weibo-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zhorex/weibo-scraper) to learn more, explore other use cases, and run it yourself.