Install
openclaw skills install ahrefs-domain-rating-freeUse when checking Ahrefs Domain Rating, DR, website authority, domain authority, backlink profile strength, or free Ahrefs public API data for a domain or URL without an API key.
openclaw skills install ahrefs-domain-rating-freeUse 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=<domain-or-url>
Official docs: https://docs.ahrefs.com/en/api/reference/public/get-domain-rating-free
Use this skill when user asks for:
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.
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
python3 scripts/ahrefs-domain-rating-free.py <target...> [--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 |
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.
Authorization header. This public endpoint is free and unauthenticated./v3/public/domain-rating; correct path is /v3/public/domain-rating-free.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