DataForSEO: Live SEO Data (Extension)

Live SEO data via DataForSEO MCP server: SERP analysis, keyword research (volume, difficulty, intent, trends), backlink profiles, on-page analysis, competitor and content analysis, business listings, AI visibility (LLM mention tracking), and domain analytics.

How to use it

  1. Hit Copy SKILL.md — or use the Claude Code line below to get every file.
  2. Claude: ⋯ → Download .md, then Customize → Skills → Add → Upload skill.
    ChatGPT: make a Project and paste it into Instructions.
    Neither? Paste it at the top of a new chat — it works for that chat.
  3. Describe your job in plain words. The AI follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit AgriciDaniel/claude-seo/extensions/dataforseo/skills/seo-dataforseo#main ~/.claude/skills/seo-dataforseo

For one project only, change the path to .claude/skills/seo-dataforseo. This skill also uses dataforseo_costs.py — copying SKILL.md alone won't be enough. See the folder on GitHub.

Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Show the full text402 lines
seo-dataforseo/SKILL.md402 lines16.7 KBpushed 11d agoRawView on GitHub

DataForSEO: Live SEO Data (Extension)

Live search data via the DataForSEO MCP server. Provides real-time SERP results (organic + images), keyword metrics, backlink profiles, on-page analysis, content analysis, business listings, AI visibility checking, and LLM mention tracking across 9 API modules with 79+ MCP tools.

Prerequisites

This skill requires the DataForSEO extension to be installed:

./extensions/dataforseo/install.sh

Check availability: Before using any DataForSEO tool, verify the MCP server is connected by checking if serp_organic_live_advanced or any DataForSEO tool is available. If tools are not available, inform the user the extension is not installed and provide install instructions.

API Credit Awareness

DataForSEO charges per API call. Be efficient:

  • Prefer bulk endpoints over multiple single calls
  • Use default parameters (US, English) unless user specifies otherwise
  • Cache results mentally within a session; don't re-fetch the same data
  • Warn user before running expensive operations (full backlink crawls, large keyword lists)

Cost Guardrails

Before every DataForSEO MCP call, run cost estimation:

"${CLAUDE_PLUGIN_ROOT}/scripts/claude-seo" run dataforseo_costs.py check <endpoint> [--count N]
  • If "status": "approved" → proceed with the API call
  • If "status": "needs_approval" → show the cost estimate to the user and ask for confirmation before proceeding
  • If "status": "blocked" → inform the user that the daily budget limit would be exceeded; do NOT proceed

After each API call completes, log the cost:

"${CLAUDE_PLUGIN_ROOT}/scripts/claude-seo" run dataforseo_costs.py log <endpoint> <actual_cost>

User commands for cost management:

  • /seo dataforseo costs today → show today's spending breakdown
  • /seo dataforseo costs summary → show 7-day spending history
  • /seo dataforseo costs config --mode threshold --threshold 0.50 → configure approval mode

Load references/cost-tiers.md for the full pricing table, budget presets, and cost reduction tips.

Quick Reference

Command What it does
/seo dataforseo serp <keyword> Google organic SERP results
/seo dataforseo serp-images <keyword> Google Images SERP results
/seo dataforseo serp-youtube <keyword> YouTube search results
/seo dataforseo youtube <video_id> YouTube video deep analysis
/seo dataforseo keywords <seed> Keyword ideas and suggestions
/seo dataforseo volume <keywords> Search volume for keywords
/seo dataforseo difficulty <keywords> Keyword difficulty scores
/seo dataforseo intent <keywords> Search intent classification
/seo dataforseo trends <keyword> Google Trends data
/seo dataforseo backlinks <domain> Full backlink profile
/seo dataforseo competitors <domain> Competitor domain analysis
/seo dataforseo ranked <domain> Ranked keywords for domain
/seo dataforseo intersection <domains> Keyword/backlink overlap
/seo dataforseo traffic <domains> Bulk traffic estimation
/seo dataforseo subdomains <domain> Subdomains with ranking data
/seo dataforseo top-searches <domain> Top queries mentioning domain
/seo dataforseo onpage <url> On-page analysis (Lighthouse + parsing)
/seo dataforseo tech <domain> Technology stack detection
/seo dataforseo whois <domain> WHOIS registration data
/seo dataforseo content <keyword/url> Content analysis and trends
/seo dataforseo listings <keyword> Business listings search
/seo dataforseo ai-scrape <query> ChatGPT web scraper for GEO
/seo dataforseo ai-mentions <keyword> LLM mention tracking for GEO

