# OpenWeb Ninja — Zillow Real-Time Property Search by Polygon

> OpenWeb Ninja — Zillow Real-Time Property Search by Polygon 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 property listings within a geographic polygon area using real-time data, payable per call via x402 (no API key required).

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-zillow-data/search-polygon
- 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-time-property-search-by-polygon-99f0a1bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Vw5wRDVod3YoN-W5hCK8i

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-time-property-search-by-polygon-99f0a1bf
```

Example prompt: Search Zillow for all homes currently listed for sale within the polygon bounded by these coordinates in Austin, TX — I want real-time listings with prices and addresses.

## When to prefer this

Choose this endpoint when you need to search Zillow listings within a custom-shaped geographic boundary (polygon) rather than a simple radius or city-level search. Ideal for school district boundaries, neighborhood outlines, investment zones, or any irregular geographic area. No API key or account required — pay $0.003 USDC per call via x402 on Base, Polygon, or Arbitrum.

## Known failure modes

- Invalid or malformed polygon coordinates return an error
- Polygon area too large may return no results or timeout
- No listings found within the specified polygon returns empty results
- Payment failure over x402 prevents access to the endpoint
- Rate limits or temporary Zillow data unavailability may cause errors

## 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 JSON response containing real-time Zillow property listings found within the specified polygon area, including property addresses, listing prices, property details, and other Zillow listing metadata for all matching homes.

## 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-time-property-search-by-polygon-99f0a1bf/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)
