# Find AI Prompt Gaps vs Competitors

**Use case:** 

Discover the category questions where AI recommends competitors but never mentions your brand, ready for GEO targeting.

## Input

```json
{
  "brandName": "Mailchimp",
  "websiteUrl": "https://mailchimp.com",
  "marketCategory": "email marketing software",
  "competitors": [
    "Klaviyo",
    "ConvertKit",
    "Brevo",
    "Constant Contact"
  ],
  "brandAliases": [],
  "prompts": [],
  "runPreset": "custom",
  "platforms": [
    "openai-gpt",
    "claude-sonnet",
    "perplexity-sonar-pro"
  ],
  "maxPrompts": 12,
  "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.