# citable.run Domain Overview

> citable.run Domain Overview is a paid API for AI agents from citable.run, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns a domain's organic SEO footprint: total keywords ranked, top positions, and estimated organic traffic.

## Facts

- Endpoint: GET https://citable.run/v1/domain-overview
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/citable-run-domain-overview-e4245cbd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0_RMGQ9HF4G0JSEfK-42m

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 citable-run-domain-overview-e4245cbd
```

Example prompt: Can you pull the organic SEO overview for ahrefs.com in the US — how many keywords do they rank for and what's the estimated traffic?

## When to prefer this

Use this endpoint when you need a high-level summary of a domain's organic search presence — total keywords, top positions, and traffic estimate — in a single call. Prefer it over keyword-level endpoints when you want a quick competitive snapshot rather than a full keyword list. It is ideal for benchmarking, onboarding audits, or market research where a broad overview suffices.

## Known failure modes

- Domain not found or has no ranking data — returns empty or zero values
- Invalid country or language code — may default to 'us'/'en' or return an error
- Domain entered with protocol (http://) instead of bare hostname — may cause parsing failure
- Rate limiting or payment failure via x402 — returns 402 or 429 status
- Very new or low-traffic domains may return minimal data

## How this service works

A domain's organic footprint: keywords ranked, top positions, estimated traffic.

## Output

Returns a structured overview of the domain's organic search presence, including the number of keywords the domain ranks for, its top-ranking positions in search results, and an estimate of monthly organic traffic — scoped to the requested country and language.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "domain"
     ],
     "properties": {
      "lang": {
       "type": "string",
       "description": "2-letter language code, default en"
      },
      "domain": {
       "type": "string",
       "description": "hostname to profile, e.g. example.com"
      },
      "country": {
       "type": "string",
       "description": "2-letter country code, default us"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/citable-run-domain-overview-e4245cbd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from citable.run](https://www.zero.xyz/host/citable.run/llms.txt)
