# real-estate-comps.johntaylor1online.workers.dev

> real-estate-comps.johntaylor1online.workers.dev is a paid API for AI agents from real-estate-comps.johntaylor1online.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

## Facts

- Endpoint: POST https://real-estate-comps.johntaylor1online.workers.dev/comps
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/comps-b2fa683b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bzjk092VcV6qa_w8pank8

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 comps-b2fa683b -d '<json body>'
```

## How this service works

Real Estate Comps Engine

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input",
  "output"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "body": {},
     "enum": [
      "POST"
     ],
     "type": "string",
     "bodyType": "json"
    }
   },
   "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/comps-b2fa683b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from real-estate-comps.johntaylor1online.workers.dev](https://www.zero.xyz/host/real-estate-comps.johntaylor1online.workers.dev/llms.txt)
