# Monitor a brand in Google AI Overviews, weekly

**Use case:** 

Full answer text and cited sources from AI engines, sampled, with no scoring applied. For teams running their own analysis, or agents wanting raw material.

## Input

```json
{
  "brand": "Notion",
  "competitors": [
    "Airtable",
    "ClickUp"
  ],
  "industry": "project management software",
  "language": "en",
  "market": "US",
  "queries": [],
  "maxPrompts": 10,
  "samplesPerPrompt": 3,
  "engines": [
    "google_aio"
  ],
  "analysisMode": "full",
  "analysisModel": "openai/gpt-5.6-luna",
  "webhookUrl": ""
}
```

## Output

```json
{
  "engine": {
    "label": "Engine"
  },
  "promptIndex": {
    "label": "#"
  },
  "prompt": {
    "label": "Prompt"
  },
  "sampleIndex": {
    "label": "Sample"
  },
  "geoApplied": {
    "label": "Localized"
  },
  "status": {
    "label": "Status"
  },
  "analysis.brandMentioned": {
    "label": "Mentioned"
  },
  "analysis.brandPosition": {
    "label": "Position"
  },
  "analysis.sentiment": {
    "label": "Sentiment"
  },
  "analysis.recommendedBrand": {
    "label": "Recommends"
  },
  "durationMs": {
    "label": "Duration (ms)"
  },
  "fetchedAt": {
    "label": "Fetched at"
  }
}
```

## About this Actor

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