# OpenWeb Ninja — Redfin Real-Time Search by Coordinates

> OpenWeb Ninja — Redfin Real-Time Search by Coordinates 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).

Search Redfin real estate listings by geographic coordinates to retrieve nearby properties and listings in real time.

## Facts

- Endpoint: GET https://x402.openwebninja.com/real-time-redfin-data/search-coordinates
- 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-redfin-real-time-search-by-coordinates-c33e8274
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PHwYnpgbs3cklagbsF0TF

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-time-search-by-coordinates-c33e8274
```

Example prompt: Search Redfin for homes currently for sale near coordinates 37.7749° N, 122.4194° W — I want to see what listings are available in that area right now.

## When to prefer this

Use this endpoint when you need real-time Redfin property listings anchored to a specific geographic coordinate — ideal for map-based property search, GPS-driven home discovery, or when you have lat/lon from a user's location or dropped pin rather than an address or city name. Prefer this over address-based search when you need spatial proximity queries.

## Known failure modes

- Missing or invalid coordinates return an error or empty result set
- Coordinates in areas with no Redfin coverage return empty listings
- Malformed request parameters cause a 400-level error
- No listings found in the specified area returns an empty array
- Payment failure over x402 protocol prevents the request from completing

## 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 list of real estate listings sourced from Redfin near the given coordinates, including property addresses, listing prices, property details, and likely listing URLs or identifiers for each result.

## 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-time-search-by-coordinates-c33e8274/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)
