# Notion AI Brand Visibility Report

**Use case:** 

Monitor how Notion appears in AI responses, comparing visibility and mention rates against competitors like Asana and Trello. Get actionable insights on

## Input

```json
{
  "brand": "Notion",
  "category": "project management software",
  "brandDomain": "notion.so",
  "competitors": [
    "Asana",
    "Trello",
    "ClickUp",
    "Monday.com"
  ],
  "engines": [
    "gemini",
    "openai",
    "anthropic",
    "perplexity"
  ],
  "maxPromptsPerEngine": 5,
  "samplesPerPrompt": 3,
  "prompts": []
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "visibilityIndex": {
    "label": "AI Visibility Index (0-100)",
    "format": "integer"
  },
  "indexBand": {
    "label": "Band",
    "format": "string"
  },
  "visibilityIndexDelta": {
    "label": "Δ vs last run",
    "format": "number"
  },
  "visibilityScorePct": {
    "label": "Mention rate %",
    "format": "number"
  },
  "shareOfVoicePct": {
    "label": "Share of voice %",
    "format": "number"
  },
  "overallSentiment": {
    "label": "Sentiment",
    "format": "string"
  },
  "topCitedSourcesText": {
    "label": "Top cited sources",
    "format": "string"
  },
  "sourceGapText": {
    "label": "Citation gap (target these)",
    "format": "string"
  }
}
```

## About this Actor

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