keywords-explorer-volume-history
Analyze historical search volume trends for specific keywords in selected countries and date ranges. Gain insights to optimize SEO strategies effectively.
Instructions
Retrieves historical search volume data for a specified keyword within a given country and date range. Use doc tool first to get the real input schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
country | Yes | ||
date_from | No | ||
date_to | No | ||
keyword | Yes |
Input Schema (JSON Schema)
{
"properties": {
"country": {
"type": "string"
},
"date_from": {
"type": "string"
},
"date_to": {
"type": "string"
},
"keyword": {
"type": "string"
}
},
"required": [
"country",
"keyword"
],
"type": "object"
}