Skip to main content
Glama

DataForSEO MCP Server

Apache 2.0
627

keywords_data_dataforseo_trends_demography

Analyze keyword popularity by age and gender demographics using DataForSEO Trends. Specify keywords, location, and time range for insights into search behavior and audience segmentation.

Instructions

This endpoint will provide you with the demographic breakdown (by age and gender) of keyword popularity per each specified term based on DataForSEO Trends data

Input Schema

NameRequiredDescriptionDefault
date_fromNostarting 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 minimal value for the web type: 2004-01-01 minimal value for other types: 2008-01-01 date format: "yyyy-mm-dd" example: "2019-01-15"
date_toNoending 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" example: "2019-01-15"
keywordsYeskeywords the maximum number of keywords you can specify: 5
location_nameNofull name of the location optional field in format "Country" example: United Kingdom
time_rangeNopreset time ranges if you specify date_from or date_to parameters, this field will be ignored when setting a taskpast_7_days
typeNodataforseo trends typeweb

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "date_from": { "description": "starting date of the time range\n if you don’t specify this field, the current day and month of the preceding year will be used by default\n minimal value for the web type: 2004-01-01\n minimal value for other types: 2008-01-01\n date format: \"yyyy-mm-dd\"\n example:\n \"2019-01-15\"", "type": "string" }, "date_to": { "description": "ending date of the time range\n if you don’t specify this field, the today’s date will be used by default\n date format: \"yyyy-mm-dd\"\n example:\n \"2019-01-15\"", "type": "string" }, "keywords": { "description": "keywords\n the maximum number of keywords you can specify: 5", "items": { "type": "string" }, "type": "array" }, "location_name": { "default": null, "description": "full name of the location\n optional field\n in format \"Country\"\n example:\n United Kingdom", "type": [ "string", "null" ] }, "time_range": { "default": "past_7_days", "description": "preset time ranges\n if you specify date_from or date_to parameters, this field will be ignored when setting a task", "enum": [ "past_4_hours", "past_day", "past_7_days", "past_30_days", "past_90_days", "past_12_months", "past_5_years" ], "type": "string" }, "type": { "default": "web", "description": "dataforseo trends type", "enum": [ "web", "news", "ecommerce" ], "type": "string" } }, "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