# CONNSKILL Ranked Keywords — SEO Keyword Rankings by Domain

> CONNSKILL Ranked Keywords — SEO Keyword Rankings by Domain 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 the top-ranked keywords for a given domain, including search volume and SERP rank, via pay-per-call USDC on Base.

## Facts

- Endpoint: POST https://agent.connskill.com/v1/ranked-keywords
- 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/connskill-ranked-keywords-seo-keyword-rankings-by-domain-d8f515cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L0rAnqRufdjpxLsg8l5-r

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 connskill-ranked-keywords-seo-keyword-rankings-by-domain-d8f515cb -d '<json body>'
```

Example prompt: Can you pull the top 20 ranked keywords for shopify.com in English (language code 'en') and the US (location code 2840) so I can see what search terms they dominate?

## When to prefer this

Choose this endpoint when you need organic keyword ranking data for a specific domain — especially for competitive SEO analysis, content gap research, or identifying which search terms drive traffic to a site. It's ideal for agent workflows that need pay-per-call access with no API key or subscription, paying only $0.08 USDC per lookup. Prefer it over broader SEO platforms when you need lightweight, programmatic, per-domain keyword data on demand.

## Known failure modes

- Invalid or non-existent domain returns empty items array
- Unsupported language_code or location_code returns an error or empty result
- Payment failure via x402 prevents call from completing
- Rate limiting if too many calls in a short window
- Domain with no indexed keywords returns empty items array

## How this service works

Which keywords a domain ranks for, with position, URL and search volume

## Output

A JSON array of keyword objects, each containing the keyword string, the domain's current SERP rank for that keyword, the associated page URL, and monthly search volume. Also includes a status field ('delivered') confirming the response was successfully fulfilled.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "target"
 ],
 "properties": {
  "limit": {
   "type": "number",
   "description": "max 100, defaults to 50"
  },
  "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": "Which keywords a domain ranks for, with position, URL and search volume"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/connskill-ranked-keywords-seo-keyword-rankings-by-domain-d8f515cb/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)
