# OpenWeb Ninja — Zillow Real Estate Search by Coordinates

> OpenWeb Ninja — Zillow Real Estate 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 Zillow real estate listings by geographic coordinates (latitude/longitude) and return matching properties in that area

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-real-estate-data/zillow/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-zillow-real-estate-search-by-coordinates-eea28afc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_554VKrbzmaa1tm3Ec_eSD

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-real-estate-search-by-coordinates-eea28afc
```

Example prompt: Can you search Zillow for homes for sale near coordinates 37.7749° N, 122.4194° W — I'm looking for what's currently listed in that San Francisco area?

## When to prefer this

Choose this endpoint when you have a specific geographic point (lat/lon) and want to search Zillow listings nearby — ideal when a user has dropped a map pin, provided GPS coordinates, or when you need to search around a known address already geocoded. Prefer over city-name search endpoints when precision location matters or when searching near a non-standard location like a workplace or landmark.

## Known failure modes

- Invalid or out-of-range coordinates return an error or empty result set
- No listings available in a remote or rural area returns an empty array
- Malformed coordinate format causes a 400-level error
- Payment failure over x402 protocol blocks the request
- Zillow data source unavailable causes upstream timeout or 503 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 JSON list of Zillow real estate listings near the specified coordinates, typically including property addresses, listing prices, home details (bedrooms, bathrooms, square footage), Zillow listing IDs, and URLs to individual property pages on Zillow.

## 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-real-estate-search-by-coordinates-eea28afc/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)
