Semrush paid search intelligence
Skill osodevops/intelligence-layer-skills/skills/semrush-paid-search-intelligence
Agent Skills for Semrush CLI SEO, paid search, backlinks, traffic, local SEO, and batch workflows
npx -y skills add osodevops/intelligence-layer-skills --skill semrush-paid-search-intelligenceAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Analyze paid search keywords, ad copy, ad history, PLA keywords, PLA copies, and paid competitors with the semrush CLI. Use when the user asks for PPC competitor research, Google Ads intelligence, ad copy examples, paid keyword opportunities, shopping ad or PLA analysis, CPC-informed content strategy, or paid-vs-organic search overlap using Semrush CLI data.
SKILL.md
3.8 KB, as published. Nobody here has run it
Semrush Paid Search Intelligence
Use Semrush CLI paid search reports to understand competitor bidding themes, ad messages, landing-page angles, PLA activity, and paid keyword opportunity.
Prerequisites
Confirm API auth and use JSON output:
semrush account auth status --output json --quiet
semrush domain paid competitor.com --database us --dry-run --output json --quiet
Paid reports can consume more units than simple overview reports. Run --dry-run before large limits or multiple competitors.
Workflow
- Identify competitors, target geography, product category, and whether the focus is search ads, shopping ads, or both.
- Pull paid keywords and paid competitors for each domain.
- Pull ad copies and ad history for message and persistence analysis.
- Pull keyword-level paid results for priority terms.
- Use PLA reports for ecommerce or shopping-heavy categories.
- Summarize themes, tested offers, exclusions, and organic content implications.
Core Commands
Domain paid search:
semrush domain paid competitor.com --database us --limit 100 --sort "traffic desc" --output json --quiet
semrush domain competitors paid competitor.com --database us --limit 50 --output json --quiet
semrush domain ads-copies competitor.com --database us --limit 100 --output json --quiet
semrush domain ad-history competitor.com --database us --limit 100 --output json --quiet
Keyword paid search:
semrush keyword paid "crm software" --database us --limit 20 --output json --quiet
semrush keyword ad-history "crm software" --database us --output json --quiet
semrush keyword overview "crm software" --database us --output json --quiet
Shopping and PLA:
semrush domain pla-keywords competitor.com --database us --limit 100 --output json --quiet
semrush domain pla-copies competitor.com --database us --limit 100 --output json --quiet
semrush domain pla-competitors competitor.com --database us --limit 50 --output json --quiet
Organic overlap check:
semrush domain organic competitor.com --database us --limit 100 --output json --quiet
Analysis Heuristics
| Signal | Use |
|---|---|
| Repeated ad history | Suggests profitable or strategically important terms. |
| Many paid competitors | Indicates competitive auctions and strong commercial intent. |
| High CPC with moderate SEO difficulty | Candidate for organic content investment. |
| Ad copy repetition | Extract offer, pain point, proof, urgency, and CTA patterns. |
| PLA coverage | Prioritize product feed, category pages, price positioning, and shopping SERP analysis. |
Avoid assuming spend or ROI unless the CLI output contains those metrics. Treat paid presence as a competitive signal, not proof of profitability.
Output Format
Return:
- Competitor paid landscape: domains, databases, and commands run.
- Keyword themes: repeated clusters, CPC signals, and paid difficulty proxies.
- Message map: hooks, offers, claims, CTAs, and landing-page implications.
- PLA insights when relevant: product categories, competitors, and feed/page recommendations.
- Action plan: test in ads, build SEO page, refresh landing page, monitor, or exclude.
Related Skills
- Use
semrush-keyword-researchfor organic expansion around high-CPC terms. - Use
semrush-competitor-researchfor organic gaps from the same competitors. - Use
semrush-traffic-trendsto validate whether paid or search channels dominate the market.