# Bing Keyword Research Tool - Volume & CPC

**Use case:** 

Real Bing keyword search volume + CPC, side by side with Google - the data Ahrefs & Semrush skip. Bulk, pay-per-use, no subscription.

## Input

```json
{
  "keywords": [
    "running shoes",
    "project management software",
    "email marketing",
    "yoga mat",
    "electric car"
  ],
  "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.