# OpenWeb Ninja — Zillow Polygon Real Estate Search

> OpenWeb Ninja — Zillow Polygon Real Estate Search 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 within a geographic polygon boundary using real-time data, payable per call via x402 (USDC).

## Facts

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

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-polygon-real-estate-search-e8f63978
```

Example prompt: Search Zillow for homes for sale within the polygon boundary of the Boerum Hill neighborhood in Brooklyn — use the polygon coordinates that outline that specific district.

## When to prefer this

Use this endpoint when you need to search Zillow listings constrained to a custom geographic polygon — ideal for neighborhood boundaries, school districts, opportunity zones, or any irregular geographic area where a simple radius or bounding box search is insufficient. No API key or account required; pay $0.003 USDC per call via x402.

## Known failure modes

- Invalid or malformed polygon coordinates return an error
- Polygon covering no listings returns empty results
- Overly large polygon may time out or return truncated results
- Payment failure via x402 results in 402 response with no data
- Unsupported polygon format or coordinate system causes rejection

## 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 real-time Zillow property listings found within the specified geographic polygon, including listing details such as property prices, addresses, home attributes, and other Zillow listing metadata for all matching properties inside the boundary.

## 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-polygon-real-estate-search-e8f63978/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)
