RankParse

Domain Authority

Get a 0-100 authority score for any domain.

GET /v1/domain-authority

Returns a 0-100 authority score based on referring domains. Costs 1 credit.

Parameters

ParameterTypeRequiredDescription
domainstringYesThe domain to query

Request

curl "https://api.rankparse.com/v1/domain-authority?domain=github.com" \
  -H "X-API-Key: rp_your_key"

Response

{
  "data": {
    "score": 97,
    "referring_domains": 12453678,
    "total_host_count": 54321
  },
  "domain": "github.com",
  "credits_used": 1,
  "credits_remaining": 999
}

How the score is calculated

The authority score is derived from the number of unique referring domains in our link graph, scaled logarithmically to a 0-100 range. Higher scores indicate more widely-linked domains.

On this page