# Google AI Overview Tracker

**Use case:** 

Monitor Google AI Overview presence and citations over time. Daily tracking of AI Overview triggers, sources and competitor mentions.

## Input

```json
{
  "engine": "google_ai_overview",
  "prompts": [
    "best AI visibility tracker",
    "best GEO tools for SaaS SEO",
    "AI search visibility software"
  ],
  "brandName": "Semrush",
  "domain": "semrush.com",
  "competitors": [
    "Ahrefs",
    "Surfer SEO"
  ],
  "country": "US",
  "language": "en",
  "maxPrompts": 5,
  "timeoutSeconds": 30,
  "maxConcurrency": 1,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "prompt": {
    "label": "Prompt"
  },
  "aiOverviewAvailable": {
    "label": "AI Overview"
  },
  "targetBrandMentioned": {
    "label": "Brand Mentioned"
  },
  "targetDomainCited": {
    "label": "Domain Cited"
  },
  "visibilityStatus": {
    "label": "Visibility Status"
  },
  "visibilityScore": {
    "label": "Score"
  },
  "competitorMentions": {
    "label": "Competitors"
  },
  "sourceCount": {
    "label": "Source Count"
  },
  "competitorCount": {
    "label": "Competitor Count"
  },
  "sourceDomains": {
    "label": "Sources"
  },
  "engineStatus": {
    "label": "Status"
  },
  "runtimeSeconds": {
    "label": "Seconds"
  }
}
```

## About this Actor

This example demonstrates how to use [Google AI Overview Tracker & AI Visibility API](https://apify.com/tugelbay/google-ai-overview-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tugelbay/google-ai-overview-tracker) to learn more, explore other use cases, and run it yourself.