Ranked keywords report
Open the keyword rows behind a domain or page footprint. Filters run before paid requests, and each optional Search Console match says observed or not found in returned rows instead of inventing a zero.
Install and run the report
Install the CLI once, then run seo start to connect your site and Google data. After setup you can run this report yourself or ask your agent to run it.
Install the SEO CLI globally.
npm i -g seoRun setup after installation.
seo startRun ranked keyword footprint through the report catalog.
seo reports run ranked-keywords --params '{"target":"example.com","site":"sc-domain:example.com","countryCode":"GB","languageCode":"en","maxRank":20,"minSearchVolume":10,"limit":50}' --jsonWhat you get from this report
Review a limited domain or page keyword footprint with ranking URLs, demand estimates, provider limits and optional matching Search Console query evidence.
- Best for
- You need the keyword rows behind a domain or page footprint.
- Needs
- Domain or page target and market filters
- You get
- Review a limited domain or page keyword footprint with ranking URLs, demand estimates, provider limits and optional matching Search Console query evidence.
- Use next
- Inspect live search results
Every report follows the same rules for missing data and outside estimates.See how report data works.
What you need before you run it
The report uses the information below. Optional sources are only used when you ask for them.
Domain or page target and market filters
Provide a limited set of estimated keyword, rank, result type, ranking URL, demand, difficulty, intent, and traffic rows.
Optional matching Search Console property
Adds returned owner-verified query and page evidence for the same site without changing provider metrics.
Optional local ranked-keyword exports
Run the same report from one to four DataForSEO, Semrush or Ahrefs files when no provider API is connected.
Use a different report for these jobs
These jobs need a different report or a manual review.
You need owner-verified opportunities for a connected site rather than independent market estimates.
Run keyword opportunities first. It prioritises actual Search Console evidence, then use provider rows as additional market context.
A current result page would change your decision about intent or competition.
Run SERP results for the shortlisted terms with explicit location and device settings before planning content or tracking rank.
Use the report with an agent or in code
The command above is enough for most work. These options let an agent, script or application run the same report with explicit input and structured output.
CLI
Use the report catalog when an agent, script or CI job needs predictable JSON instead of the normal terminal output. Check the current input first, then run the report with the validated parameters.
Check the current input before the agent or script runs the report.
seo reports describe ranked-keywords --jsonOnce the input is valid, run the report through the report catalog.
seo reports run ranked-keywords --params '{"target":"example.com","site":"sc-domain:example.com","countryCode":"GB","languageCode":"en","maxRank":20,"minSearchVolume":10,"limit":50}' --jsonMCP
An MCP agent follows the same two-step flow. It inspects the current schema, fills the required fields and only then runs the report.
Ask the MCP server for the current report input.
{
"id": "ranked-keywords"
}Run the report after the agent has checked and filled the input.
{
"id": "ranked-keywords",
"params": {
"target": "example.com",
"site": "sc-domain:example.com",
"countryCode": "GB",
"languageCode": "en",
"maxRank": 20,
"minSearchVolume": 10,
"limit": 50
}
}TypeScript
Install the package in a Node 22 project when your application needs to run the report directly. The result includes the same evidence, warnings and limits returned through the CLI and MCP server.
Add the SEO package to your project.
npm install seoRun the report from your TypeScript application.
import { executeReport } from 'seo/mcp'
const result = await executeReport(
'ranked-keywords',
{
"target": "example.com",
"site": "sc-domain:example.com",
"countryCode": "GB",
"languageCode": "en",
"maxRank": 20,
"minSearchVolume": 10,
"limit": 50
},
)
console.log(result)What to do next
Shortlist terms whose provider row, ranking page and Search Console match support another look. Check current results before changing a page, and do not treat absence from returned Search Console rows as zero.
- 01Run SERP results for shortlisted terms whose current intent or rank would change the decision.
- 02Run ranking pages to inspect repeated page families.
- 03Use keyword opportunities for Search Console prioritisation and programmatic clusters.
Related reports
Inspect exact organic ranks, domains, URLs, titles, snippets and result features for one keyword, location, language and device-specific search snapshot.
See which pages carry a domain's estimated search footprint, which URL patterns repeat and how matching pages on your own site perform in Search Console.
Combine Search Console quick wins, second-page queries and striking-distance evidence with optional keyword estimates and programmatic SEO clusters.
Sources used by this report
These primary sources define the provider data or search controls used by the result.