DataForSEO MCP Server

Official
by dataforseo

serp-organic-live-advanced

Retrieve organic search results for specific keywords across search engines like Google, Bing, or Yahoo. Analyze SERP data by location, language, and depth to optimize SEO strategies.

Instructions

Get organic search results for a keyword in specified search engine

Input Schema

NameRequiredDescriptionDefault
depthNoparsing depth optional field number of results in SERP
keywordYesSearch keyword
language_codeYessearch engine language code (e.g., 'en')
location_nameNofull name of the location required field Location format - hierarchical, comma-separated (from most specific to least) Can be one of: 1. Country only: "United States" 2. Region,Country: "California,United States" 3. City,Region,Country: "San Francisco,California,United States"United States
search_engineNosearch engine name, one of: google, yahoo, bing.google

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "depth": { "default": 10, "description": "parsing depth\noptional field\nnumber of results in SERP", "maximum": 700, "minimum": 10, "type": "number" }, "keyword": { "description": "Search keyword", "type": "string" }, "language_code": { "description": "search engine language code (e.g., 'en')", "type": "string" }, "location_name": { "default": "United States", "description": "full name of the location\nrequired field\nLocation format - hierarchical, comma-separated (from most specific to least)\n Can be one of:\n 1. Country only: \"United States\"\n 2. Region,Country: \"California,United States\"\n 3. City,Region,Country: \"San Francisco,California,United States\"", "type": "string" }, "search_engine": { "default": "google", "description": "search engine name, one of: google, yahoo, bing.", "type": "string" } }, "required": [ "language_code", "keyword" ], "type": "object" }
ID: mrhdc9pzer