# Monitor Brand Mentions in AI Search (ChatGPT, Gemini, Claude

**Use case:** 

Run Monitor Brand Mentions in AI Search (ChatGPT, Gemini, Claude) on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "brand": "HubSpot",
  "domain": "hubspot.com",
  "keywords": [
    "best CRM software",
    "marketing automation platform",
    "sales pipeline tool"
  ],
  "competitors": [
    "Salesforce",
    "Pipedrive",
    "Zoho"
  ],
  "llms": [
    "openai/gpt-4o-mini",
    "anthropic/claude-haiku-4.5",
    "google/gemini-2.0-flash-001"
  ],
  "promptsPerKeyword": 5,
  "includePerplexity": false,
  "country": "US",
  "language": "en"
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "domain": {
    "label": "Domain"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "geo_score": {
    "label": "GEO Score",
    "format": "number"
  },
  "mention_rate": {
    "label": "Mention %",
    "format": "number"
  },
  "citation_rate": {
    "label": "Citation %",
    "format": "number"
  },
  "platform_coverage": {
    "label": "Platform Coverage %",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [GEO Visibility Score - AI Brand Monitoring](https://apify.com/dltik/geo-visibility-score) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dltik/geo-visibility-score) to learn more, explore other use cases, and run it yourself.