# Track Seasonal Keyword Trends Over 24 Months

**Use case:** 

Get month-by-month Google search volume history for any keyword over 24 months. Spot seasonal peaks, plan content calendars, time campaigns using real Google.

## Input

```json
{
  "tool": "get_historical_keyword_data",
  "keywords": "Digital Marketing",
  "locations": [
    "United States"
  ],
  "resultLimit": 5,
  "exportCsv": false,
  "languageId": "1000"
}
```

## Output

```json
{
  "success": {
    "label": "Success",
    "format": "boolean"
  },
  "toolUsed": {
    "label": "Tool Used",
    "format": "string"
  },
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "string"
  },
  "data": {
    "label": "Keyword Data",
    "format": "string"
  },
  "error": {
    "label": "Error Message",
    "format": "string"
  },
  "errorType": {
    "label": "Error Type",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Keyword Planner MCP](https://apify.com/smacient/google-keyword-planner-mcp) with a specific input configuration. Visit the [Actor detail page](https://apify.com/smacient/google-keyword-planner-mcp) to learn more, explore other use cases, and run it yourself.