# Track AI Overviews — Google AI Visibility Monitor

**Use case:** 

Track which brands and pages Google AI Overviews cite for your keywords. Monitor AI search visibility, citations, and competitors across prompts.

## Input

```json
{
  "prompts": [
    "best project management software",
    "best CRM for startups"
  ],
  "brandName": "YourBrand",
  "domain": "semrush.com",
  "competitors": [
    "Ahrefs",
    "Surfer SEO",
    "Conductor"
  ],
  "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.