# Keyword position checker with CPC & Volume per keyword

**Use case:** 

Audit keyword positions and sort losses by CPC value. One row per keyword: position, competitors, SERP features, search volume. Pay per use.

## Input

```json
{
  "domain": "hubspot.com",
  "keywords": [
    "crm software",
    "email marketing software",
    "marketing automation",
    "sales pipeline",
    "customer relationship management",
    "free crm"
  ],
  "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.