# x402 Directory Rank Tracker

> x402 Directory Rank Tracker is a paid API for AI agents from x402-seller.558686.xyz, paid per call via x402, $0.01/call, status down (last checked 2026-09-16).

Tracks and analyzes the ranking positions of seller channels across x402 directories, including rank changes and listing status.

## Facts

- Endpoint: POST https://x402-seller.558686.xyz/v1/tools/x402-directory-rank-tracker
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-directory-rank-tracker-dc143918
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7jdNhrUmXnDCiy-JgXERC

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 x402-directory-rank-tracker-dc143918 -d '<json body>'
```

Example prompt: Track the directory ranking for my x402scan channel — it's currently ranked 11 and was ranked 18 last time, and its status is 'listed'. Tell me how many channels are listed and how many are approval-blocked.

## When to prefer this

Choose this endpoint when you need a deterministic, structured snapshot of directory rank positions and approval status for x402 seller channels, especially to detect rank movement (improvement or regression) between two time periods. Prefer it over manual tracking when comparing current vs previous rank across multiple channels programmatically.

## Known failure modes

- Missing required channel fields (name, rank, previousRank, status) causes validation error
- Empty channels array returns zero counts with no useful ranking delta
- Invalid rank integer types may cause schema rejection
- Service unavailable at the .xyz domain returns a non-200 error
- Payment failure (x402 protocol) blocks the request before processing

## How this service works

Operational x402 seller tools for market benchmark, buyer shortlist, seller action plan, directory rank tracker, quote inspector, competitor listing audit, directory submission kit, price band advice, and buyer intent scoring workflows.

## Output

Returns a JSON object with the list of tracked channels, a count of channels with 'listed' status, a count of channels blocked by approval, and the tool/route metadata. Results are deterministic given the same input.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "tool": "x402-directory-rank-tracker",
  "input": {
   "channels": [
    {
     "name": "x402scan",
     "rank": 11,
     "status": "listed",
     "previousRank": 18
    }
   ]
  },
  "route": "/v1/tools/x402-directory-rank-tracker",
  "result": {
   "channels": [],
   "listedCount": 1,
   "approvalBlockedCount": 1
  },
  "project": "x402-seller-growth-tools",
  "deterministic": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-directory-rank-tracker-dc143918/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-seller.558686.xyz](https://www.zero.xyz/host/x402-seller.558686.xyz/llms.txt)
