# AnyAPI Zillow Search

> AnyAPI Zillow Search is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.0755/call, status unknown (last checked 2026-09-14).

Searches Zillow real estate listings by location and filters, returning property data scraped from Zillow.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/zillow.search
- Price: $0.0755/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-zillow-search-1385ff17
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oqlnzaBfMpxctw6Yg15JG

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 anyapi-zillow-search-1385ff17 -d '<json body>'
```

Example prompt: Search Zillow for homes for sale in Austin, TX under $600,000 with at least 3 bedrooms and show me the listings.

## When to prefer this

Use this endpoint when you need programmatic access to Zillow search results without maintaining a Zillow API key or subscription. Ideal for one-off or infrequent real estate searches, market research tasks, or agent workflows that need pay-per-call pricing. Prefer this over direct Zillow API integrations when you want a unified single-key gateway across many data sources.

## Known failure modes

- Invalid or unrecognized location returns empty results
- Zillow anti-scraping measures may cause intermittent failures or partial data
- Malformed query parameters return a 400-level error
- Rate limiting or quota exceeded returns an error response
- Zillow page structure changes may cause temporary data extraction failures

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON array of Zillow property listings matching the search query, including details such as property address, listing price, number of bedrooms and bathrooms, square footage, listing status, and Zillow listing URLs.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-zillow-search-1385ff17/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
