# AnyAPI Ahrefs Overview

> AnyAPI Ahrefs Overview is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.0195/call, status unknown (last checked 2026-09-15).

Fetches Ahrefs domain overview SEO metrics (backlinks, organic traffic, DR, etc.) for a given domain via a pay-per-request proxy.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/ahrefs.overview
- Price: $0.0195/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 2
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-ahrefs-overview-9aa8c8d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IQ_ab3BfQXKR-DCVkNUZr

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability anyapi-ahrefs-overview-9aa8c8d7 -d '<json body>'
```

Example prompt: Pull the Ahrefs domain overview for semrush.com — I want to see the domain rating, total backlinks, referring domains, and estimated organic traffic.

## When to prefer this

Use this endpoint when you need Ahrefs-specific SEO metrics (domain rating, backlink count, referring domains, organic traffic) for a domain without purchasing an Ahrefs subscription. Ideal for one-off or infrequent lookups where a monthly subscription is not cost-effective. Prefer this over direct Ahrefs API when you want pay-per-use billing in USDC with no commitments.

## Known failure modes

- Invalid or non-existent domain returns an error or empty result
- Payment failure (insufficient USDC balance) returns 402
- Ahrefs data unavailable for new/unindexed domains
- Rate limiting if too many requests are made in quick succession
- Malformed domain input causes a 400 bad request

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing Ahrefs overview metrics for the target domain, including domain rating (DR), total backlinks, number of referring domains, estimated monthly organic traffic, and organic keyword counts.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-ahrefs-overview-9aa8c8d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
