This endpoint will provide you with the keywords for which specified pages rank within the same SERP. You will get search volume, competition, cost-per-click and impressions data on each intersecting keyword. Along with that, you will get data on SERP elements that specified pages rank for in sea...
AI agents call dataforseo_labs_google_page_intersection 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 |
|---|---|---|---|
limit | number | — | Maximum number of keywords to return |
pages | array | Yes | pages array required field you can set up to 20 pages in this object the pages should be specified with absolute URLs (including http:// or https://) if you spe |
offset | number | — | offset in the results array of returned keywords optional field default value: 0 if you specify the 10 value, the first ten keywords in |
filters | array | — | Array-based filter expression. A single condition is a 3-element array: [field, operator, value]. Combine conditions with ["and"|"or"] between them: [condition, |
order_by | array | — | results sorting rules optional field you can use the same values as in the filters array to sort the results possible sorting types: asc – results will be sorte |
item_types | array | — | display results by item type indicates the type of search results included in the response |
exclude_pages | array | — | URLs of pages you want to exclude optional field you can set up to 10 pages in this array if you use this array, results will contain the keywords for which URL |
language_code | string | — | language code required field example: en |
location_name | string | — | full name of the location required field only in format "Country" (not "City" or "Region") example: 'United Kingdom', 'United States', 'Canada' |
ignore_synonyms | boolean | — | ignore highly similar keywords, if set to true, results will be more accurate |
intersection_mode | string | — | indicates whether to intersect keywords optional field use this field to intersect or merge results for the specified URLs possible values: union, intersect un |
include_clickstream_data | boolean | — | Include or exclude data from clickstream-based metrics in the result |
Parameters from the server's own tool schema.
This tool retrieves and queries search engine optimization data (keywords, search volume, competition metrics, SERP elements, traffic estimates) from the DataForSEO platform. It has no side effects on data; it only reads and aggregates existing SEO metrics. It does not create, modify, delete, or execute arbitrary code. The blast radius of misuse is limited to information disclosure of SEO competitive intelligence.
From the tool's definition The tool description indicates it 'will provide you with the keywords' and 'You will get search volume, competition, cost-per-click and impressions data' – all retrieval operations.
Risk signalsHigh parameter count (12 properties)
Attacks that exploit this kind of access
This endpoint will provide you with the keywords for which specified pages rank within the same SERP. You will get search volume, competition, cost-per-click and impressions data on each intersecting keyword. Along with that, you will get data on SERP elements that specified pages rank for in search results, as well as the estimated traffic volume and cost of ad traffic. Page Intersection endpoint supports organic, paid, local pack and featured snippet results. Find keywords several webpages rank for: If you would like to get the keywords several pages rank for, you need to specify webpages only in the pages object. This way, you will receive intersected ranked keywords for the specified URLs. Find keywords your competitors rank for but you do not: If you would like to receive all keywords several pages rank for, but particular pages do not, you need to use the exclude_pages array as well. This way you will receive the keywords for which the URLs from the pages object rank for, but the URLs from the exclude_pages array do not. It is categorised as a Read tool in the Dataforseo MCP Server, which means it retrieves data without modifying state.
dataforseo_labs_google_page_intersection accepts 12 parameters: limit, pages, offset, filters, order_by, item_types, exclude_pages, language_code, location_name, ignore_synonyms, intersection_mode, include_clickstream_data. Required: pages. 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 dataforseo_labs_google_page_intersection: 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.
dataforseo_labs_google_page_intersection 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 dataforseo_labs_google_page_intersection 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 dataforseo_labs_google_page_intersection. 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.
dataforseo_labs_google_page_intersection 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.