# Chinese AI Brand Visibility — DeepSeek, Qwen, Kimi

**Use case:** 

See if Chinese AI engines (DeepSeek, Qwen, Kimi, GLM) mention your brand — mentions, sentiment, rank, competitors. Free demo sample, no API key.

## Input

```json
{
  "brand": "Nike",
  "competitorBrands": [
    "Li-Ning",
    "Anta"
  ],
  "prompts": [
    "What are the best running shoe brands in China?",
    "Which sneaker brands do you recommend?",
    "Is Nike a good choice for runners?"
  ],
  "engines": [
    "deepseek"
  ],
  "apiKeys": "***",
  "deltaMode": false,
  "deltaStateKey": "default",
  "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.