Get Keyword Search Volume
marketing_miner_get_search_volumeRetrieve monthly search volume, CPC, year-over-year change, peak month, and 12-month seasonality for a single keyword to analyze performance and trends.
Instructions
Fetch monthly search volume, CPC, year-over-year change, peak month and full 12-month seasonality for a single keyword.
Args:
lang: Market code (cs/sk/pl/hu/ro/gb/us).
keyword: Keyword to analyze (2-80 chars).
response_format: 'markdown' (default) or 'json'.
Returns a single record with: keyword, search_volume, cpc{value, currency_code}, yoy_change, peak_month, monthly_sv (12 months).
Use when you need volume/CPC/seasonality for ONE keyword. For multiple keywords, use marketing_miner_batch_search_volume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | Yes | Language/market code. 'gb' = United Kingdom, 'us' = United States. | |
| keyword | Yes | Keyword to analyze (2-80 chars). | |
| response_format | No | Output format. 'markdown' for human reading, 'json' for structured processing. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | ||
| search_volume | Yes | ||
| cpc | Yes | ||
| yoy_change | Yes | ||
| peak_month | Yes | ||
| monthly_sv | Yes |