# Audit Your Brand Visibility in AI Search Answers

**Use case:** 

Run a multi-platform AI visibility audit measuring how ChatGPT, Claude, and Perplexity mention, cite, and rank your brand.

## Input

```json
{
  "brandName": "Notion",
  "websiteUrl": "https://www.notion.so",
  "marketCategory": "team productivity and notes software",
  "competitors": [
    "Coda",
    "Evernote",
    "Microsoft OneNote"
  ],
  "brandAliases": [],
  "prompts": [],
  "runPreset": "quick",
  "platforms": [
    "openai-mini",
    "claude-haiku",
    "perplexity-sonar"
  ],
  "country": "US",
  "language": "en",
  "includeRawAnswers": false,
  "dryRun": true
}
```

## Output

```json
{
  "observedAt": {
    "label": "Observed",
    "format": "date"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "prompt": {
    "label": "Prompt",
    "format": "text"
  },
  "platformLabel": {
    "label": "Platform",
    "format": "text"
  },
  "brandMentioned": {
    "label": "Mentioned",
    "format": "boolean"
  },
  "brandPosition": {
    "label": "Position",
    "format": "number"
  },
  "shareOfVoice": {
    "label": "Share of Voice",
    "format": "number"
  },
  "ownedDomainCited": {
    "label": "Owned cited",
    "format": "boolean"
  },
  "citedDomains": {
    "label": "Cited domains",
    "format": "array"
  },
  "directCitationCount": {
    "label": "Direct citations",
    "format": "number"
  },
  "thirdPartyCitationCount": {
    "label": "Third-party citations",
    "format": "number"
  },
  "providerRedirectCount": {
    "label": "Provider redirects",
    "format": "number"
  },
  "citationQuality": {
    "label": "Citation quality",
    "format": "text"
  },
  "sentimentLabel": {
    "label": "Sentiment",
    "format": "text"
  },
  "sentimentScore": {
    "label": "Sentiment score",
    "format": "number"
  },
  "competitorsMentioned": {
    "label": "Competitors",
    "format": "array"
  },
  "answerSnippet": {
    "label": "Answer evidence",
    "format": "text"
  },
  "chargedEvent": {
    "label": "PPE event",
    "format": "text"
  }
}
```

## About this Actor

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