# See if your brand is cited in AI Overviews

**Use case:** 

Run your top buyer queries through Google and find out whether the AI Overview names your brand, cites your domain, or leaves you out completely.

## Input

```json
{
  "brandName": "Apify",
  "brandDomains": [
    "apify.com"
  ],
  "queries": [
    "best web scraping platform",
    "how to scrape a website without coding"
  ],
  "countryCode": "us"
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "brandVisible": {
    "label": "Brand visible",
    "format": "boolean"
  },
  "brandCitedAsSource": {
    "label": "Brand cited as source",
    "format": "boolean"
  },
  "changeSinceLastRun": {
    "label": "Change since last run",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

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