include_serp_infoboolean · optionalValue supplied for include serp info.
Loading tools…
DataForSEO
Return search volume, competition, cost-per-click and trend metrics for keywords.
Returns a consolidated Google keyword view for a bounded location and language, including monthly demand, paid competition, CPC, intent, SEO difficulty and optional SERP summary fields. Clickstream enrichment is excluded because it doubles supplier cost; billing is one live task plus each returned keyword.
Agents select this operation with tool ID dataforseo.keyword-overview, then check its current inputs and price before a run.
include_serp_infoboolean · optionalValue supplied for include serp info.
keywordsarray · requiredKeyword phrases of at most 10 words each.
minItems: 1 · maxItems: 700
language_namestring · optionalValue supplied for language name.
minLength: 1 · maxLength: 100
location_namestring · optionalValue supplied for location name.
minLength: 1 · maxLength: 200
itemsarrayReturned items value.
items_countnumberReturned items count value.
Use verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "dataforseo.keyword-overview",
"input": {
"keywords": [
"seo tools"
],
"language_name": "English",
"location_name": "United States"
}
}{
"items": [
{
"keyword": "seo tools",
"keyword_info": {
"cpc": 8.15,
"competition": 0.34,
"search_volume": 12100
},
"keyword_properties": {
"keyword_difficulty": 52
},
"search_intent_info": {
"main_intent": "commercial"
}
}
],
"items_count": 1
}invalid_input: Provide 1–700 keyword phrases with a supported location and language.example: {"keywords":["seo tools"],"location_name":"United States","language_name":"English"}no_results: The keyword database did not contain the requested keyword and location combination.Try a broader keyword or a different supported location and language.