SERP Analysis

/seo dataforseo serp <keyword>

Fetch live Google organic search results.

MCP tools: serp_organic_live_advanced

Default parameters: location_code=2840 (US), language_code=en, device=desktop, depth=100

Also supports: The serp_organic_live_advanced tool supports Google, Bing, and Yahoo via the se parameter. Specify "bing" or "yahoo" to switch search engines.

Output: Rank, URL, title, description, domain, featured snippets, AI overview references, People Also Ask.

/seo dataforseo serp-youtube <keyword>

Fetch YouTube search results. Valuable for GEO. YouTube mentions correlate most strongly with AI citations.

MCP tools: serp_youtube_organic_live_advanced

Output: Video title, channel, views, upload date, description, URL.

/seo dataforseo youtube <video_id>

Deep analysis of a specific YouTube video: info, comments, and subtitles. Treat YouTube mentions as a useful GEO signal, but AI visibility correlations are methodology-dependent.

MCP tools: serp_youtube_video_info_live_advanced, serp_youtube_video_comments_live_advanced, serp_youtube_video_subtitles_live_advanced

Parameters: video_id (the YouTube video ID, e.g., "dQw4w9WgXcQ")

Output: Video metadata (title, channel, views, likes, description), top comments with engagement, subtitle/transcript text.

/seo dataforseo serp-images <keyword>

Fetch live Google Images search results. See which images rank for a keyword, which domains dominate image results, and identify visual content opportunities.

MCP tools: serp_google_images_live_advanced

Default parameters: location_code=2840 (US), language_code=en, device=desktop, depth=100

Parameters: keyword (required), depth (optional, max 700, billed per 100-result increment), search_param (optional, e.g. "site:example.com")

Cost warning: Using site: or filetype: operators incurs 5x API cost. Warn user before running filtered queries.

Output: Position, title, alt text, source page URL, direct image URL, domain, encoded URL.

Analysis to provide:

  • Domain dominance: which sites own the most image positions (top 10 domains by count)
  • Alt text patterns: common title/alt text patterns in top-ranking images
  • Format distribution: WebP vs JPEG vs PNG in top results (infer from image_url extension)
  • Opportunity identification: keywords where user has organic rankings but no image presence

Keyword Research

/seo dataforseo keywords <seed>

Generate keyword ideas, suggestions, and related terms from a seed keyword.

MCP tools: dataforseo_labs_google_keyword_ideas, dataforseo_labs_google_keyword_suggestions, dataforseo_labs_google_related_keywords

Default parameters: location_code=2840 (US), language_code=en, limit=50

Output: Keyword, search volume, CPC, competition level, keyword difficulty, trend.

/seo dataforseo volume <keywords>

Get search volume and metrics for a list of keywords.

MCP tools: kw_data_google_ads_search_volume

Parameters: keywords (array, comma-separated), location_code, language_code

Output: Keyword, monthly search volume, CPC, competition, monthly trend data.

/seo dataforseo difficulty <keywords>

Calculate keyword difficulty scores for ranking competitiveness.

MCP tools: dataforseo_labs_bulk_keyword_difficulty

Parameters: keywords (array), location_code, language_code

Output: Keyword, difficulty score (0-100), interpretation (Easy/Medium/Hard/Very Hard).

/seo dataforseo intent <keywords>

Classify keywords by user search intent.

MCP tools: dataforseo_labs_search_intent

Parameters: keywords (array), location_code, language_code

Output: Keyword, intent type (informational, navigational, commercial, transactional), confidence score.

/seo dataforseo trends <keyword>

Analyze keyword trends over time using Google Trends data.

MCP tools: kw_data_google_trends_explore

Parameters: keywords (array), location_code, date_from, date_to, language_code

Output: Keyword, time series data, trend direction, seasonality signals.


Domain & Competitor Analysis

/seo dataforseo backlinks <domain>

Comprehensive backlink profile analysis.

MCP tools: backlinks_summary, backlinks_backlinks, backlinks_anchors, backlinks_referring_domains, backlinks_bulk_spam_score, backlinks_timeseries_summary

Default parameters: limit=100 per sub-call

Output: Total backlinks, referring domains, domain rank, spam score, top anchors, new/lost backlinks over time, dofollow ratio, top referring domains.

