# OpenWebNinja Zillow Property Details by Address

> OpenWebNinja Zillow Property Details by Address 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-14).

Retrieves real estate property details from Zillow for a given street address

## Facts

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

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-zillow-property-details-by-address-2475322f
```

Example prompt: Can you pull up the Zillow property details for 4521 Oak Canyon Drive, Austin TX 78759 — I want to see things like the Zestimate, square footage, bedrooms, and any listing info?

## When to prefer this

Use this endpoint when you need structured property-level details (valuation, specs, listing info) for a specific known address, pulling directly from Zillow's data. Prefer this over general web search when you need machine-readable real estate data, or over MLS-based endpoints when Zillow's Zestimate and consumer-facing data is what's needed.

## Known failure modes

- Address not found or not in Zillow database — returns empty or error response
- Malformed or ambiguous address string — may return wrong property or no results
- Address missing required components (city, state) — lookup may fail
- Rate limiting or upstream Zillow API unavailability — service error
- Payment failure for x402 micropayment — request blocked

## 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 structured real estate property data from Zillow for the queried address, likely including property attributes (bedrooms, bathrooms, square footage, lot size), Zestimate home valuation, listing status, year built, and other property-level details.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openwebninja-zillow-property-details-by-address-2475322f/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)
