serpapi_google_trends
ActiveTool of Serpapi
Get Google Trends interest-over-time for `<terms>` — returns the requested trends block (interest over time, by region, or related queries) via SerpApi. Example: serpapi_google_trends({ q: "bitcoin,ethereum", date: "today 12-m", geo: "US", _apiKey: "your-serpapi-key" })
Parameters schema
{
"type": "object",
"required": [
"q",
"_apiKey"
],
"properties": {
"q": {
"type": "string",
"description": "Up to 5 comma-separated terms to compare, e.g. \"bitcoin,ethereum\""
},
"geo": {
"type": "string",
"description": "Optional two-letter geo code to scope the trend, e.g. \"US\", \"GB\""
},
"date": {
"type": "string",
"description": "Optional time range, e.g. \"today 12-m\", \"today 5-y\", \"2021-01-01 2021-12-31\""
},
"_apiKey": {
"type": "string",
"description": "SerpApi API key (get one at serpapi.com)"
},
"data_type": {
"type": "string",
"description": "Trends block to return (default \"TIMESERIES\"). One of TIMESERIES, GEO_MAP, GEO_MAP_0, RELATED_QUERIES"
}
}
}Parent server
Serpapi
https://github.com/pipeworx-io/mcp-serpapi
1/7 registries