/seo dataforseo competitors <domain>

Identify competing domains and estimate traffic.

MCP tools: dataforseo_labs_google_competitors_domain, dataforseo_labs_google_domain_rank_overview, dataforseo_labs_bulk_traffic_estimation

Output: Competitor domains, keyword overlap %, estimated traffic, domain rank, common keywords.

/seo dataforseo ranked <domain>

List keywords a domain ranks for with positions and page data.

MCP tools: dataforseo_labs_google_ranked_keywords, dataforseo_labs_google_relevant_pages

Default parameters: limit=100, location_code=2840

Output: Keyword, position, URL, search volume, traffic share, SERP features.

/seo dataforseo intersection <domain1> <domain2> [...]

Find shared keywords and backlink sources across 2-20 domains.

MCP tools: dataforseo_labs_google_domain_intersection, backlinks_domain_intersection

Parameters: domains (2-20 array)

Output: Shared keywords with positions per domain, shared backlink sources, unique keywords per domain.

/seo dataforseo traffic <domains>

Estimate organic search traffic for one or more domains.

MCP tools: dataforseo_labs_bulk_traffic_estimation

Parameters: domains (array)

Output: Domain, estimated organic traffic, estimated traffic cost, top keywords.

/seo dataforseo subdomains <domain>

Enumerate subdomains with their ranking data and traffic estimates.

MCP tools: dataforseo_labs_google_subdomains

Parameters: target (domain), location_code, language_code

Output: Subdomain, ranked keywords count, estimated traffic, organic cost.

/seo dataforseo top-searches <domain>

Find the most popular search queries that mention a specific domain in results.

MCP tools: dataforseo_labs_google_top_searches

Parameters: target (domain), location_code, language_code

Output: Query, search volume, domain position, SERP features, traffic share.


Technical / On-Page

/seo dataforseo onpage <url>

Run on-page analysis including Lighthouse audit and content parsing.

MCP tools: on_page_instant_pages, on_page_content_parsing, on_page_lighthouse

Usage:

  • on_page_instant_pages:Quick page analysis (status codes, meta tags, content size, page timing, broken links, on-page checks)
  • on_page_content_parsing:Extract and parse page content (plain text, word count, structure)
  • on_page_lighthouse:Full Lighthouse audit (performance score, accessibility, best practices, SEO, Core Web Vitals)

Output: Pages crawled, status codes, meta tags, titles, content size, load times, Lighthouse scores, broken links, resource analysis.

/seo dataforseo tech <domain>

Detect technologies used on a domain.

MCP tools: domain_analytics_technologies_domain_technologies

Output: Technology name, version, category (CMS, analytics, CDN, framework, etc.).

/seo dataforseo whois <domain>

Retrieve WHOIS registration data.

MCP tools: domain_analytics_whois_overview

Output: Registrar, creation date, expiration date, nameservers, registrant info (if public).


Content & Business Data

/seo dataforseo content <keyword/url>

Analyze content quality, search for content by topic, and track phrase trends.

MCP tools: content_analysis_search, content_analysis_summary, content_analysis_phrase_trends

Parameters: keyword (for search/trends) or URL (for summary)

Output: Content matches with quality scores, sentiment analysis, readability metrics, phrase trend data over time.

/seo dataforseo listings <keyword>

Search business listings for local SEO competitive analysis.

MCP tools: business_data_business_listings_search

Parameters: keyword, location (optional)

Output: Business name, description, category, address, phone, domain, rating, review count, claimed status.


AI Visibility / GEO

/seo dataforseo ai-scrape <query>

Scrape what ChatGPT web search returns for a query. ChatGPT visibility check: see which sources ChatGPT cites for your target keywords.

MCP tools: ai_optimization_chat_gpt_scraper

Parameters: query, location_code (optional), language_code (optional). Use ai_optimization_chat_gpt_scraper_locations to look up available locations.

Output: ChatGPT response content, cited sources/URLs, referenced domains.

/seo dataforseo ai-mentions <keyword>

Track how LLMs mention brands, domains, and topics. Critical for GEO. Measures actual AI visibility across multiple LLM platforms.

MCP tools: ai_opt_llm_ment_search, ai_opt_llm_ment_top_domains, ai_opt_llm_ment_top_pages, ai_opt_llm_ment_agg_metrics

