MOZ Scraper
Pricing
from $2.99 / 1,000 results
MOZ Scraper
π MOZ Scraper (moz-scraper) automates extracting SEO data from Moz for faster insights. β Gather key metrics, track visibility & optimize strategy. π Perfect for SEO teams, agencies & analysts. π Save time, boost performance.
Pricing
from $2.99 / 1,000 results
Rating
0.0
(0)
Developer
SimpleAPI
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
4 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.