# Check product launch visibility in AI recommendations

**Use case:** 

Check whether a newly launched product appears in AI answer shortlists for its category, with rank and citation evidence.

## Input

```json
{
  "targetName": "Notion",
  "targetDomain": "notion.so",
  "industry": "productivity software",
  "competitors": [
    "Bright Data",
    "Octoparse"
  ],
  "queries": [
    "Rank the best web scraping tools for agencies",
    "What are the top alternatives to Apify?"
  ],
  "queryTemplates": [
    "recommendations",
    "alternatives"
  ],
  "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.