# OpenWeb Ninja Zillow Search by Coordinates

> OpenWeb Ninja Zillow 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-16).

Search Zillow real estate listings by geographic coordinates (latitude/longitude), returning property listings near a given location.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-zillow-data/search-coordinates
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-zillow-search-by-coordinates-28d2d64b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3GleMHR5pRuz_86KQeKj9

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-search-by-coordinates-28d2d64b
```

Example prompt: Can you search Zillow for homes for sale near coordinates 37.7749° N, 122.4194° W — I'm looking for listings within a few miles of that spot in San Francisco.

## When to prefer this

Use this endpoint when you need to find Zillow real estate listings anchored to a specific geographic point (lat/lng) rather than a city name or ZIP code. Ideal when you have precise coordinates from a map click, GPS location, or geocoded address and want to surface nearby properties. Prefer this over text-based real estate search when geospatial precision matters, such as proximity to a specific landmark or commute corridor.

## Known failure modes

- Missing or invalid coordinates return an error or empty results
- Coordinates outside the US may return no listings (Zillow is US-focused)
- Rate limiting or payment failure via x402 protocol results in a 402 response
- Sparse areas with few listings may return empty or minimal results
- Invalid parameter types cause a malformed request error

## 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 Zillow property listings near the specified coordinates, including property details such as addresses, listing prices, home types, number of bedrooms/bathrooms, square footage, listing status (for sale/rent), and Zillow property IDs or URLs.

## 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-search-by-coordinates-28d2d64b/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)