Parameters: keyword, location_code (optional), language_code (optional). Use ai_opt_llm_ment_loc_and_lang for available locations/languages and ai_optimization_llm_models for supported LLM models.

Workflow:

  1. Search LLM mentions with ai_opt_llm_ment_search (find mentions of a brand/keyword across LLM responses)
  2. Get top cited domains with ai_opt_llm_ment_top_domains (which domains are most cited for this topic)
  3. Get top cited pages with ai_opt_llm_ment_top_pages (which specific pages are most cited)
  4. Get aggregate metrics with ai_opt_llm_ment_agg_metrics (overall mention volume, trends)

Output: LLM mention count, top cited domains with frequency, top cited pages, mention trends over time, cross-platform visibility scores.

Advanced: Use ai_opt_llm_ment_cross_agg_metrics for cross-model comparison (how mentions differ across ChatGPT, Claude, Perplexity, etc.).


Available Utility Tools

Additional DataForSEO MCP tools are available for internal use but do not have dedicated commands. Load references/tool-catalog.md when you need to find a specific utility tool (location lookups, bulk operations, historical data, filter options).

Cross-Skill Integration

When DataForSEO MCP tools are available, other claude-seo skills can leverage live data:

  • seo-audit:Spawn seo-dataforseo agent for real SERP, backlink, on-page, and listings data
  • seo-technical:Use on_page_instant_pages / on_page_lighthouse for real crawl data, domain_analytics_technologies_domain_technologies for stack detection
  • seo-content:Use kw_data_google_ads_search_volume, dataforseo_labs_bulk_keyword_difficulty, dataforseo_labs_search_intent for real keyword metrics, content_analysis_summary for content quality
  • seo-page:Use serp_organic_live_advanced for real SERP positions, backlinks_summary for link data
  • seo-images:Use serp_google_images_live_advanced for competitor image SERP data, cross-reference with on-page image audit
  • seo-geo:Use ai_optimization_chat_gpt_scraper for real ChatGPT visibility, ai_opt_llm_ment_search for LLM mention tracking
  • seo-plan:Use dataforseo_labs_google_competitors_domain, dataforseo_labs_google_domain_intersection, dataforseo_labs_bulk_traffic_estimation for real competitive intelligence

Error Handling

  • MCP server not connected: Report that DataForSEO extension is not installed or MCP server is unreachable. Suggest running ./extensions/dataforseo/install.sh
  • API authentication failed: Report invalid credentials. Suggest checking DataForSEO API login/password in MCP config
  • Rate limit exceeded: Report the limit hit and suggest waiting before retrying
  • No results returned: Report "no data found" for the query rather than guessing. Suggest broadening the query or checking location/language codes
  • Invalid location code: Report the error and suggest using the locations lookup tool to find the correct code

Output Formatting

Match existing claude-seo output patterns:

  • Use tables for comparative data
  • Prioritize issues as Critical > High > Medium > Low
  • Include specific, actionable recommendations
  • Show scores as XX/100 where applicable
  • Note data source as "DataForSEO (live)" to distinguish from static analysis
