/install ahrefs-domain-rating-free
Ahrefs Domain Rating Free
Overview
Use Ahrefs' free public Domain Rating endpoint to check a domain or URL's backlink profile strength. No Ahrefs API key required.
Endpoint:
GET https://api.ahrefs.com/v3/public/domain-rating-free?target=\x3Cdomain-or-url>
Official docs: https://docs.ahrefs.com/en/api/reference/public/get-domain-rating-free
When to Use
Use this skill when user asks for:
- Ahrefs DR or Domain Rating
- website authority from Ahrefs
- domain authority style checks using Ahrefs data
- quick backlink strength comparison
- free Ahrefs public API lookup
- DR for one domain, many domains, or URLs
Do not use when user needs paid Site Explorer metrics, backlinks, referring domains, organic keywords, or historical Ahrefs data. Those require authenticated Ahrefs API endpoints.
Quick Start
From this skill directory:
python3 scripts/ahrefs-domain-rating-free.py ahrefs.com
python3 scripts/ahrefs-domain-rating-free.py https://example.com --json
python3 scripts/ahrefs-domain-rating-free.py ahrefs.com example.com github.com
Expected compact output:
ahrefs.com 91.0
Agent Workflow
- Normalize user input as domain or URL. Keep path if user provided a specific URL.
- Call the wrapper script first. It handles URL encoding, HTTP errors, JSON parsing, and multi-target output.
- Report DR as a numeric score on Ahrefs' 100-point logarithmic scale.
- If comparing multiple targets, sort or tabulate only if user asks.
- If endpoint returns 400, ask for a valid domain or URL.
Wrapper Script
python3 scripts/ahrefs-domain-rating-free.py \x3Ctarget...> [--json] [--raw]
Flags:
| Flag | Use |
|---|---|
--json |
Machine-readable array with target, domain_rating, ok/error |
--raw |
Print raw Ahrefs JSON per target |
--timeout SECONDS |
Override HTTP timeout, default 20 |
API Details
Query parameters:
| Parameter | Required | Meaning |
|---|---|---|
target |
yes | Domain or URL to check |
output |
no | Ahrefs output selector. Wrapper does not need it. |
Response shape:
{
"domain_rating": {
"domain_rating": 91.0
}
}
domain_rating.domain_rating is the current strength of the target's backlink profile compared to other websites in Ahrefs' database, on a 100-point logarithmic scale.
Common Mistakes
- Do not add
Authorizationheader. This public endpoint is free and unauthenticated. - Do not call
/v3/public/domain-rating; correct path is/v3/public/domain-rating-free. - Do not confuse Ahrefs DR with Moz DA or Semrush Authority Score.
- Do not promise real-time backlink counts. This endpoint returns only DR.
- Handle invalid targets as user input errors, not API outages.
Install
Skills.sh:
npx skills add AIGC-Hackers/ahrefs-domain-rating-free-skill --skill ahrefs-domain-rating-free
ClawHub, after publish:
clawhub install ahrefs-domain-rating-free
# or
clawdhub install ahrefs-domain-rating-free
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ahrefs-domain-rating-free - After installation, invoke the skill by name or use
/ahrefs-domain-rating-free - Provide required inputs per the skill's parameter spec and get structured output
What is Ahrefs Domain Rating Free?
Use when checking Ahrefs Domain Rating, DR, website authority, domain authority, backlink profile strength, or free Ahrefs public API data for a domain or UR... It is an AI Agent Skill for Claude Code / OpenClaw, with 35 downloads so far.
How do I install Ahrefs Domain Rating Free?
Run "/install ahrefs-domain-rating-free" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ahrefs Domain Rating Free free?
Yes, Ahrefs Domain Rating Free is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ahrefs Domain Rating Free support?
Ahrefs Domain Rating Free is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ahrefs Domain Rating Free?
It is built and maintained by sharkqwy (@sharkqwy); the current version is v1.0.0.