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
AI agents call kw_data_google_trends_explore to retrieve information from Dataforseo without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | — | google trends type |
date_to | string | — | ending 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" |
keywords | array | Yes | keywords the maximum number of keywords you can specify: 5 the maximum number of characters you can specify in a keyword: 100 the minimu |
date_from | string | — | starting 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 min |
item_types | array | — | types of items returned to speed up the execution of the request, specify one item at a time |
time_range | string | — | preset time ranges if you specify date_from or date_to parameters, this field will be ignored when setting a task |
category_code | object | — | google trends search category you can receive the list of available categories with their category_code by making a separate request to the keywords |
language_code | object | — | Language two-letter ISO code (e.g., 'en'). optional field |
location_name | object | — | full name of the location optional field in format "Country" example: United Kingdom |
Parameters from the server's own tool schema.
This is a data retrieval tool that queries Google Trends popularity metrics. It performs read-only operations that return analytical data about keyword trends across different Google services. There are no side effects, data modifications, destructive operations, financial transactions, or code execution involved.
From the tool's definition The tool 'provide[s] you with the keyword popularity data' and 'check[s] keyword trends' — operations that retrieve and query trend data without modification, deletion, or external execution.
Attacks that exploit this kind of access
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. It is categorised as a Read tool in the Dataforseo MCP Server, which means it retrieves data without modifying state.
kw_data_google_trends_explore accepts 9 parameters: type, date_to, keywords, date_from, item_types, time_range, category_code, language_code, location_name. Required: keywords. The full parameter table on this page comes from the server's own tool schema.
Register the Dataforseo MCP server in PolicyLayer and add a rule for kw_data_google_trends_explore: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Dataforseo. Nothing to install.
kw_data_google_trends_explore is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the kw_data_google_trends_explore rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for kw_data_google_trends_explore. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
kw_data_google_trends_explore is provided by the Dataforseo MCP server (dataforseo-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.