← ClaudeAtlas

seo-domain-analyzerlisted

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.
gooseworks-ai/goose-skills · ★ 727 · Data & Documents · score 82
Install: claude install-skill gooseworks-ai/goose-skills
# 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 | Skip Ahrefs backlink analysis (saves ~$0.10) | ## Cost | Data Source | Apify Actor | Est. Cost | |-------------|------------|-----------| | Domain overview (Semrush) | `devnaz/semrush-scraper` | ~$0.10/domain | | Backlink profile (Ahrefs) | `radeance/ahrefs-scraper` | ~$0.10/domain