# AI Visibility Monitoring - ChatGPT, Perplexity, Gemini

**Use case:** 

Monitor brand mentions and share of voice in ChatGPT, Perplexity and Gemini answers - spot gaps before competitors. Free demo scan.

## Input

```json
{
  "brand": "Ahrefs",
  "queries": [
    "best SEO tool",
    "Ahrefs alternatives",
    "best backlink checker"
  ],
  "language": "us",
  "competitors": [
    "Semrush",
    "Moz",
    "Ubersuggest"
  ],
  "category": "SEO tools",
  "platforms": [
    "chatgpt",
    "perplexity",
    "gemini"
  ],
  "tier": "demo"
}
```

## Output

```json
{
  "brand": {
    "label": "Target brand",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "language": {
    "label": "Language / country",
    "format": "text"
  },
  "tier": {
    "label": "Tier",
    "format": "text"
  },
  "summary": {
    "label": "Summary metrics",
    "format": "object"
  },
  "competitors": {
    "label": "Competitor rows",
    "format": "array"
  },
  "per_platform": {
    "label": "Per-platform (target)",
    "format": "array"
  },
  "per_platform_per_brand": {
    "label": "Per-platform x per-brand matrix",
    "format": "array"
  },
  "top_cited_domains": {
    "label": "Top cited domains",
    "format": "array"
  },
  "completed_at": {
    "label": "Completed at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Brand Visibility Tracker - ChatGPT, Perplexity, Gemini](https://apify.com/doesaiknow/ai-brand-visibility-tracker-chatgpt-perplexity-gemini) with a specific input configuration. Visit the [Actor detail page](https://apify.com/doesaiknow/ai-brand-visibility-tracker-chatgpt-perplexity-gemini) to learn more, explore other use cases, and run it yourself.