# Is ChatGPT recommending your brand? Free AI visibility check

**Use case:** 

Real example: Notion vs Evernote, Obsidian and Coda across ChatGPT and Perplexity. Share of voice, positions, cited sources. Swap in your brand and run it.

## Input

```json
{
  "brandName": "Notion",
  "brandAliases": [
    "Notion.so",
    "Notion AI"
  ],
  "competitors": [
    "Evernote",
    "Obsidian",
    "OneNote",
    "Coda"
  ],
  "queries": [
    "best note-taking app for teams",
    "Notion alternatives for personal knowledge management",
    "best app to organize my life and work"
  ],
  "engines": [
    "openai",
    "perplexity"
  ],
  "samplesPerQuery": 3,
  "notifyOnlyOnChange": false,
  "includeRecommendations": false
}
```

## Output

```json
{
  "engine": {
    "label": "AI engine",
    "format": "string"
  },
  "query": {
    "label": "Category query",
    "format": "string"
  },
  "shareOfVoice": {
    "label": "Share of voice",
    "format": "number"
  },
  "avgPosition": {
    "label": "Average position",
    "format": "number"
  },
  "samples": {
    "label": "Samples",
    "format": "integer"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Brand Watch - Brand Monitoring for ChatGPT, Claude & Gemini](https://apify.com/desvela/brand-watch) with a specific input configuration. Visit the [Actor detail page](https://apify.com/desvela/brand-watch) to learn more, explore other use cases, and run it yourself.