# Track Competitors in ChatGPT Answers

**Use case:** 

See which competitors ChatGPT names when buyers ask your category questions, and how your mention rate compares against them.

## Input

```json
{
  "brand": "Asana",
  "queries": [
    "What is the best project management tool in 2026?",
    "Which tool is best for tracking team tasks?",
    "What should I use instead of Jira?"
  ],
  "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.