# Redfin Real-Time Property Details

> Redfin Real-Time 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-15).

Fetches real-time Redfin property listing details including price, beds, baths, photos, schools, tax history, and more for a given US or Canadian property.

## Facts

- Endpoint: GET https://x402.openwebninja.com/real-time-redfin-data/property-details
- 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/redfin-real-time-property-details-7fa6a6f0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LpCtXtb_CFpPzP8TltD6Z

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 redfin-real-time-property-details-7fa6a6f0
```

Example prompt: Can you pull up the full property details from Redfin for property ID 123456789 in the US — I want to see the price, beds, baths, school ratings, and any upcoming open houses?

## When to prefer this

Use this endpoint when you need comprehensive, real-time property listing details from Redfin by property ID or URL, including photos, schools, tax history, and open house info. Prefer this over generic property APIs when Redfin-sourced data freshness and detail depth are important, or when you already have a Redfin property ID or listing URL.

## Known failure modes

- Invalid or missing property_id returns an error or empty data
- Property not found on Redfin returns null or 404-equivalent response
- Unsupported country_code (non-US/CA) causes validation failure
- Stale or delisted property may return incomplete data
- Network timeout or upstream Redfin API unavailability causes failure

## 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 data object including listing price, beds, baths, square footage, property status, photos (with captions), nearby school names and ratings, HOA dues, tax history, open house schedule, sold date and price, year built, MLS info, latitude/longitude, and more for the specified property.

## 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/redfin-real-time-property-details-7fa6a6f0/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)
