# Google AI Mode vs AI Overview Coverage Tracker

**Use case:** 

Check the same queries against Google AI Overview and AI Mode to see which surface answers — full text and cited sources for each.

## Input

```json
{
  "queries": [
    "what is generative engine optimization",
    "how does google ai overview work",
    "best crm for small business"
  ],
  "engines": [
    "aiOverview",
    "aiMode"
  ],
  "countryCode": "us",
  "languageCode": "en",
  "device": "desktop",
  "maxQueries": 100,
  "includeAnswerHtml": false
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "engine": {
    "label": "Engine",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "aiAnswerPresent": {
    "label": "AI answer?",
    "format": "boolean"
  },
  "brandCited": {
    "label": "Brand cited?",
    "format": "boolean"
  },
  "brandMentioned": {
    "label": "Brand mentioned?",
    "format": "boolean"
  },
  "shareOfVoice": {
    "label": "Share of voice",
    "format": "number"
  },
  "answerText": {
    "label": "Answer",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

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