MOZ Scraper
Pricing
from $4.99 / 1,000 results
MOZ Scraper
🔍 MOZ Scraper automates extraction of Moz data for SEO teams—surfacing key metrics & insights fast. ⚡ Perfect for competitive research, link analysis, reporting & workflow efficiency.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
API Empire
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
8 days ago
Last modified
Categories
Share
🦅 MOZ Domain Authority Scraper
Extract enterprise-grade MOZ SEO insights for any domain — Domain Authority (DA), Page Authority (PA), Spam Score, Trust Score, backlink history, ranking keywords, branded keywords, top questions, competitors & visibility — straight from MOZ.com. Built for bulk analysis with one-click exports to JSON, CSV, Excel & XML.
✨ Why Choose This Actor?
- 🧠 Complete domain overview — DA, PA, Spam, Trust, off-page SEO score in one record.
- 📈 Real authority history — monthly Domain Authority timeline, verified against historical archives where available.
- 🧲 Backlink intelligence — total & quality backlinks, do/no-follow split, discovered/lost trend.
- 🔑 Keyword & competitor data — ranking distribution, top ranking & branded keywords, top questions, top competitors with visibility.
- 🛡️ Self-healing proxy ladder — starts direct, then auto-falls-back to Datacenter → Residential if MOZ blocks. You don't have to think about it.
- ⚡ Bulk + concurrent — analyze many domains in parallel, with live results streamed to the dataset.
🔑 Key Features
| Feature | Description |
|---|---|
| Domain Authority (DA) | MOZ authority score 0–100 |
| Page Authority (PA) | Authority of the strongest page |
| Spam & Trust Score | Risk + trust signals |
| Backlinks | Total, quality %, do/no-follow %, discovered/lost history |
| Keywords | Ranking distribution, top ranking, branded, questions |
| Competitors | Top search competitors with visibility % |
| Domain age | Registration-based age in years |
| Authority history | Up to 33 months of DA history |
🛠️ Input
| Field | Type | Description |
|---|---|---|
urls | array (required) | Domains or URLs to analyze, e.g. zapier.com. Bulk-friendly. |
include_authority | boolean | Include full domain overview (DA/PA/Spam/backlinks/keywords/competitors). Default true. |
include_history | boolean | Include monthly Domain Authority history (~15–45s/domain). Default true. |
maxConcurrency | integer | Domains analyzed in parallel (1–10). Default 3. |
proxyConfiguration | object | Proxy settings. Auto-fallback ladder is always active. |
Example input
{"urls": ["zapier.com", "moz.com"],"include_authority": true,"include_history": true,"maxConcurrency": 3,"proxyConfiguration": { "useApifyProxy": true }}
📦 Output
Each domain produces one rich record. Example (truncated):
{"data_captured_at": "2026-06-14T12:32:35","type": "domain_authority","domain": "zapier.com","domain_age_years": 14.63,"authority_score": 82,"page_authority_score": 75,"trust_score": 8,"spam_score": 2,"offpage_seo_score_percentage": 0.71,"authority_score_last_month": 81,"authority_score_month_over_month_change": 1,"authority_score_history": [{ "date": "2023-10-01T00:00:00", "domain_authority": 83 }],"total_linking_root_domains": 112600,"total_backlinks": 2000000,"quality_backlinks": 352000,"quality_backlinks_percentage": 0.18,"do_follow_backlinks_percentage": 0.83,"no_follow_backlinks_percentage": 0.17,"backlinks_discovered_lost_history": [{ "date": "2026-06-11T00:00:00", "discovered": 75, "lost": -36 }],"keywords_ranking_distribution": [{ "domain": "zapier.com", "position": "#1-3", "ranking_keywords": 25576 }],"top_pages": [{ "page_url": "zapier.com/", "page_authority": 75 }],"top_linking_domains": [{ "domain": "linkedin.com", "domain_authority": 99 }],"top_ranking_keywords": [{ "keyword": "zapier", "rank": 1 }],"top_branded_keywords": [{ "keyword": "zapier", "volume": 94400 }],"top_questions": [{ "question": "What exactly does Zapier do?", "relevance": 28.43 }],"top_competitors": [{ "domain": "www.reddit.com", "visibility": 6.88 }]}
The dataset is split into per-section views (Overview, Authority History, Backlinks, Keyword Distribution, Top Pages, Linking Domains, Ranking Keywords, Branded Keywords, Questions, Competitors) for clean, focused tables.
🚀 How to Use (Apify Console)
- Log in at console.apify.com → Actors.
- Open MOZ Domain Authority Scraper.
- Enter one or more domains in URL(s) or Domain(s) (use Bulk edit for lists).
- Toggle Overview / History as needed.
- Click Start and watch the live log fill with real-time SEO results.
- Open the Output tab — switch between section views — and export to JSON / CSV / XLSX.
🤖 Use via API
curl -X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"urls":["zapier.com"],"include_authority":true,"include_history":true}'
💡 Best Use Cases
- Competitor SEO benchmarking and link-gap analysis.
- Lead qualification (filter prospects by DA / spam score).
- Tracking authority trends over time.
- Building SEO dashboards and reports at scale.
💰 Pricing
This actor uses the pay-per-event model. You are charged a flat price per row_result — i.e. one charge for every domain record successfully written to the output table. Runs that fail to scrape a domain are pushed as error records and are not charged. No surprise compute bills — you pay per result delivered.
❓ FAQ
Why does it sometimes switch to a residential proxy? MOZ's free tool limits reports per IP. The actor starts with direct requests and only escalates (datacenter → residential) when blocked, then sticks with the working proxy.
Are all fields scraped live? Core metrics (DA, PA, spam, linking domains, top pages/keywords/competitors, charts) are scraped live. Backlink totals, trust and off-page scores are deterministic estimates derived from the live metrics, and history months without an archive snapshot are estimated.
Can I scrape many domains? Yes — add them in bulk and tune Max Concurrency.
📨 Support & Feedback
Found an issue or want a new field? Open an issue on the actor's Issues tab.
⚖️ Data is collected from publicly available MOZ pages. You are responsible for compliance with applicable laws and the target site's terms of service.