Bulk Domain Authority & Backlink Checker (Ahrefs Alternative) avatar

Bulk Domain Authority & Backlink Checker (Ahrefs Alternative)

Pricing

from $8.00 / 1,000 domain checkeds

Go to Apify Store
Bulk Domain Authority & Backlink Checker (Ahrefs Alternative)

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

A J

Maintained by Community

Actor 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

FieldDescription
domainRankAuthority 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)
referringDomainsUnique websites linking to the domain
backlinksTotal backlinks
dofollowBacklinks / nofollowBacklinks / dofollowRatioLink quality split
referringIps, referringSubnetsDiversity of linking sites
backlinksFromHomepages, textBacklinks, imageBacklinks, redirectBacklinksLink types
outboundDomains, outboundLinksWho the domain links out to
maliciousReferringDomainsReferring domains flagged as malicious (toxic-link signal)
referringDomainsChange, backlinksChange, dofollowBacklinksChangeChange 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: 40 returns 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
}
domaindomainRankreferringDomainsbacklinksdofollowRatio
dev.to7046,4861,167,7770.75
allbirds.com577,39130,3180.90
gymshark.com565,540178,4350.96

Use it from code

from apify_client import ApifyClient
client = 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

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.