apify-zillow-apilisted
Install: claude install-skill johnisanerd/claude-skill-zillow-api
# Zillow Listings, as Rows You Can Query
Plain locations in, live Zillow listings out as structured rows, with the region resolved correctly for you so a ZIP never lands on the wrong town.
## When to use this skill
- Someone wants a Zillow API and found only the official developer program, which is invite-only, unpriced, and gated behind a partner review.
- You are filling a CRM, a market dashboard, a valuation model, or a lead tool with for-sale, rental, or recently sold listings.
- You have a list of cities or ZIP codes and want listings back as JSON, not a page of search results to read by hand.
- You need latitude and longitude on every row so listings can be joined to a map or a geo dataset.
Not for: tracking homes whose price just dropped. Use the companion `apify-zillow-price-cuts` skill, built on the same Actor but shaped for price-drop monitoring. See `references/actor-index.md`.
## What you get
One dataset row per listing. `resultType` separates `forSale`, `rental`, `sold`, and `error` rows, so a sale search that returns a sold row is still labeled honestly.
Core fields (for sale and sold):
- `zpid`, `url`, `title`, `status`, `statusType`
- `price`, `priceValue`, `priceChange`, `priceChangeDate`
- `beds`, `baths`, `squareFeet`, `homeType`
- `street`, `city`, `state`, `zipcode`, `latitude`, `longitude`
- `brokerName`, `zestimate`, `rentZestimate`, `taxAssessedValue`, `soldDate`, `daysOnZillow`
- `thumbnail`, `images` (URLs only, opt-in), `scrapedAt`
Rental r