# How Often Does ChatGPT Mention My Brand vs Competitors

**Use case:** 

Measure your mention rate against named competitors in ChatGPT answers, with a stability flag so you know if a result is reliable.

## Input

```json
{
  "brand": "Zoom",
  "queries": [
    "What is the best video conferencing tool for teams?",
    "Which app is best for webinars?",
    "What should I use instead of Microsoft Teams?"
  ],
  "engines": [
    "openai"
  ],
  "useGrounding": true,
  "runsPerQuery": 3,
  "geminiModel": "gemini-2.5-flash"
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "engine": {
    "label": "Engine",
    "format": "text"
  },
  "mention_rate_pct": {
    "label": "Mention rate %",
    "format": "number"
  },
  "stability": {
    "label": "Stability",
    "format": "text"
  },
  "avg_prominence": {
    "label": "Prominence",
    "format": "number"
  },
  "competitors_mentioned": {
    "label": "Competitors named",
    "format": "array"
  },
  "recommended_action": {
    "label": "Recommended action",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Answer Visibility Monitor - GEO Brand Tracking API](https://apify.com/veska/ai-answer-visibility-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/veska/ai-answer-visibility-monitor) to learn more, explore other use cases, and run it yourself.