We have just shipped a Domain Metrics API. Pass any domain and get back the Ahrefs-style metrics builders already recognize: Domain Rating (DR on the 0–100 scale), URL Rating (UR), Ahrefs rank, backlinks, referring domains, estimated traffic, traffic value in USD, and organic keyword count — at both the page level and the domain level, in a single call. Same `yep_sk_` key, same `{ ok, data }` envelope, $0.02 per call.
What's new
- Domain Rating (DR) and URL Rating (UR) on the familiar 0–100 scale
- Ahrefs rank — global domain position
- Backlinks + referring domains at page and domain scope
- Estimated monthly traffic + traffic value in USD
- Flat $0.02 per call — no monthly minimum, no per-seat pricing
Endpoints in this release
What it's for
Competitor authority benchmarking, link prospect scoring, portfolio monitoring, and client reports that need the DR number everyone in SEO already speaks. Sits alongside our existing /seo/domain/overview — use this one when you want DR and traffic value, use overview when you want a different authority scale with keyword counts.
How to call it
POST a single domain. We strip `http(s)://` automatically and return page-level + domain-level metrics in one response.
curl -X POST https://api.yepapi.com/v1/seo/domain/metrics \
-H "x-api-key: $YEPAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"domain": "anthropic.com"
}'Pricing
$0.02 per call, deducted from your prepaid balance only on successful responses. No subscriptions, no monthly minimums — top up whenever.
Where to find it
Live playground on the product page, docs at docs.yepapi.com/seo-domain/domain-metrics, listed in the /explore grid and llms.txt feed for AI agents.
Check any domain's DR and traffic value
Open the playground, paste a domain, see DR + UR + backlinks + traffic in one response.
Try Domain Metrics