# Website rank checker - Keywords your site ranks for

**Use case:** 

Check Google poAuto-discover thesitions for hundreds of keywords in one run: ranking URL, competitors above you & search volume. Pay per check, no subscription.

## Input

```json
{
  "domain": "monday.com",
  "keywords": [],
  "location": "United States",
  "language": "English",
  "device": "desktop",
  "depth": 20,
  "includeVolume": true,
  "seedFromDomain": true,
  "seedLimit": 25,
  "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.