SeoGrep
Tools Reference

research_keywords

Look up Google search volume, CPC, and competition for up to 100 keywords. Synchronous — returns a table immediately. Live keyword data is off during…

Cost: 25 credits.

research_keywords looks up Google Ads search volume, CPC, and competition for up to 100 keywords at once, powered by DataForSEO. It is synchronous — it returns a table immediately, with no background job to poll.

What it does

Given a list of keywords (plus an optional language and location), it returns one row per keyword with:

  • Search volume — average monthly Google searches.
  • CPC — the average cost-per-click advertisers pay.
  • Competition — the advertiser competition band (HIGH / MEDIUM / LOW).

It also prints a one-line summary with the total monthly search volume across the batch.

Availability during beta

Live keyword data is off during the beta. While it is off, research_keywords returns a clear "keyword research is not yet enabled on this deployment" message and charges you nothing — no credits are reserved or spent. SeoGrep never returns sample or placeholder figures dressed up as real data. Once live keyword research is switched on, the same call starts returning real numbers.

Example

Ask your MCP client in plain language:

What's the search volume for "seo software" and "rank tracker"?

Input

FieldTypeRequiredDescription
keywordsstring[]YesKeywords to look up (1–100).
language_codestringNoLanguage code (default 'en').
location_codeintegerNoDataForSEO location code (default 2840 = United States).

Returns

A table with one row per keyword — search volume, CPC, and competition — plus a total-volume summary line. While live data is off, it returns the "not yet enabled" message instead and charges nothing.

On this page