# Monitor Competitor Co-Mentions in AI Answers

**Use case:** 

Track which competitor brands appear alongside your brand in AI-generated responses and how often they co-occur.

## Input

```json
{
  "brandName": "HubSpot",
  "brandDomain": "ahrefs.com",
  "competitors": [
    "Salesforce",
    "Pipedrive",
    "Zoho CRM"
  ],
  "platforms": [
    "perplexity",
    "chatgpt",
    "gemini"
  ],
  "queryTemplates": [
    "comparisons",
    "alternatives",
    "recommendations"
  ],
  "maxQueriesPerPlatform": 3,
  "responseFormat": "detailed",
  "industry": "CRM",
  "demoMode": false
}
```

## Output

```json
{
  "run_id": {
    "label": "Run ID",
    "format": "string"
  },
  "platform": {
    "label": "AI Platform",
    "format": "string"
  },
  "query": {
    "label": "Search Query",
    "format": "string"
  },
  "query_category": {
    "label": "Query Category",
    "format": "string"
  },
  "brand_name": {
    "label": "Brand Name",
    "format": "string"
  },
  "brand_mentioned": {
    "label": "Brand Mentioned",
    "format": "boolean"
  },
  "brand_mention_count": {
    "label": "Brand Mention Count",
    "format": "integer"
  },
  "brand_share_of_voice": {
    "label": "Brand Share of Voice",
    "format": "number"
  },
  "mention_position_score": {
    "label": "Mention Position Score",
    "format": "integer"
  },
  "sentiment": {
    "label": "Brand Sentiment",
    "format": "string"
  },
  "mention_context": {
    "label": "Mention Context",
    "format": "string"
  },
  "is_cited_as_source": {
    "label": "Cited as Source",
    "format": "boolean"
  },
  "cited_url": {
    "label": "Brand Citation URL",
    "format": "string"
  },
  "total_sources_cited": {
    "label": "Total Sources Cited",
    "format": "integer"
  },
  "competitor_mentions": {
    "label": "Competitor Mentions",
    "format": "array"
  },
  "competitor_mention_count": {
    "label": "Competitor Mention Count",
    "format": "integer"
  },
  "ai_response_summary": {
    "label": "AI Response Summary",
    "format": "string"
  },
  "model_used": {
    "label": "AI Model Used",
    "format": "string"
  },
  "scraped_at": {
    "label": "Checked At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Brand Monitor — Perplexity, ChatGPT, Claude & Gemini](https://apify.com/khadinakbar/ai-search-brand-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/ai-search-brand-monitor) to learn more, explore other use cases, and run it yourself.