# Check if your brand appears in Google AI Overviews

**Use case:** 

See whether Google's AI Overview mentions your brand for any search. Get the full answer text and every cited source in one structured run.

## Input

```json
{
  "query": "best running shoes for flat feet",
  "gl": "us",
  "hl": "en"
}
```

## Output

```json
{
  "result_type": {
    "label": "Result Type",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "ai_overview_present": {
    "label": "AI Overview Present",
    "format": "boolean"
  },
  "used_dedicated_api": {
    "label": "Used Follow-up Fetch",
    "format": "boolean"
  },
  "retrievals_used": {
    "label": "Retrievals Used",
    "format": "integer"
  },
  "references": {
    "label": "References",
    "format": "array"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "fetched_at": {
    "label": "Fetched At",
    "format": "string"
  }
}
```

## About this Actor

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