# Track Brand Visibility Across AI Search Results

**Use case:** 

Monitor how a brand appears in AI-generated answers for category and recommendation queries across major platforms.

## Input

```json
{
  "brandName": "Notion",
  "brandDomain": "notion.so",
  "platforms": [
    "perplexity",
    "chatgpt",
    "gemini"
  ],
  "queryTemplates": [
    "best_tools",
    "recommendations",
    "comparisons"
  ],
  "maxQueriesPerPlatform": 3,
  "responseFormat": "concise",
  "industry": "productivity software",
  "demoMode": false
}
```

## Output

```json
{
  "run_id": {
    "label": "Run ID",
    "format": "string"
  },
  "platform": {
    "label": "AI Platform",
    "format": "string"
  },
  "query_category": {
    "label": "Query Category",
    "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"
  },
  "is_cited_as_source": {
    "label": "Cited as Source",
    "format": "boolean"
  },
  "competitor_mentions": {
    "label": "Competitor Mentions",
    "format": "array"
  }
}
```

## 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.