# x402 Bazaar Rank – Land Services

> x402 Bazaar Rank – Land Services is a paid API for AI agents from x402-bazaar-rank.x402-bazaar-rank-worker.workers.dev, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-18).

Returns a ranked list of land-tagged x402 services sorted by real 30-day call volume and paying-wallet counts, with a snapshot hash receipt.

## Facts

- Endpoint: GET https://x402-bazaar-rank.x402-bazaar-rank-worker.workers.dev/in-land
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-bazaar-rank-land-services-430f674a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tvj--vwhmt5BmKR_EHUHO

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-bazaar-rank-land-services-430f674a
```

Example prompt: Show me the top 25 land-tagged services on the x402 bazaar ranked by number of paying wallets over the last 30 days, and include the snapshot hash so I can verify the data.

## When to prefer this

Choose this endpoint when you need a pre-scored, usage-validated leaderboard of land-category x402 services rather than building your own ranking from raw data. It is ideal for agent workflows that need to quickly identify high-demand, real-money-backed land APIs without scanning the full marketplace. Prefer it over generic x402 discovery endpoints when the land tag is the relevant filter and when verifiable snapshot provenance (hash + scoring revision) matters.

## Known failure modes

- No services indexed for the land tag returns an empty services array with count 0
- Snapshot index temporarily unavailable returns a 5xx error from the Cloudflare Worker
- Stale data if the 30-day rolling window has not yet refreshed since last indexing cycle
- Payment not fulfilled (HTTP 402) if the $0.008 USDC call fee is not settled before the request

## How this service works

Ranked discovery over the live x402 service market: every indexed service scored by real 30-day calls and paying-wallet bounds, with a receipt naming the snapshot hash and scoring revision.

## Output

A JSON object containing a ranked array of up to 25 land-tagged x402 services, each with name, network ID, 30-day call count, price in USD, resource URL, and 30-day unique payer wallet count. Also includes total matched service count, the query parameters used, the route, a declarant field, a generation timestamp, and a snapshot hash plus scoring revision for verifiability.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 25,
  "query": {
   "by": "payers",
   "op": "top",
   "limit": 25,
   "where": {
    "tag": "land"
   }
  },
  "route": "/in-land",
  "matched": 359,
  "services": [
   {
    "name": "forecast api",
    "network": "eip155:8453",
    "calls30d": 310,
    "priceUsd": 0.01,
    "resource": "https://api.example.com/forecast",
    "payers30d": 42
   }
  ],
  "declaredBy": "agent",
  "generatedAt": "2026-09-17T12:00:00.000Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-bazaar-rank-land-services-430f674a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-bazaar-rank.x402-bazaar-rank-worker.workers.dev](https://www.zero.xyz/host/x402-bazaar-rank.x402-bazaar-rank-worker.workers.dev/llms.txt)
