seo-domain-analyzer
Pull real SEO metrics for any domain using Apify scrapers for Semrush and Ahrefs data. Gets domain authority, organic traffic estimates, keyword rankings, backlink profiles, top performing pages, and auto-discovers competitors from keyword overlap. No Semrush/Ahrefs subscription needed — uses Apify actors that scrape public pages.
npx skills add gooseworks-ai/goose-skills --skill seo-domain-analyzer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# SEO Domain Analyzer Pull real SEO performance data for any domain — no Semrush or Ahrefs subscription needed. Uses Apify actors that scrape Semrush/Ahrefs public pages to get authority scores, traffic estimates, keyword rankings, backlink profiles, and competitor discovery. ## Quick Start ```bash # Basic domain analysis python3 scripts/analyze_domain.py --domain "example.com" # With competitor comparison python3 scripts/analyze_domain.py \ --domain "example.com" \ --competitors "competitor1.com,competitor2.com,competitor3.com" # Check specific keywords python3 scripts/analyze_domain.py \ --domain "example.com" \ --keywords "cloud cost optimization,reduce aws bill,finops tools" # Save output python3 scripts/analyze_domain.py \ --domain "example.com" --output seo-profile.json ``` ## Inputs | Parameter | Required | Default | Description | |-----------|----------|---------|-------------| | domain | Yes | — | Domain to analyze (e.g., "example.com") | | competitors | No | auto-discovered | Comma-separated competitor domains | | keywords | No | auto-inferred | Specific keywords to check rankings for | | output | No | stdout | Path to save JSON output | | skip-backlinks | No | false | Sk
- Quick Start
- Inputs
- Cost
- Process
- Phase 1: Domain Overview (Semrush Data)
- Phase 2: Backlink Profile (Ahrefs Data)
- Phase 3: Keyword Rank Verification
- Phase 4: Top Pages Analysis
- Phase 5: Competitor Discovery
- Phase 6: Output
- Tips
- Fallback: Free Mode
- Dependencies
Basic domain analysis python3 scripts/analyze_domain.py --domain "example.com" With competitor comparison python3 scripts/analyze_domain.py \ Check specific keywords Save output
What does the seo-domain-analyzer skill do?
Pull real SEO metrics for any domain using Apify scrapers for Semrush and Ahrefs data. Gets domain authority, organic traffic estimates, keyword rankings, backlink profiles, top performing pages, and auto-discovers competitors from keyword overlap. No Semrush/Ahrefs subscription needed — uses Apify actors that scrape public pages.
How do I install it?
Run `npx skills add gooseworks-ai/goose-skills --skill seo-domain-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
