ahrefs

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name AHREFS_TOKEN or zero doctor check-connector --url https://api.ahrefs.com/v3/site-explorer/domain-rating --method GET

Core APIs

Get Domain Rating

Get the domain rating for a target. Replace <target-domain> with the actual domain (e.g., ahrefs.com):

curl -s "https://api.ahrefs.com/v3/site-explorer/domain-rating?target=<target-domain>&date=2026-03-01" --header "Authorization: Bearer $AHREFS_TOKEN" | jq '{domain_rating, ahrefs_rank}'

Docs: https://docs.ahrefs.com/reference/domain-rating

Get Backlinks Overview

Replace <target-domain> with the actual domain:

Related skills
Installs
25
GitHub Stars
59
First Seen
Mar 12, 2026