# Track ChatGPT (OpenAI) Brand Mentions

**Use case:** 

Audit how ChatGPT-style OpenAI answers mention, rank, and cite your brand across high-intent buyer questions.

## Input

```json
{
  "brandName": "Linear",
  "websiteUrl": "https://linear.app",
  "marketCategory": "issue tracking and project management software",
  "competitors": [
    "Jira",
    "Asana",
    "ClickUp"
  ],
  "brandAliases": [],
  "prompts": [],
  "runPreset": "custom",
  "platforms": [
    "openai-mini",
    "openai-gpt"
  ],
  "samplesPerPrompt": 2,
  "maxPrompts": 8,
  "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.