Ahrefs Overview API
Get an SEO authority overview for any domain or URL: Domain Rating, total backlinks, and referring domains - as normalized JSON.
Try it
Make your first request
{
"data": {
"items": [
{
"backlinks": 42,
"dofollowBacklinksPct": 42,
"dofollowReferringDomainsPct": 42,
"domain": "example.com",
"domainRating": 4.6,
"mode": "example",
"referringDomains": 42
}
]
},
"found": true
}interface AhrefsOverviewResponse {
data: {
items: {
backlinks?: number;
dofollowBacklinksPct?: number;
dofollowReferringDomainsPct?: number;
domain: string;
domainRating?: number;
mode?: string;
referringDomains?: number;
}[];
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-16 · uptime and latency measured over 30dcurl -X POST https://api.getanyapi.com/v1/run/ahrefs.overview \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"mode":"subdomains","url":"ahrefs.com"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| url | string | "ahrefs.com"The domain or page URL to analyze (e.g. ahrefs.com). |
| mode | enum | "subdomains"Analysis scope: subdomains covers the whole domain, exact matches only the given URL. |
| Response | ||
| data | object | |
| data.items | object[] | Domain authority records: the requested domain plus its Domain Rating, total backlinks, and referring-domain counts. Populated whenever the provider has data for the entity. |
| data.items[].backlinks | integer | Total number of backlinks pointing to the domain. |
| data.items[].dofollowBacklinksPct | integer | Percentage (0-100) of backlinks that are dofollow. |
| data.items[].dofollowReferringDomainsPct | integer | Percentage (0-100) of referring domains that provide a dofollow link. |
| data.items[].domain | string | The domain or URL the metrics are scoped to. Populated whenever the provider has data for the entity. |
| data.items[].domainRating | number | Ahrefs Domain Rating, 0-100, measuring backlink-profile strength. |
| data.items[].mode | string | Analysis scope used: subdomains (whole domain) or exact (the given URL only). |
| data.items[].referringDomains | integer | Number of unique referring domains linking to the domain. |
| found | boolean | |
| Price | ||
| Price per request | USD | $0.00501 |
| Price /1k req | USD | $5.01 |
FAQ
About the Ahrefs Overview API
The AnyAPI Ahrefs Overview API returns Ahrefs overview data as normalized JSON from one POST call to /v1/run/ahrefs.overview. Get an SEO authority overview for any domain or URL: Domain Rating, total backlinks, and referring domains - as normalized JSON. AnyAPI returns one normalized schema whichever source serves it. It costs from $5.01 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 99.4% of Ahrefs overview calls through AnyAPI succeeded, with a median response time of 13.8 seconds across 464 measured calls.