# Weekly DeepSeek Brand Visibility Monitor

**Use case:** 

Schedule a weekly check of whether Chinese AI engines (DeepSeek, Qwen, Kimi, GLM) recommend your brand vs competitors — delta mode returns only what changed.

## Input

```json
{
  "brand": "Starbucks",
  "competitorBrands": [
    "Luckin Coffee",
    "Manner"
  ],
  "prompts": [
    "What are the best coffee chains in China?",
    "Where should I get coffee?",
    "Is Starbucks popular in China?"
  ],
  "engines": [
    "deepseek"
  ],
  "apiKeys": "***",
  "deltaMode": true,
  "deltaStateKey": "starbucks-weekly",
  "maxChecks": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "brand": {
    "label": "Brand"
  },
  "engine": {
    "label": "Engine"
  },
  "model": {
    "label": "Model"
  },
  "prompt": {
    "label": "Prompt"
  },
  "mentioned": {
    "label": "Mentioned"
  },
  "sentiment": {
    "label": "Sentiment"
  },
  "sentimentScore": {
    "label": "Score"
  },
  "rank": {
    "label": "Rank"
  },
  "shareOfVoice": {
    "label": "Share of voice"
  },
  "competitorsMentioned": {
    "label": "Competitors"
  },
  "citations": {
    "label": "Cited sources"
  },
  "changed": {
    "label": "Changed"
  },
  "answerSnippet": {
    "label": "Answer snippet"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Brand Visibility Monitor — Chinese + Western engines](https://apify.com/zhorex/ai-brand-visibility-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zhorex/ai-brand-visibility-monitor) to learn more, explore other use cases, and run it yourself.