# High-CPC Keyword Finder - Bulk CPC, Volume & Trend

**Use case:** 

Find the highest-CPC keywords in any niche. Bulk CPC, search volume & 12-month trend from Google + Bing. Pay-per-use, $0.99/1k, no subscription.

## Input

```json
{
  "keywords": [
    "car insurance quotes",
    "mesothelioma lawyer",
    "personal injury attorney",
    "business loan",
    "crm software",
    "seo agency",
    "life insurance",
    "data recovery"
  ],
  "country": "us",
  "language": "en",
  "bypassRunCache": false
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "google_search_volume": {
    "label": "Google volume",
    "format": "number"
  },
  "google_cpc": {
    "label": "Google CPC",
    "format": "number"
  },
  "google_competition": {
    "label": "Google competition",
    "format": "text"
  },
  "bing_search_volume": {
    "label": "Bing volume",
    "format": "number"
  },
  "bing_cpc": {
    "label": "Bing CPC",
    "format": "number"
  },
  "bing_competition": {
    "label": "Bing competition",
    "format": "text"
  },
  "trend": {
    "label": "Trend",
    "format": "text"
  },
  "mom_change_pct": {
    "label": "MoM Δ %",
    "format": "number"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Keyword Metrics Pro - Google + Bing Volume, CPC & Trend](https://apify.com/doesaiknow/doesaiknow-keyword-metrics-apify) with a specific input configuration. Visit the [Actor detail page](https://apify.com/doesaiknow/doesaiknow-keyword-metrics-apify) to learn more, explore other use cases, and run it yourself.