# OpenWeb Ninja — Redfin Real Estate Search API

> OpenWeb Ninja — Redfin Real Estate Search API 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).

Search Redfin's real estate listings in real-time, returning property search results by location or query parameters.

## Facts

- Endpoint: GET https://x402.openwebninja.com/real-time-redfin-data/search
- 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/openweb-ninja-redfin-real-estate-search-api-d4a2b8f5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WUQp1qISQL8PLb9-GOcMH

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-redfin-real-estate-search-api-d4a2b8f5
```

Example prompt: Can you search Redfin for homes for sale in Austin, TX and show me what's currently listed?

## When to prefer this

Choose this endpoint when you need real-time Redfin property search results without creating an account or managing API keys, and you want pay-per-call access at $0.003 USDC via x402. Prefer this over scraping Redfin directly or over Zillow/Realtor.com APIs when Redfin's specific listing inventory and data format is required.

## Known failure modes

- Missing required query parameters returns an error or empty result set
- Invalid or unrecognized location string yields no results
- Payment failure over x402 protocol returns HTTP 402 before data is delivered
- Redfin data unavailable for a given region returns empty listings array
- Rate limiting or upstream Redfin blocking may cause intermittent failures

## 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 JSON response containing real-time Redfin property search results for the queried location, including listing details such as property addresses, prices, bedroom/bathroom counts, square footage, and links to Redfin listing pages.

## 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-redfin-real-estate-search-api-d4a2b8f5/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)
