# Detect Brand Risk Mentions in WeChat Articles

**Use case:** 

Detect brand risk mentions in public WeChat Official Account articles, including complaints, refunds, safety concerns, publishers, and evidence links.

## Input

```json
{
  "mode": "demo",
  "brandName": "轻衡营养",
  "brandAliases": [
    "轻衡"
  ],
  "competitorBrands": [
    "稳糖生活",
    "每日低糖"
  ],
  "riskKeywords": [
    "投诉",
    "退款",
    "过敏",
    "副作用",
    "质量问题",
    "虚假宣传",
    "召回",
    "维权"
  ],
  "lookbackDays": 60,
  "maxResults": 100,
  "maxMentions": 100,
  "sourceDatasetIds": [],
  "uploadedRecords": [],
  "priorDatasetId": "",
  "baselineRecords": [],
  "maxEvidence": 10
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "generatedAt": {
    "label": "Generated at",
    "format": "string"
  },
  "sourceMode": {
    "label": "Source mode",
    "format": "string"
  },
  "brandName": {
    "label": "Brand name",
    "format": "string"
  },
  "articlesAnalyzed": {
    "label": "Articles analyzed",
    "format": "integer"
  },
  "mentionsDelivered": {
    "label": "Mentions delivered",
    "format": "integer"
  },
  "newMentionCount": {
    "label": "New mention count",
    "format": "integer"
  },
  "riskAlertCount": {
    "label": "Risk alert count",
    "format": "integer"
  },
  "shareOfVoice": {
    "label": "Share of voice",
    "format": "array"
  },
  "sentimentByBrand": {
    "label": "Sentiment by brand",
    "format": "array"
  },
  "mentionCountChange": {
    "label": "Mention count change",
    "format": "array"
  },
  "topMentioningAccounts": {
    "label": "Top mentioning accounts",
    "format": "array"
  },
  "coMentions": {
    "label": "Co mentions",
    "format": "array"
  },
  "riskAlerts": {
    "label": "Risk alerts",
    "format": "array"
  },
  "dataQualityWarnings": {
    "label": "Data quality warnings",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [WeChat Brand Mention & Share-of-Voice Monitor](https://apify.com/scrupulous_buckler/wechat-brand-mention-share-of-voice-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrupulous_buckler/wechat-brand-mention-share-of-voice-monitor) to learn more, explore other use cases, and run it yourself.