# LLM Visibility Tool - Does ChatGPT Mention Your Brand?

**Use case:** 

LLM visibility tool: check whether large language models (ChatGPT, Perplexity, Gemini) surface your brand for key prompts. Free demo scan.

## Input

```json
{
  "brand": "HubSpot",
  "queries": [
    "best CRM 2026",
    "HubSpot review",
    "alternatives to HubSpot"
  ],
  "language": "us",
  "competitors": [
    "Salesforce",
    "Zoho",
    "Pipedrive"
  ],
  "category": "CRM software",
  "platforms": [
    "chatgpt",
    "perplexity",
    "gemini"
  ],
  "tier": "demo"
}
```

## Output

```json
{
  "brand": {
    "label": "Target brand",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "language": {
    "label": "Language / country",
    "format": "text"
  },
  "tier": {
    "label": "Tier",
    "format": "text"
  },
  "summary": {
    "label": "Summary metrics",
    "format": "object"
  },
  "competitors": {
    "label": "Competitor rows",
    "format": "array"
  },
  "per_platform": {
    "label": "Per-platform (target)",
    "format": "array"
  },
  "per_platform_per_brand": {
    "label": "Per-platform x per-brand matrix",
    "format": "array"
  },
  "top_cited_domains": {
    "label": "Top cited domains",
    "format": "array"
  },
  "completed_at": {
    "label": "Completed at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Brand Visibility Tracker - ChatGPT, Perplexity, Gemini](https://apify.com/doesaiknow/ai-brand-visibility-tracker-chatgpt-perplexity-gemini) with a specific input configuration. Visit the [Actor detail page](https://apify.com/doesaiknow/ai-brand-visibility-tracker-chatgpt-perplexity-gemini) to learn more, explore other use cases, and run it yourself.