# Weibo Brand Mention Monitor API

**Use case:** 

Track recent public Weibo brand mentions and comments with authors, engagement, English translations, and evidence URLs.

## Input

```json
{
  "searchQueries": [
    "华为"
  ],
  "postIds": [],
  "sortBy": "latest",
  "maxPostsPerQuery": 3,
  "includeComments": true,
  "maxCommentsPerPost": 3,
  "translateToEnglish": true
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "textEnglish": {
    "label": "English",
    "format": "string"
  },
  "text": {
    "label": "Original text",
    "format": "string"
  },
  "authorName": {
    "label": "Author",
    "format": "string"
  },
  "authorVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "likesCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "repostsCount": {
    "label": "Reposts",
    "format": "number"
  },
  "createdAt": {
    "label": "Published",
    "format": "string"
  },
  "evidenceUrl": {
    "label": "Evidence",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Weibo Scraper - Search, Comments & Brand Monitoring](https://apify.com/webdata_labs/weibo-search-comments-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/weibo-search-comments-scraper) to learn more, explore other use cases, and run it yourself.