Moz Domain Authority Checker
by jdtpnjtp
The MOZ Domain Authority API provides comprehensive domain analysis and SEO metrics through a simple REST interface. Analyze any domain to retrieve cr...
Opens on Apify.com
About Moz Domain Authority Checker
The MOZ Domain Authority API provides comprehensive domain analysis and SEO metrics through a simple REST interface. Analyze any domain to retrieve critical SEO indicators including Domain Authority (DA), Page Authority
What does this actor do?
Moz Domain Authority Checker is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
MOZ Domain Authority Checker Apify Actor for checking domain authority metrics from Moz.com. Extract Domain Authority (DA), spam scores, linking domains, and other SEO metrics with advanced retry logic and multi-format export. ⚠️ IMPORTANT: Limited to 3 domains per run to minimize costs ## Features - 🔍 Domain Authority Analysis - Get DA, PA, spam score, and linking metrics - 🔄 Smart Retry Logic - Up to 20 retry attempts with exponential backoff - 🌐 Proxy Support - Automatic proxy rotation for better success rates - 📊 Multiple Export Formats - JSON, CSV, XML, and HTML reports - ⚡ Concurrent Processing - Process multiple domains simultaneously - 🛡️ Cloudflare Bypass - Advanced techniques to handle anti-bot protection ## Input json { "domains": ["example.com", "google.com"], "outputFormat": "json", "maxRetries": 10, "useProxy": false, "proxyType": "RESIDENTIAL" } ### Input Parameters - domains (required) - Array of domains to check (MAX 5 domains per run) - outputFormat - Output format: json, csv, xml, or html (default: json) - maxRetries - Maximum retry attempts per domain (1-10, default: 10) - useProxy - Enable proxy rotation (default: false, costs extra!) - proxyType - Type of proxy: DATACENTER or RESIDENTIAL (default: RESIDENTIAL) ## Output The actor provides detailed metrics for each domain: json { "success": true, "domain": "example.com", "data": { "domain_authority": 85, "spam_score": 1, "linking_root_domains": 150000, "ranking_keywords": 25000, "top_pages_by_links": [...], "top_linking_domains": [...] }, "checkTime": "2024-01-18T10:30:00Z", "processingTimeMs": 3500, "attempt": 1 } ## Usage ### Via Apify Console 1. Go to the actor page on Apify Store 2. Enter your domains in the input 3. Configure output format and retry settings 4. Click "Run" 5. Download results in your preferred format ### Via API javascript import { ApifyClient } from 'apify-client'; const client = new ApifyClient({ token: 'YOUR_API_TOKEN', }); const input = { domains: ['example.com', 'google.com'], outputFormat: 'json', maxRetries: 10, useProxy: false }; const run = await client.actor('jdtpnjtp/moz-domain-authority-checker').call(input); console.log('Results:', run.output.body); ### Via Apify SDK javascript import { Actor } from 'apify'; await Actor.metamorph('jdtpnjtp/moz-domain-authority-checker', { domains: ['example.com'], outputFormat: 'csv' }); ## Local Development bash # Install dependencies npm install # Run locally with Apify CLI apify run -p # Or run directly npm start ## Pricing The actor uses RESIDENTIAL proxies for better success rates. Typical usage: - ~1-2 compute units per domain - Additional proxy costs may apply ## Support For issues or feature requests, please create an issue or contact support. ## License MIT
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Moz Domain Authority Checker now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- jdtpnjtp
- Pricing
- Paid
- Total Runs
- 5,989
- Active Users
- 64
Related Actors
Google Search Results Scraper
by apify
Google Search Results (SERP) Scraper
by scraperlink
Google Search
by devisty
Bing Search Scraper
by tri_angle
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support