Web data · Apify actor
Domain authority for thousands of domains, from open web data
Check the authority of a whole prospect list in seconds, with no Moz, Ahrefs or Semrush account. Every domain gets a 0-100 score, its rank among 133 million domains, a top-% percentile, the number of subdomains seen on the web and a month-over-month trend. The scores are computed from the Common Crawl web graph, the open hyperlink map of the public web.
Launching soon. Domain Authority Checker is built, tested and priced, and is waiting to go public on the Apify Store. The button below opens its Store page, which will be live shortly.
What it does
Domain Authority Checker, in short
- A 0-100
authorityScorefrom the domain's harmonic-centrality and PageRank ranks, on a fixed log scale - Rank among 133 million domains, top-% percentile and an authority tier from very low to very high
- Month-over-month rank change and trend:
up,down,stableornew - Number of subdomains (hosts) of the domain seen in the crawl
- Accepts domains, URLs and email addresses; each is reduced to its registrable domain
- No website is visited and nothing is scraped: the web graph ships inside the actor
Who it's for
Built for
Example
Input and output
One dataset row per result, downloadable as JSON, CSV or Excel, or read through the Apify API.
{
"domains": ["stripe.com", "https://www.nytimes.com/section/world",
"ceo@shopify.com", "books.toscrape.com"]
}From a real cloud run (10 inputs in 3.5 seconds), trimmed. authorityScore is its own open metric, not Moz Domain Authority or Ahrefs Domain Rating: use it to compare domains against each other.
{
"input": "https://www.nytimes.com/section/world",
"domain": "nytimes.com",
"ranked": true,
"authorityScore": 91,
"authorityTier": "very high",
"harmonicCentralityRank": 62,
"pageRankRank": 175,
"topPercent": 0.000047,
"hostsInCrawl": 544,
"previousRank": 56,
"trend": "stable",
"dataRelease": "cc-main-2026-jul-aug-sep",
"totalRankedDomains": 133241980
}Pricing
Pay per result. Failures are free.
No subscription, no monthly minimum. Apify platform compute is included in the price; Apify also adds a tiny start fee per run ($0.00005 per GB of run memory).
| You run | You pay |
|---|---|
| 100 domains | $0.10 |
| 1,000 domains | $1.00 |
| 10,000 domains | $10.00 |
| 100,000 domains | $100.00 |
1,200 unranked = $0.00
Not charged:
- Domains outside the ranked top 12 million (returned with
ranked: false: very few sites link to them) - Invalid inputs
A 10,000-domain list finishes in well under a minute, because no request is made per domain. You can set Maximum cost per run in the run options and the actor stops cleanly when it is reached.
FAQ
Questions
Is this the same as Moz DA or Ahrefs DR?
No. Those are proprietary. This score measures the same idea, how well linked a domain is across the web, from a public and reproducible source, so the ranking of domains against each other is what to rely on.
How fresh is the data?
Common Crawl publishes a new domain-level web graph about every month, each built from three months of crawling. The actor uses the latest one (dataRelease says which) and compares it with the previous one for the trend.
Why is my domain not ranked?
It is not in the top 12 million of 133 million domains, which means very few other sites link to it yet. That is a useful answer in itself, and it is free.
How are subdomains handled?
Scores are per registrable domain: blog.example.com is scored as example.com. hostsInCrawl tells you how many subdomains exist.
Does it return backlinks?
No. It returns authority and rank, not individual links.
Try Domain Authority Checker on Apify
Apify's free plan includes monthly platform credit you can use to try it. Also callable from AI assistants through the Kanto Labs MCP server.
Other Kanto Labs tools
Tech Stack Detector
CMS, ecommerce, analytics, frameworks, CDN and hosting for any list of domains.
Document to Markdown
PDF, DOCX, PPTX, XLSX, EPUB and HTML to clean Markdown with RAG chunks.
Website SEO Audit
0-100 score and a prioritized fix list per page, broken links and AI crawler checks.