# See which sites Google AI Overview cites for a keyword

**Use case:** 

Reveal which websites Google's AI Overview cites for any keyword. Get the answer text plus every source link, title, and position in one run.

## Input

```json
{
  "query": "best crm software",
  "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.