# OpenWebNinja Realtime Zillow Property Details

> OpenWebNinja Realtime Zillow Property Details is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).

Fetches detailed property information from Zillow for a specific listing, including price, zestimate, bedrooms, bathrooms, lot size, location, and home type.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-zillow-data/property-details
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openwebninja-realtime-zillow-property-details-ebc48fcb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_itcwSC0T6eKnPr4ox8DH7

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 openwebninja-realtime-zillow-property-details-ebc48fcb
```

Example prompt: Can you pull up the full property details for this Zillow listing — https://www.zillow.com/homedetails/123-main-st/12345678_zpid/ — I want to know the price, Zestimate, number of bedrooms and bathrooms, lot size, and year it was built.

## When to prefer this

Use this endpoint when you need detailed metadata for a specific known Zillow property — identified either by its listing URL or zpid. Prefer this over search endpoints when you already have the property identifier and need rich detail like Zestimate, lot size, year built, and coordinates.

## Known failure modes

- Invalid or expired Zillow URL returns an error or empty result
- zpid not found on Zillow returns a not-found error
- Neither url nor zpid provided results in a missing required parameter error
- Zillow rate-limiting or availability issues may cause transient failures
- Property not publicly listed may return incomplete or no data

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns a structured property object containing listing price in cents, Zillow Zestimate in cents, number of bedrooms and bathrooms, home type, lot size in square feet, year built, city, state, zipcode, and geographic coordinates (latitude/longitude).

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openwebninja-realtime-zillow-property-details-ebc48fcb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
