# Monitor brand citations in Google AI Overviews

**Use case:** 

Check whether your domain is cited in Google AI Overviews for branded and non-branded queries, with source evidence for each result.

## Input

```json
{
  "queries": [
    "apify",
    "best SEO tools for teams"
  ],
  "targetDomain": "apify.com",
  "countryCode": "us",
  "languageCode": "en",
  "device": "desktop",
  "maxRetries": 2,
  "forceSerpapi": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "aioPresent": {
    "label": "AIO?",
    "format": "boolean"
  },
  "brandMatch": {
    "label": "Brand match",
    "format": "object"
  },
  "sourceCount": {
    "label": "Sources",
    "format": "integer"
  },
  "sources": {
    "label": "Citations",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Google AI Overviews Scraper](https://apify.com/khadinakbar/google-ai-overviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/google-ai-overviews-scraper) to learn more, explore other use cases, and run it yourself.