# AI Overview tracker — Which domains google's AI cites

**Use case:** 

Check which of your keywords trigger a Google AI Overview and which domains it cites - plus your organic position under it. Pay per keyword.

## Input

```json
{
  "domain": "monday.com",
  "keywords": [
    "what is a kanban board",
    "how to write a project plan",
    "agile vs waterfall",
    "what is workflow automation",
    "how to prioritize tasks",
    "what is a gantt chart"
  ],
  "location": "United States",
  "language": "English",
  "device": "desktop",
  "depth": 20,
  "includeVolume": true,
  "seedFromDomain": false,
  "seedLimit": 100,
  "bypassRunCache": false
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "device": {
    "label": "Device",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "serp_depth": {
    "label": "Depth checked",
    "format": "number"
  },
  "ranking_url": {
    "label": "Ranking URL",
    "format": "link"
  },
  "search_volume": {
    "label": "Volume (mo, est.)",
    "format": "number"
  },
  "cpc": {
    "label": "CPC (est.)",
    "format": "number"
  },
  "ai_overview_present": {
    "label": "AI Overview",
    "format": "boolean"
  },
  "featured_snippet_domain": {
    "label": "Snippet owner",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "checked_at": {
    "label": "Checked at",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Rank Checker - Bulk SERP Position Tracker API & MCP](https://apify.com/doesaiknow/google-rank-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/doesaiknow/google-rank-checker) to learn more, explore other use cases, and run it yourself.