Skip to main content
Glama

DataForSEO MCP Server

Apache 2.0
627

serp_youtube_video_comments_live_advanced

Retrieve live YouTube video comments by specifying video ID, location, and language. Analyze comment data for insights on audience engagement and sentiment.

Instructions

provides data on the video comments you specify

Input Schema

NameRequiredDescriptionDefault
depthNoparsing depth, number of results in SERP, max value: 700
deviceNodevice type optional field can take the values:desktop, mobile default value: desktopdesktop
language_codeYessearch engine language code (e.g., 'en')
location_nameYesfull 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"
osNodevice operating system optional field if you specify desktop in the device field, choose from the following values: windows, macos default value: windows if you specify mobile in the device field, choose from the following values: android, ios default value: androidwindows
video_idYesID of the video

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "depth": { "default": 20, "description": "parsing depth, number of results in SERP, max value: 700", "type": "number" }, "device": { "default": "desktop", "description": "device type\noptional field\ncan take the values:desktop, mobile\ndefault value: desktop", "type": "string" }, "language_code": { "description": "search engine language code (e.g., 'en')", "type": "string" }, "location_name": { "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" }, "os": { "default": "windows", "description": "device operating system\noptional field\nif you specify desktop in the device field, choose from the following values: windows, macos\ndefault value: windows\nif you specify mobile in the device field, choose from the following values: android, ios\ndefault value: android", "type": "string" }, "video_id": { "description": "ID of the video", "type": "string" } }, "required": [ "video_id", "location_name", "language_code" ], "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