# Audit Brand Visibility Across AI Answers

**Use case:** 

Checks how often a brand appears in AI answers and how it is positioned across selected platforms, with one row per prompt and platform.

## Input

```json
{
  "brandName": "Apify",
  "targetDomain": "apify.com",
  "industry": "web scraping tools",
  "competitors": [
    "Bright Data",
    "Octoparse"
  ],
  "queries": [
    "What are the best web scraping tools?",
    "Is Apify good for data extraction?"
  ],
  "queryTemplates": [
    "recommendations",
    "category_leaders"
  ],
  "platforms": [
    "perplexity",
    "chatgpt",
    "gemini"
  ],
  "maxQueries": 3,
  "responseFormat": "concise",
  "webhookUrl": "https://hooks.zapier.com/hooks/catch/123/abc",
  "demoMode": false
}
```

## Output

```json
{
  "queryCategory": {
    "label": "Query Category",
    "format": "string"
  },
  "platform": {
    "label": "AI Platform",
    "format": "string"
  },
  "brandMentioned": {
    "label": "Brand Mentioned",
    "format": "boolean"
  },
  "brandPosition": {
    "label": "Brand Position",
    "format": "integer"
  },
  "brandShareOfVoice": {
    "label": "Brand Share of Voice",
    "format": "number"
  },
  "domainCited": {
    "label": "Domain Cited",
    "format": "boolean"
  },
  "sentiment": {
    "label": "Sentiment",
    "format": "string"
  },
  "competitorMentions": {
    "label": "Competitor Mentions",
    "format": "array"
  }
}
```

## About this Actor

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