# Notion Brand Visibility Tracker for AI Queries

**Use case:** 

Check if AI assistants recommend Notion for key queries like note-taking and project management. See your ranking, mentions, and competitor citations.

## Input

```json
{
  "brand": "Notion",
  "queries": [
    "best note-taking app",
    "best project management tool for startups"
  ],
  "models": [
    "perplexity/sonar"
  ],
  "lang": "en",
  "openrouterApiKey": "***",
  "maxConcurrency": 1
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "mentioned": {
    "label": "Mentioned",
    "format": "boolean"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "competitorsCited": {
    "label": "Competitors",
    "format": "array"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

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