stripe.comgithub.iocss-tricks.comlobste.rsalgolia.comweb.dev

crawlgraph vs moz — domain authority, without the subscription

moz gave the industry the DA score everyone quotes. crawlgraph gives you the same referring-domain picture from open data, once, for $99. here's the honest split.

pete the seo wizard
June 1, 2026 · 8 min read · 1,500 words
sharexlinkedin

moz invented the shorthand. when someone says “what's their DA?” they mean Moz's Domain Authority — a 0-100 score that became the industry's common language for “how strong is this site.” crawlgraph doesn't try to replace that language. it gives you the underlying referring-domain data the score is built from, sourced from the public Common Crawl graph, for a one-time price. here is where each one actually fits.

what you're really comparing

Moz Pro is a full SEO suite — Link Explorer, Keyword Explorer, rank tracking, site crawl, and the MozBar browser extension — anchored by the DA/PA metrics. crawlgraph is a single-purpose backlink tool: paste a domain, get every referring domain in the latest Common Crawl release, export it, done. So this is not feature-for-feature. It's “do you need the suite and the DA metric, or do you need the link data underneath it without a monthly bill?”

what each tool actually does

moz procrawlgraph
domain authority (DA) scoreyes (the original)cg-authority (analog, 0-100)
keyword research✓ yes✗ no
rank tracking✓ yes✗ no
browser toolbar (MozBar)✓ yes✗ no
referring-domain exportyes, credit-limitedyes, up to 100k rows
free tier10 queries/mo (Link Explorer)top 5 per domain, no signup
open / auditable methodologyno, proprietary indexyes (common crawl)
public apimetered, paid1,000 calls/mo included
billing model$99/mo recurring$99 once (lifetime)

Moz wins on breadth and on the DA metric that clients and prospects already recognize. crawlgraph wins on methodology, export caps, and a billing model that is the same number Moz charges per month — once.

top sources by authoritycg-authority · 0-100
producthunt.com
90
indiehackers.com
84
g2.com
92
capterra.com
91
reddit.com
96
medium.com
90
dev.to
78
fig. 1 — top inbound domains for a typical SaaS, ranked by cg-authority. the same shape Moz's Link Explorer prints; sourced from common crawl rather than a proprietary crawler.

the domain authority question

Here is the honest part most comparison posts skip: DA is a Moz-proprietary score. It's genuinely useful as a quick, universally-understood proxy — if you report to clients or pitch guest posts, “DA 60+” is a shared vocabulary you can't get anywhere else. crawlgraph's cg_authorityis the same idea (a 0-100 percentile from the Common Crawl harmonic-centrality ranking), but it is not the number your client will recognize. If your workflow depends on quoting DA specifically, Moz is doing a job crawlgraph isn't trying to do.

What crawlgraph gives you instead is the thing the score is computed from: the full list of who links to a domain, each with its own authority percentile, exportable in bulk. For prospecting — “show me every site linking to my competitor so I can pitch them” — that raw list is what you actually act on, and DA-the-number is just a sort key.

livetry it on your own site

run this query against your domain - free

first 5 backlinks free. no signup required.

https://

the case for the focused tool

Most people who churn off Moz don't do it because the data is bad — it's good. They do it because they were paying $99/month for a suite when they only opened Link Explorer. If your recurring use of Moz is “check a competitor's backlinks once or twice a week,” you are renting a ten-room house to sleep in one bedroom. crawlgraph is that one room, bought outright.

api access, in numbersMoz's API is a separate metered product billed on top of Pro. crawlgraph's lifetime tier includes 1,000 backlink lookups and 50 gap-analysis jobs every month at no extra cost — enough to wire competitor research straight into your own scripts or an AI agent.

a 20-minute moz-to-crawlgraph migration

If your only recurring Moz task is competitor link research, the swap is short:

bash
curl -X POST https://crawlgraph.com/api/v1/backlinks \
  -H "Authorization: Bearer cg_live_…" \
  -H "Content-Type: application/json" \
  -d '{"domain": "competitor.com", "limit": 1000, "sort": "authority"}'

That returns the referring-domain list with authority scores:

json
{
  "domain": "competitor.com",
  "release_id": "CC-MAIN-2026-jan-feb-mar",
  "total_linking_domains": 9120,
  "returned": 1000,
  "cg_authority": 71,
  "results": [
    { "linking_domain": "industry-news.com", "num_hosts": 47, "tld": "com", "cg_authority": 84 },
    { "linking_domain": "review-blog.io",    "num_hosts": 9,  "tld": "io",  "cg_authority": 66 }
  ]
}

Pull your three closest competitors, dedupe, and you have a prospecting list that cost you nothing per month. Keep a single month of Moz if you need to snapshot DA values for a client report, then cancel.

checkpoint

seen enough? run it on your site free.

5 backlinks free. $99 once for unlimited.

when to stay on moz

Stay on Moz Pro if: you quote DA to clients or for outreach qualification and need the recognized number; you use the MozBar daily; you rely on its keyword research or rank tracking; or you want the hand-holding of a mature, beginner-friendly suite with strong docs and community. crawlgraph does none of those — it is deliberately one tool.

the verdict

Moz is the suite that gave the industry its shared metric, and that's a real, ongoing reason to pay for it. crawlgraph is the backlink-data layer underneath, from open data, for $99 once instead of $99 a month. If you need DA-the-number and the surrounding suite, keep Moz. If you mostly need the referring-domain list and can't justify a recurring suite bill, crawlgraph does that specific job at a fraction of the lifetime cost. Run your own domain through the free check and compare the referring-domain list to what you see in Link Explorer.

ahrefs · backlinkslocked
upgrade required · $129/mo
crawlgraph · live $99 once
G
github.io92
C
css-tricks.com88
L
lobste.rs86
A
algolia.com84
W
web.dev80
same data · one-time
$99$129/moonce
unlock the data →
stripe checkout · instant access
comparisons#moz#domain-authority#pricing#methodology
sharexlinkedin
pete the seo wizard
author

writes the queries we run internally. ships one tactical post a week.

keep reading
semrushvscrawlgraph
$140 / mo·$99 once
comparisons
comparisons7 min read

crawlgraph vs ubersuggest — the budget backlink question

ubersuggest is the default cheap all-rounder. crawlgraph goes deeper on one thing — backlinks — from open data, for a cheaper lifetime price. which budget tool fits which job.

pete the seo wizardJun 1
semrushvscrawlgraph
$140 / mo·$99 once
comparisons
comparisons8 min read

crawlgraph vs majestic — two link-only tools, very different prices

majestic is the deepest pure-backlink index there is, with trust flow and a historic archive. crawlgraph is a quarterly common-crawl snapshot for $99 once. when each one is the right call.

pete the seo wizardJun 1
RANK ↑ 30D
+847%
comparisons
comparisons4 min read

an honest take: when to use ahrefs vs when to use crawlgraph

ahrefs is worth $129/month for continuous link-signal monitoring. crawlgraph is worth $99 once for outreach prospecting. here's why both are correct.

crawlgraph teamMay 29
the dispatch
one post a week.

+ a free domain audit when you sign up.