Paid-Search Intelligence (SEO Ads)
Turns SE Ranking MCP PPC data into a competitive paid-search brief and a recommended bid-keyword shortlist for any domain or keyword.
Marketing & SEOIntermediate★ 129⑂ 32AI score 8/10Last updated: Jun 25, 2026
What it does
- Maps a domain's paid keyword footprint: keyword, volume, CPC, ad position, ad headline/description and landing URL, ranked by a traffic-weighted score.
- In keyword mode, lists every advertiser bidding on a term and clusters their ad-copy patterns (pricing-led, outcome-led, trust-led, CTA styles).
- Inventories SERP ad real estate per keyword using
tads/bads/sads/madsfilters — top/bottom ads, shopping pack, PAA, image pack. - Runs a paid-keyword gap analysis (
type: 'adv') against competitors and enriches with question-intent variants that usually cost less. - Delivers a dated folder with
ADS.md,recommended-keywords.csv, and anevidence/trail for reproducibility.
Who it's for
- PPC and performance marketers who audit competitor ads on a schedule.
- Agencies producing paid-search competitive reports for clients.
- In-house SEO leads who want paid data to feed organic content planning.
- Requirement: a connected SE Ranking MCP server with available credits (~10–20 credits per domain run).
Example uses
- "Run a paid search analysis for hostinger.com, country us" → ADS.md with footprint summary, top 10 paid keywords and ad-copy excerpts.
- "Who bids on 'web hosting'?" → top 10 advertisers, their headline patterns, and which SERP ad slots they occupy.
- "Find keywords our competitors bid on that we don't" →
type: 'adv'gap diff plus a bid-keyword CSV ready for your bid tooling.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/seranking/seo-skills/HEAD/skills/seo-ads/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/seo-ads folder from the GitHub repo seranking/seo-skills into my ~/.claude/skills/seo-ads/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/seranking/seo-skills.git && mkdir -p ~/.claude/skills && cp -r seo-skills/skills/* ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal and clone the repo:
git clone https://github.com/seranking/seo-skills.git - Create the skills directory if needed:
mkdir -p ~/.claude/skills - Copy the skills in:
cp -r seo-skills/skills/* ~/.claude/skills/(or just this one:cp -r seo-skills/skills/seo-ads ~/.claude/skills/) - Connect the SE Ranking MCP server to Claude Code and verify your API key and credit balance.
- Restart Claude Code and ask something like: "Use seo-ads to run a competitor ads analysis for example.com (country: us)."
- Review the generated
seo-ads-{target}-{YYYYMMDD}/folder — start with ADS.md, then hand recommended-keywords.csv to your PPC team as a starting point, not an autopilot.
View source on GitHub ↗License: MIT