# Track brand visibility in AI answer shortlists

**Use case:** 

Measure where a brand appears in AI recommendation shortlists and which sources support the result, with evidence by platform and query.

## Input

```json
{
  "targetName": "Apify",
  "targetDomain": "apify.com",
  "industry": "web scraping tools",
  "competitors": [
    "Bright Data",
    "Octoparse"
  ],
  "queries": [
    "Rank the best web scraping tools for agencies",
    "What are the top alternatives to Apify?"
  ],
  "queryTemplates": [
    "recommendations",
    "category_leaders"
  ],
  "platforms": [
    "perplexity",
    "chatgpt",
    "gemini"
  ],
  "maxQueries": 2,
  "maxRankedEntities": 10,
  "responseFormat": "concise",
  "webhookUrl": "https://hooks.zapier.com/hooks/catch/123/abc",
  "demoMode": false
}
```

## Output

```json
{
  "queryCategory": {
    "label": "Query Category",
    "format": "string"
  },
  "platform": {
    "label": "AI Platform",
    "format": "string"
  },
  "targetRank": {
    "label": "Target Rank",
    "format": "integer"
  },
  "rankBucket": {
    "label": "Rank Bucket",
    "format": "string"
  },
  "aiRankScore": {
    "label": "AI Rank Score",
    "format": "integer"
  },
  "winningEntity": {
    "label": "Winning Entity",
    "format": "string"
  },
  "rankedEntities": {
    "label": "Ranked Entities",
    "format": "array"
  },
  "domainCited": {
    "label": "Domain Cited",
    "format": "boolean"
  },
  "targetShareOfVoice": {
    "label": "Target Share Of Voice",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Rank Tracker - ChatGPT, Perplexity & Gemini](https://apify.com/khadinakbar/ai-rank-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/ai-rank-tracker) to learn more, explore other use cases, and run it yourself.