# Redfin Property Details via OpenWebNinja

> Redfin Property Details via OpenWebNinja 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 real estate property data from Redfin for a given property URL or property ID in the US or Canada

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-real-estate-data/redfin/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/redfin-property-details-via-openwebninja-65abadec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ksQ-x2CuQsGopjDIFOwxa

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-property-details-via-openwebninja-65abadec
```

Example prompt: Can you pull up the full property details from Redfin for this listing: https://www.redfin.com/CA/San-Francisco/123-Main-St-94105/home/12345678 — I want to see the price, beds, baths, and any other specs.

## When to prefer this

Use this endpoint when you need structured property details for a specific Redfin listing and already have the Redfin URL or property ID. Prefer this over generic web scraping when you want reliable, structured real estate data from Redfin for US or Canadian properties at low cost per call.

## Known failure modes

- Invalid or expired Redfin URL returns empty or error response
- Property ID not found returns null or error
- Unsupported country code (outside US/CA) returns validation error
- Missing required 'url' or 'property_id' parameter causes bad request
- Redfin rate limiting or anti-scraping measures may cause intermittent failures
- Payment not processed (402) if x402 payment header is missing

## 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 structured data object containing detailed property information scraped from Redfin, including listing price, address, number of bedrooms and bathrooms, square footage, lot size, year built, property type, listing status, and other available listing attributes for the specified US or Canadian 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-property-details-via-openwebninja-65abadec/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)
