# Automate Monitoring Brand Mentions in AI Responses

**Use case:** 

Run Automate Monitoring Brand Mentions in AI Responses on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "brand": "Zendesk",
  "industry": "customer support and helpdesk software",
  "competitors": [
    "Intercom",
    "Freshdesk",
    "Help Scout"
  ],
  "llms": [
    "openai/gpt-4o-mini",
    "anthropic/claude-haiku-4.5",
    "google/gemini-2.0-flash-001"
  ],
  "aspects": [
    "automation",
    "AI agents",
    "pricing"
  ]
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "overall_sentiment": {
    "label": "Overall sentiment"
  },
  "brand_positioning": {
    "label": "Positioning",
    "format": "text"
  },
  "recommendation_likelihood": {
    "label": "Rec. Likelihood",
    "format": "text"
  }
}
```

## About this Actor

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