1---
2name: seo-dataforseo
3description: >
4 Live SEO data via DataForSEO MCP server: SERP analysis, keyword research
5 (volume, difficulty, intent, trends), backlink profiles, on-page analysis,
6 competitor and content analysis, business listings, AI visibility (LLM
7 mention tracking), and domain analytics. Requires DataForSEO extension
8 installed. Use when user says "dataforseo", "live SERP", "keyword volume",
9 "backlink data", "AI visibility check", or "real search data".
10user-invocable: true
11argument-hint: "[command] [query]"
12license: MIT
13compatibility: "Requires DataForSEO MCP server"
14metadata:
15 author: AgriciDaniel
16 version: "2.3.1"
17 category: seo
18---
19 
20# DataForSEO: Live SEO Data (Extension)
21 
22Live search data via the DataForSEO MCP server. Provides real-time SERP results
23(organic + images), keyword metrics, backlink profiles, on-page analysis, content
24analysis, business listings, AI visibility checking, and LLM mention tracking
25across 9 API modules with 79+ MCP tools.
26 
27## Prerequisites
28 
29This skill requires the DataForSEO extension to be installed:
30```bash
31./extensions/dataforseo/install.sh
32```
33 
34**Check availability:** Before using any DataForSEO tool, verify the MCP server
35is connected by checking if `serp_organic_live_advanced` or any DataForSEO tool
36is available. If tools are not available, inform the user the extension is not
37installed and provide install instructions.
38 
39## API Credit Awareness
40 
41DataForSEO charges per API call. Be efficient:
42- Prefer bulk endpoints over multiple single calls
43- Use default parameters (US, English) unless user specifies otherwise
44- Cache results mentally within a session; don't re-fetch the same data
45- Warn user before running expensive operations (full backlink crawls, large keyword lists)
46 
47## Cost Guardrails
48 
49**Before every DataForSEO MCP call**, run cost estimation:
50```
51"${CLAUDE_PLUGIN_ROOT}/scripts/claude-seo" run dataforseo_costs.py check <endpoint> [--count N]
52```
53 
54- If `"status": "approved"` → proceed with the API call
55- If `"status": "needs_approval"` → show the cost estimate to the user and ask for confirmation before proceeding
56- If `"status": "blocked"` → inform the user that the daily budget limit would be exceeded; do NOT proceed
57 
58**After each API call completes**, log the cost:
59```
60"${CLAUDE_PLUGIN_ROOT}/scripts/claude-seo" run dataforseo_costs.py log <endpoint> <actual_cost>
61```
62 
63**User commands for cost management:**
64- `/seo dataforseo costs today` → show today's spending breakdown
65- `/seo dataforseo costs summary` → show 7-day spending history
66- `/seo dataforseo costs config --mode threshold --threshold 0.50` → configure approval mode
67 
68Load `references/cost-tiers.md` for the full pricing table, budget presets, and cost reduction tips.
69 
70## Quick Reference
71 
72| Command | What it does |
73|---------|-------------|
74| `/seo dataforseo serp <keyword>` | Google organic SERP results |
75| `/seo dataforseo serp-images <keyword>` | Google Images SERP results |
76| `/seo dataforseo serp-youtube <keyword>` | YouTube search results |
77| `/seo dataforseo youtube <video_id>` | YouTube video deep analysis |
78| `/seo dataforseo keywords <seed>` | Keyword ideas and suggestions |
79| `/seo dataforseo volume <keywords>` | Search volume for keywords |
80| `/seo dataforseo difficulty <keywords>` | Keyword difficulty scores |
81| `/seo dataforseo intent <keywords>` | Search intent classification |
82| `/seo dataforseo trends <keyword>` | Google Trends data |
83| `/seo dataforseo backlinks <domain>` | Full backlink profile |
84| `/seo dataforseo competitors <domain>` | Competitor domain analysis |
85| `/seo dataforseo ranked <domain>` | Ranked keywords for domain |
86| `/seo dataforseo intersection <domains>` | Keyword/backlink overlap |
87| `/seo dataforseo traffic <domains>` | Bulk traffic estimation |
88| `/seo dataforseo subdomains <domain>` | Subdomains with ranking data |
89| `/seo dataforseo top-searches <domain>` | Top queries mentioning domain |
90| `/seo dataforseo onpage <url>` | On-page analysis (Lighthouse + parsing) |
91| `/seo dataforseo tech <domain>` | Technology stack detection |
92| `/seo dataforseo whois <domain>` | WHOIS registration data |
93| `/seo dataforseo content <keyword/url>` | Content analysis and trends |
94| `/seo dataforseo listings <keyword>` | Business listings search |
95| `/seo dataforseo ai-scrape <query>` | ChatGPT web scraper for GEO |
96| `/seo dataforseo ai-mentions <keyword>` | LLM mention tracking for GEO |
97 
98---
99 
100## SERP Analysis
101 
102### `/seo dataforseo serp <keyword>`
103 
104Fetch live Google organic search results.
105 
106**MCP tools:** `serp_organic_live_advanced`
107 
108**Default parameters:** location_code=2840 (US), language_code=en, device=desktop, depth=100
109 
110**Also supports:** The `serp_organic_live_advanced` tool supports Google, Bing, and Yahoo via the `se` parameter. Specify "bing" or "yahoo" to switch search engines.
111 
112**Output:** Rank, URL, title, description, domain, featured snippets, AI overview references, People Also Ask.
113 
114### `/seo dataforseo serp-youtube <keyword>`
115 
116Fetch YouTube search results. Valuable for GEO. YouTube mentions correlate most strongly with AI citations.
117 
118**MCP tools:** `serp_youtube_organic_live_advanced`
119 
120**Output:** Video title, channel, views, upload date, description, URL.
121 
122### `/seo dataforseo youtube <video_id>`
123 
124Deep analysis of a specific YouTube video: info, comments, and subtitles. Treat YouTube mentions as a useful GEO signal, but AI visibility correlations are methodology-dependent.
125 
126**MCP tools:** `serp_youtube_video_info_live_advanced`, `serp_youtube_video_comments_live_advanced`, `serp_youtube_video_subtitles_live_advanced`
127 
128**Parameters:** video_id (the YouTube video ID, e.g., "dQw4w9WgXcQ")
129 
130**Output:** Video metadata (title, channel, views, likes, description), top comments with engagement, subtitle/transcript text.
131 
132### `/seo dataforseo serp-images <keyword>`
133 
134Fetch live Google Images search results. See which images rank for a keyword,
135which domains dominate image results, and identify visual content opportunities.
136 
137**MCP tools:** `serp_google_images_live_advanced`
138 
139**Default parameters:** location_code=2840 (US), language_code=en, device=desktop, depth=100
140 
141**Parameters:** keyword (required), depth (optional, max 700, billed per 100-result increment), search_param (optional, e.g. "site:example.com")
142 
143**Cost warning:** Using `site:` or `filetype:` operators incurs **5x API cost**. Warn user before running filtered queries.
144 
145**Output:** Position, title, alt text, source page URL, direct image URL, domain, encoded URL.
146 
147**Analysis to provide:**
148- Domain dominance: which sites own the most image positions (top 10 domains by count)
149- Alt text patterns: common title/alt text patterns in top-ranking images
150- Format distribution: WebP vs JPEG vs PNG in top results (infer from image_url extension)
151- Opportunity identification: keywords where user has organic rankings but no image presence
152 
153---
154 
155## Keyword Research
156 
157### `/seo dataforseo keywords <seed>`
158 
159Generate keyword ideas, suggestions, and related terms from a seed keyword.
160 
161**MCP tools:** `dataforseo_labs_google_keyword_ideas`, `dataforseo_labs_google_keyword_suggestions`, `dataforseo_labs_google_related_keywords`
162 
163**Default parameters:** location_code=2840 (US), language_code=en, limit=50
164 
165**Output:** Keyword, search volume, CPC, competition level, keyword difficulty, trend.
166 
167### `/seo dataforseo volume <keywords>`
168 
169Get search volume and metrics for a list of keywords.
170 
171**MCP tools:** `kw_data_google_ads_search_volume`
172 
173**Parameters:** keywords (array, comma-separated), location_code, language_code
174 
175**Output:** Keyword, monthly search volume, CPC, competition, monthly trend data.
176 
177### `/seo dataforseo difficulty <keywords>`
178 
179Calculate keyword difficulty scores for ranking competitiveness.
180 
181**MCP tools:** `dataforseo_labs_bulk_keyword_difficulty`
182 
183**Parameters:** keywords (array), location_code, language_code
184 
185**Output:** Keyword, difficulty score (0-100), interpretation (Easy/Medium/Hard/Very Hard).
186 
187### `/seo dataforseo intent <keywords>`
188 
189Classify keywords by user search intent.
190 
191**MCP tools:** `dataforseo_labs_search_intent`
192 
193**Parameters:** keywords (array), location_code, language_code
194 
195**Output:** Keyword, intent type (informational, navigational, commercial, transactional), confidence score.
196 
197### `/seo dataforseo trends <keyword>`
198 
199Analyze keyword trends over time using Google Trends data.
200 
201**MCP tools:** `kw_data_google_trends_explore`
202 
203**Parameters:** keywords (array), location_code, date_from, date_to, language_code
204 
205**Output:** Keyword, time series data, trend direction, seasonality signals.
206 
207---
208 
209## Domain & Competitor Analysis
210 
211### `/seo dataforseo backlinks <domain>`
212 
213Comprehensive backlink profile analysis.
214 
215**MCP tools:** `backlinks_summary`, `backlinks_backlinks`, `backlinks_anchors`, `backlinks_referring_domains`, `backlinks_bulk_spam_score`, `backlinks_timeseries_summary`
216 
217**Default parameters:** limit=100 per sub-call
218 
219**Output:** Total backlinks, referring domains, domain rank, spam score, top anchors, new/lost backlinks over time, dofollow ratio, top referring domains.
220 
221### `/seo dataforseo competitors <domain>`
222 
223Identify competing domains and estimate traffic.
224 
225**MCP tools:** `dataforseo_labs_google_competitors_domain`, `dataforseo_labs_google_domain_rank_overview`, `dataforseo_labs_bulk_traffic_estimation`
226 
227**Output:** Competitor domains, keyword overlap %, estimated traffic, domain rank, common keywords.
228 
229### `/seo dataforseo ranked <domain>`
230 
231List keywords a domain ranks for with positions and page data.
232 
233**MCP tools:** `dataforseo_labs_google_ranked_keywords`, `dataforseo_labs_google_relevant_pages`
234 
235**Default parameters:** limit=100, location_code=2840
236 
237**Output:** Keyword, position, URL, search volume, traffic share, SERP features.
238 
239### `/seo dataforseo intersection <domain1> <domain2> [...]`
240 
241Find shared keywords and backlink sources across 2-20 domains.
242 
243**MCP tools:** `dataforseo_labs_google_domain_intersection`, `backlinks_domain_intersection`
244 
245**Parameters:** domains (2-20 array)
246 
247**Output:** Shared keywords with positions per domain, shared backlink sources, unique keywords per domain.
248 
249### `/seo dataforseo traffic <domains>`
250 
251Estimate organic search traffic for one or more domains.
252 
253**MCP tools:** `dataforseo_labs_bulk_traffic_estimation`
254 
255**Parameters:** domains (array)
256 
257**Output:** Domain, estimated organic traffic, estimated traffic cost, top keywords.
258 
259### `/seo dataforseo subdomains <domain>`
260 
261Enumerate subdomains with their ranking data and traffic estimates.
262 
263**MCP tools:** `dataforseo_labs_google_subdomains`
264 
265**Parameters:** target (domain), location_code, language_code
266 
267**Output:** Subdomain, ranked keywords count, estimated traffic, organic cost.
268 
269### `/seo dataforseo top-searches <domain>`
270 
271Find the most popular search queries that mention a specific domain in results.
272 
273**MCP tools:** `dataforseo_labs_google_top_searches`
274 
275**Parameters:** target (domain), location_code, language_code
276 
277**Output:** Query, search volume, domain position, SERP features, traffic share.
278 
279---
280 
281## Technical / On-Page
282 
283### `/seo dataforseo onpage <url>`
284 
285Run on-page analysis including Lighthouse audit and content parsing.
286 
287**MCP tools:** `on_page_instant_pages`, `on_page_content_parsing`, `on_page_lighthouse`
288 
289**Usage:**
290- `on_page_instant_pages`:Quick page analysis (status codes, meta tags, content size, page timing, broken links, on-page checks)
291- `on_page_content_parsing`:Extract and parse page content (plain text, word count, structure)
292- `on_page_lighthouse`:Full Lighthouse audit (performance score, accessibility, best practices, SEO, Core Web Vitals)
293 
294**Output:** Pages crawled, status codes, meta tags, titles, content size, load times, Lighthouse scores, broken links, resource analysis.
295 
296### `/seo dataforseo tech <domain>`
297 
298Detect technologies used on a domain.
299 
300**MCP tools:** `domain_analytics_technologies_domain_technologies`
301 
302**Output:** Technology name, version, category (CMS, analytics, CDN, framework, etc.).
303 
304### `/seo dataforseo whois <domain>`
305 
306Retrieve WHOIS registration data.
307 
308**MCP tools:** `domain_analytics_whois_overview`
309 
310**Output:** Registrar, creation date, expiration date, nameservers, registrant info (if public).
311 
312---
313 
314## Content & Business Data
315 
316### `/seo dataforseo content <keyword/url>`
317 
318Analyze content quality, search for content by topic, and track phrase trends.
319 
320**MCP tools:** `content_analysis_search`, `content_analysis_summary`, `content_analysis_phrase_trends`
321 
322**Parameters:** keyword (for search/trends) or URL (for summary)
323 
324**Output:** Content matches with quality scores, sentiment analysis, readability metrics, phrase trend data over time.
325 
326### `/seo dataforseo listings <keyword>`
327 
328Search business listings for local SEO competitive analysis.
329 
330**MCP tools:** `business_data_business_listings_search`
331 
332**Parameters:** keyword, location (optional)
333 
334**Output:** Business name, description, category, address, phone, domain, rating, review count, claimed status.
335 
336---
337 
338## AI Visibility / GEO
339 
340### `/seo dataforseo ai-scrape <query>`
341 
342Scrape what ChatGPT web search returns for a query. ChatGPT visibility check: see which sources ChatGPT cites for your target keywords.
343 
344**MCP tools:** `ai_optimization_chat_gpt_scraper`
345 
346**Parameters:** query, location_code (optional), language_code (optional). Use `ai_optimization_chat_gpt_scraper_locations` to look up available locations.
347 
348**Output:** ChatGPT response content, cited sources/URLs, referenced domains.
349 
350### `/seo dataforseo ai-mentions <keyword>`
351 
352Track how LLMs mention brands, domains, and topics. Critical for GEO. Measures actual AI visibility across multiple LLM platforms.
353 
354**MCP tools:** `ai_opt_llm_ment_search`, `ai_opt_llm_ment_top_domains`, `ai_opt_llm_ment_top_pages`, `ai_opt_llm_ment_agg_metrics`
355 
356**Parameters:** keyword, location_code (optional), language_code (optional). Use `ai_opt_llm_ment_loc_and_lang` for available locations/languages and `ai_optimization_llm_models` for supported LLM models.
357 
358**Workflow:**
3591. Search LLM mentions with `ai_opt_llm_ment_search` (find mentions of a brand/keyword across LLM responses)
3602. Get top cited domains with `ai_opt_llm_ment_top_domains` (which domains are most cited for this topic)
3613. Get top cited pages with `ai_opt_llm_ment_top_pages` (which specific pages are most cited)
3624. Get aggregate metrics with `ai_opt_llm_ment_agg_metrics` (overall mention volume, trends)
363 
364**Output:** LLM mention count, top cited domains with frequency, top cited pages, mention trends over time, cross-platform visibility scores.
365 
366**Advanced:** Use `ai_opt_llm_ment_cross_agg_metrics` for cross-model comparison (how mentions differ across ChatGPT, Claude, Perplexity, etc.).
367 
368---
369 
370## Available Utility Tools
371 
372Additional DataForSEO MCP tools are available for internal use but do not have dedicated commands. Load `references/tool-catalog.md` when you need to find a specific utility tool (location lookups, bulk operations, historical data, filter options).
373 
374## Cross-Skill Integration
375 
376When DataForSEO MCP tools are available, other claude-seo skills can leverage live data:
377 
378- **seo-audit**:Spawn `seo-dataforseo` agent for real SERP, backlink, on-page, and listings data
379- **seo-technical**:Use `on_page_instant_pages` / `on_page_lighthouse` for real crawl data, `domain_analytics_technologies_domain_technologies` for stack detection
380- **seo-content**:Use `kw_data_google_ads_search_volume`, `dataforseo_labs_bulk_keyword_difficulty`, `dataforseo_labs_search_intent` for real keyword metrics, `content_analysis_summary` for content quality
381- **seo-page**:Use `serp_organic_live_advanced` for real SERP positions, `backlinks_summary` for link data
382- **seo-images**:Use `serp_google_images_live_advanced` for competitor image SERP data, cross-reference with on-page image audit
383- **seo-geo**:Use `ai_optimization_chat_gpt_scraper` for real ChatGPT visibility, `ai_opt_llm_ment_search` for LLM mention tracking
384- **seo-plan**:Use `dataforseo_labs_google_competitors_domain`, `dataforseo_labs_google_domain_intersection`, `dataforseo_labs_bulk_traffic_estimation` for real competitive intelligence
385 
386## Error Handling
387 
388- **MCP server not connected**: Report that DataForSEO extension is not installed or MCP server is unreachable. Suggest running `./extensions/dataforseo/install.sh`
389- **API authentication failed**: Report invalid credentials. Suggest checking DataForSEO API login/password in MCP config
390- **Rate limit exceeded**: Report the limit hit and suggest waiting before retrying
391- **No results returned**: Report "no data found" for the query rather than guessing. Suggest broadening the query or checking location/language codes
392- **Invalid location code**: Report the error and suggest using the locations lookup tool to find the correct code
393 
394## Output Formatting
395 
396Match existing claude-seo output patterns:
397- Use tables for comparative data
398- Prioritize issues as Critical > High > Medium > Low
399- Include specific, actionable recommendations
400- Show scores as XX/100 where applicable
401- Note data source as "DataForSEO (live)" to distinguish from static analysis
402 

Discussion

Alternatives

Also in SEO & keywords