# Monitor Brand Visibility in AI Interfaces like ChatGPT

**Use case:** 

Run Monitor Brand Visibility in AI Interfaces like ChatGPT on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "brand": "Shopify",
  "industry": "ecommerce platform",
  "competitors": [
    "WooCommerce",
    "BigCommerce",
    "Wix",
    "Squarespace"
  ],
  "llms": [
    "openai/gpt-4o-mini",
    "openai/gpt-4o",
    "anthropic/claude-haiku-4.5"
  ],
  "aspects": [
    "ease of setup",
    "app ecosystem",
    "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.