# Google Keyword Search Volume Data Extractor

**Use case:** 

Extract detailed metrics for keywords like 'google' and 'houses in france'. Get search volume, competition, CPC, and more.

## Input

```json
{
  "keywords": [
    "google",
    "houses in france",
    "airbnb scraper"
  ]
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "search_partners": {
    "label": "Search Partners",
    "format": "boolean"
  },
  "competition": {
    "label": "Competition",
    "format": "text"
  },
  "competition_index": {
    "label": "Competition Index",
    "format": "number"
  },
  "search_volume": {
    "label": "Search Volume",
    "format": "number"
  },
  "low_top_of_page_bid": {
    "label": "Low Bid",
    "format": "number"
  },
  "high_top_of_page_bid": {
    "label": "High Bid",
    "format": "number"
  },
  "cpc": {
    "label": "CPC",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Keyword Data Extractor bulk](https://apify.com/iskander/google-keyword-search-volume-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/iskander/google-keyword-search-volume-api) to learn more, explore other use cases, and run it yourself.