# AI Brand Monitoring for SaaS - Sentiment Across LLMs

**Use case:** 

Run AI Brand Monitoring for SaaS - Sentiment Across LLMs on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "brand": "Notion",
  "industry": "productivity and workspace software",
  "competitors": [
    "Coda",
    "Confluence",
    "ClickUp",
    "Obsidian"
  ],
  "llms": [
    "openai/gpt-4o-mini",
    "anthropic/claude-haiku-4.5",
    "google/gemini-2.0-flash-001"
  ],
  "aspects": [
    "collaboration",
    "pricing",
    "AI features"
  ]
}
```

## 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.