Bulk Domain Authority & Backlink Checker (Ahrefs Alternative)
Pricing
from $8.00 / 1,000 domain checkeds
Bulk Domain Authority & Backlink Checker (Ahrefs Alternative)
Check domain authority and backlinks for thousands of domains: domain rank 0-100, referring domains, backlinks, dofollow/nofollow and 30-day changes. Cheap Ahrefs / Moz / Semrush alternative for link building and SEO audits. Pay per domain.
Pricing
from $8.00 / 1,000 domain checkeds
Rating
0.0
(0)
Developer
A J
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 hours ago
Last modified
Categories
Share
Check domain authority and backlinks for hundreds or thousands of domains at once. For every domain you get a domain rank (0–100), referring domains, total backlinks, dofollow vs nofollow links and their 30-day changes — as a table, CSV, Excel or JSON.
A pay-per-domain alternative to Ahrefs, Semrush and Moz for link building, SEO audits and prospect qualification. No subscription, no seat limits, no browser extension.
What you get per domain
| Field | Description |
|---|---|
domainRank | Authority score from 0 to 100 based on the domain's backlink profile (Serpstat Domain Rank — similar in spirit to Moz DA or Ahrefs DR, not identical) |
referringDomains | Unique websites linking to the domain |
backlinks | Total backlinks |
dofollowBacklinks / nofollowBacklinks / dofollowRatio | Link quality split |
referringIps, referringSubnets | Diversity of linking sites |
backlinksFromHomepages, textBacklinks, imageBacklinks, redirectBacklinks | Link types |
outboundDomains, outboundLinks | Who the domain links out to |
maliciousReferringDomains | Referring domains flagged as malicious (toxic-link signal) |
referringDomainsChange, backlinksChange, dofollowBacklinksChange | Change over roughly the last 30 days |
Why this Actor
- 📋 Bulk — paste thousands of domains or URLs;
https://,www.and paths are cleaned up and duplicates removed. - 🎯 Filter by authority —
minDomainRank: 40returns only strong domains for link-building outreach lists. - 💸 Pay only for results — one price per domain with data; invalid domains and domains with no backlink data are free.
- ⚡ Fast & reliable — reads from a commercial backlink index, no scraping of Ahrefs or Semrush, no logins or cookies.
- 🤖 Automation & agents — Python, JavaScript, n8n, Make, Zapier, or as a tool for AI agents through the Apify MCP server.
Use cases
- Link building — qualify guest-post and outreach prospects by authority before you email them
- SEO audits — benchmark a client against competitors in one run
- Domain investing & expired domains — screen domain lists by referring domains and dofollow ratio
- Agencies & lead gen — enrich a list of websites with authority metrics
- Monitoring — schedule weekly runs and track referring-domain changes
Input
{"domains": ["allbirds.com", "gymshark.com", "dev.to"],"minDomainRank": 30,"includeSubdomains": true,"includeChanges": true}
Output example (real, September 2026)
{"domain": "dev.to","domainRank": 70,"referringDomains": 46486,"backlinks": 1167777,"dofollowBacklinks": 878528,"nofollowBacklinks": 289249,"dofollowRatio": 0.752,"referringDomainsChange": -108}
| domain | domainRank | referringDomains | backlinks | dofollowRatio |
|---|---|---|---|---|
| dev.to | 70 | 46,486 | 1,167,777 | 0.75 |
| allbirds.com | 57 | 7,391 | 30,318 | 0.90 |
| gymshark.com | 56 | 5,540 | 178,435 | 0.96 |
Use it from code
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("jesting_grass/bulk-domain-authority-checker").call(run_input={"domains": ["allbirds.com", "gymshark.com", "dev.to"],"minDomainRank": 30,})for row in client.dataset(run.default_dataset_id).iterate_items():print(row["domain"], row.get("domainRank"), row.get("referringDomains"))
More examples (CSV export, link-building filter, Node.js, cURL): github.com/emiohr/bulk-domain-authority-checker · Tutorial: Check domain authority for 1,000 sites at once with Python
Pricing
Pay per domain checked — see the Pricing tab. No subscription. Domains without backlink data and invalid inputs are free. With minDomainRank, every checked domain is billed, whether or not it passes the filter.
More SEO tools from the same developer
- Backlink Checker — every backlink, referring domains and competitor link gap
- Google Trends Scraper & API — interest over time, rising queries and regions
- Keyword Research Tool — search volume, difficulty, intent, AI Overviews and keyword ideas
- Tech Stack Detector — CMS, ecommerce, analytics and payments behind any website
FAQ
Is domain rank the same as Moz DA or Ahrefs DR? No — every vendor computes authority from its own backlink index, so numbers differ between tools. Domain rank here is Serpstat's 0–100 score. Use it consistently to compare domains against each other.
How fresh is the data? It comes from a continuously updated commercial backlink index; the 30-day change fields show recent movement.
Can I get the individual backlinks? This Actor returns aggregate metrics per domain. Individual backlink lists may come as an add-on — ask in the Issues tab.
Not affiliated with Ahrefs, Semrush or Moz; names are used for comparison only.