# AnyAPI Zillow Property Scraper

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

Scrapes property listing data from Zillow for a given property URL or address, returning structured JSON details

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/zillow.property
- Price: $0.0024/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-property-scraper-3d086dc2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Qjgu_Jra3IRSnOxdWBlNy

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-property-scraper-3d086dc2 -d '<json body>'
```

Example prompt: Can you pull the Zillow listing details for 123 Main St, Austin TX 78701 — I want the price, number of bedrooms and bathrooms, square footage, and the Zestimate?

## When to prefer this

Choose this endpoint when you need structured Zillow property data (price, Zestimate, specs) for a specific address or listing URL without maintaining a Zillow API subscription. Ideal for one-off property lookups, real estate research, or enriching address data with home value estimates on a pay-per-request basis.

## Known failure modes

- Property not found on Zillow — returns error or empty result
- Invalid or malformed address/URL input — parsing error
- Zillow blocks scrape request — returns timeout or anti-bot error
- Property listing has been removed — stale or no data returned
- Rate limit exceeded on AnyAPI side — HTTP 429

## 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 object containing structured Zillow property data including listing price, Zestimate, address, number of bedrooms and bathrooms, square footage, lot size, property type, year built, listing status, and other available property attributes scraped from Zillow.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-zillow-property-scraper-3d086dc2/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)
