# Domain Organic Visibility Overview (Keyword Position Buckets + Traffic)

> Domain Organic Visibility Overview (Keyword Position Buckets + Traffic) is a paid API for AI agents from agent.connskill.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a breakdown of a domain's organic search keyword counts by position bucket (e.g. top 3, top 10, top 100) along with estimated organic traffic

## Facts

- Endpoint: POST https://agent.connskill.com/v1/domain-rank
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/domain-organic-visibility-overview-keyword-position-buckets-traffic-5fee0b21
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_26_FCKMygazgPqXSo3NDh

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 domain-organic-visibility-overview-keyword-position-buckets-traffic-5fee0b21 -d '<json body>'
```

Example prompt: Can you check the organic Google visibility of ahrefs.com — how many keywords does it rank for across different position buckets and what's the estimated traffic? Use Germany (location 2276) and German language.

## When to prefer this

Use this endpoint when you need a high-level snapshot of a domain's organic Google presence — specifically the distribution of keyword rankings across position buckets and an estimated traffic number — without needing individual keyword details. Prefer this over the full SEO picture endpoint when you only need the visibility summary, not competitors or ranked keyword lists. Ideal for benchmarking, client audits, or quick competitive checks.

## Known failure modes

- Invalid or non-existent domain returns empty or null result
- Unsupported language_code or location_code may default or return error
- Domain with no indexed organic rankings returns zero counts
- Payment failure (402) if x402 payment header is missing or insufficient
- Rate limiting if too many concurrent requests

## How this service works

Organic visibility overview of a domain: keyword counts by position bucket plus estimated traffic

## Output

Returns a JSON object with the domain's organic search visibility data: keyword counts segmented by position buckets (e.g. positions 1-3, 4-10, 11-20, 21-100) and an estimated monthly organic traffic figure, scoped to the requested language and location.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "target"
 ],
 "properties": {
  "target": {
   "type": "string",
   "description": "Domain, e.g. example.com. Also accepted as \"domain\" or \"url\"."
  },
  "language_code": {
   "type": "string",
   "description": "ISO language code, defaults to de"
  },
  "location_code": {
   "type": "number",
   "description": "Location code (2276 = Germany, 2840 = United States)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "Organic visibility overview of a domain: keyword counts by position bucket plus estimated traffic"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/domain-organic-visibility-overview-keyword-position-buckets-traffic-5fee0b21/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent.connskill.com](https://www.zero.xyz/host/agent.connskill.com/llms.txt)
