Skip to main content
Glama

DataForSEO MCP Server

Apache 2.0
627

keywords_data_google_ads_search_volume

Analyze monthly search volumes for targeted keywords on Google Ads, including location and language-specific data, to optimize ad campaigns and refine keyword strategies.

Instructions

Get search volume data for keywords from Google Ads

Input Schema

NameRequiredDescriptionDefault
keywordsYesArray of keywords to get search volume for
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

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "keywords": { "description": "Array of keywords to get search volume for", "items": { "type": "string" }, "type": "array" }, "language_code": { "default": null, "description": "Language two-letter ISO code (e.g., 'en').\noptional field", "type": [ "string", "null" ] }, "location_name": { "default": null, "description": "full name of the location\noptional field\nin format \"Country\"\nexample:\nUnited Kingdom", "type": [ "string", "null" ] } }, "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