Skip to main content
Glama

DataForSEO MCP Server

Apache 2.0
627

keywords_data_google_trends_explore

Analyze keyword popularity trends from Google Trends Explore for Search, News, Images, Shopping, and YouTube. Track keyword performance by location, language, and time range to inform search strategy.

Instructions

This endpoint will provide you with the keyword popularity data from the ‘Explore’ feature of Google Trends. You can check keyword trends for Google Search, Google News, Google Images, Google Shopping, and YouTube

Input Schema

NameRequiredDescriptionDefault
category_codeNogoogle trends search category you can receive the list of available categories with their category_code by making a separate request to the keywords_data_google_trends_categories tool
date_fromNostarting date of the time range if you don’t specify this field, the current day and month of the preceding year will be used by default minimal value for the web type: 2004-01-01 minimal value for other types: 2008-01-01 date format: "yyyy-mm-dd" example: "2019-01-15"
date_toNoending date of the time range if you don’t specify this field, the today’s date will be used by default date format: "yyyy-mm-dd" example: "2019-01-15"
item_typesNotypes of items returned to speed up the execution of the request, specify one item at a time
keywordsYeskeywords the maximum number of keywords you can specify: 5 the maximum number of characters you can specify in a keyword: 100 the minimum number of characters must be greater than 1 comma characters (,) in the specified keywords will be unset and ignored Note: keywords cannot consist of a combination of the following characters: < > | " - + = ~ ! : * ( ) [ ] { } Note: to obtain google_trends_topics_list and google_trends_queries_list items, specify no more than 1 keyword
language_codeNoLanguage two-letter ISO code (e.g., 'en'). optional field
location_nameNofull name of the location optional field in format "Country" example: United Kingdom
time_rangeNopreset time ranges if you specify date_from or date_to parameters, this field will be ignored when setting a taskpast_7_days
typeNogoogle trends typeweb

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "category_code": { "default": null, "description": "google trends search category\n you can receive the list of available categories with their category_code by making a separate request to the keywords_data_google_trends_categories tool", "type": [ "number", "null" ] }, "date_from": { "description": "starting date of the time range\n if you don’t specify this field, the current day and month of the preceding year will be used by default\n minimal value for the web type: 2004-01-01\n minimal value for other types: 2008-01-01\n date format: \"yyyy-mm-dd\"\n example:\n \"2019-01-15\"", "type": "string" }, "date_to": { "description": "ending date of the time range\n if you don’t specify this field, the today’s date will be used by default\n date format: \"yyyy-mm-dd\"\n example:\n \"2019-01-15\"", "type": "string" }, "item_types": { "default": [ "google_trends_graph" ], "description": "types of items returned\n to speed up the execution of the request, specify one item at a time", "items": { "enum": [ "google_trends_graph", "google_trends_map", "google_trends_topics_list", "google_trends_queries_list" ], "type": "string" }, "type": "array" }, "keywords": { "description": "keywords\n the maximum number of keywords you can specify: 5\n the maximum number of characters you can specify in a keyword: 100\n the minimum number of characters must be greater than 1\n comma characters (,) in the specified keywords will be unset and ignored\n Note: keywords cannot consist of a combination of the following characters: < > | \" - + = ~ ! : * ( ) [ ] { }\n\n Note: to obtain google_trends_topics_list and google_trends_queries_list items, specify no more than 1 keyword", "items": { "type": "string" }, "type": "array" }, "language_code": { "default": null, "description": "Language two-letter ISO code (e.g., 'en').\n optional field", "type": [ "string", "null" ] }, "location_name": { "default": null, "description": "full name of the location\n optional field\n in format \"Country\"\n example:\n United Kingdom", "type": [ "string", "null" ] }, "time_range": { "default": "past_7_days", "description": "preset time ranges\n if you specify date_from or date_to parameters, this field will be ignored when setting a task", "enum": [ "past_hour", "past_4_hours", "past_day", "past_7_days", "past_30_days", "past_90_days", "past_12_months", "past_5_years" ], "type": "string" }, "type": { "default": "web", "description": "google trends type", "enum": [ "web", "news", "youtube", "images", "froogle" ], "type": "string" } }, "required": [ "keywords" ], "type": "object" }
Install Server

Other Tools from DataForSEO MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ravinwebsurgeon/seo-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server