# OpenWeb Ninja — Zillow Property Details by Address

> OpenWeb Ninja — 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-15).

Fetches real-time Zillow property details for a given street address, including listing info, valuation, and property attributes.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-zillow-data/property-details-address
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-zillow-property-details-by-address-80c25700
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QCJKyg-BtD3HtF15gtwXf

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 openweb-ninja-zillow-property-details-by-address-80c25700
```

Example prompt: Can you pull up the Zillow property details for 123 Main Street, Austin, TX 78701 — I want to see the Zestimate, number of beds and baths, square footage, and whether it's currently listed for sale?

## When to prefer this

Choose this endpoint when you need structured Zillow property data (Zestimate, listing status, physical attributes) for a specific known address without requiring a Zillow API key or account. Ideal for AI agents doing one-off property lookups, real estate research, or portfolio monitoring on a pay-per-call basis via x402. Prefer this over scraping Zillow directly or setting up a full Zillow API integration when low-volume, ad-hoc lookups are needed.

## Known failure modes

- Address not found on Zillow — returns empty result or error if the address does not match a Zillow listing
- Ambiguous address — partial or misspelled addresses may return no results or wrong property
- Payment failure — x402 payment of $0.003 USDC must succeed before data is returned
- Rate or network issues — transient failures if Zillow's underlying data source is temporarily unavailable
- Off-market properties — may return limited data if property has never been listed or is not indexed by Zillow

## 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

A JSON object containing real-time Zillow property data for the queried address, typically including Zestimate (automated valuation), listing price and status, number of bedrooms and bathrooms, square footage, lot size, property type, year built, and other available Zillow listing attributes.

## 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/openweb-ninja-zillow-property-details-by-address-80c25700/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)
