# List the competitor domains cited instead of you

**Use case:** 

For every query where the AI Overview leaves your brand out, get the exact domains Google cited, so you know which pages to study and to outrank.

## Input

```json
{
  "brandName": "AcmeCRM",
  "brandDomains": [
    "acmecrm.com"
  ],
  "queries": [
    "best crm for small business",
    "crm with flat pricing",
    "cheapest crm for startups"
  ],
  "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.