apify-zillow-price-cutslisted
Install: claude install-skill johnisanerd/claude-skill-zillow-price-cuts
# Homes With a Recent Price Cut, as Rows You Can Query
A city or ZIP in, price-reduced homes out as structured rows, each carrying how much the price dropped, when it dropped, and how long the home has been listed.
## When to use this skill
- You want price-reduced homes, the classic signal of a motivated seller or stale inventory.
- You are building a lead feed for agents or investors and want the price cut as numbers, not a badge to read off a page.
- You want a week-over-week feed of new price drops in a market, not a one-time snapshot to eyeball.
- You track a metro to spot where a buyer can negotiate, and need the change amount and days on market on every row.
Not for: a general search of everything for sale, rent, or sold. Use the companion `apify-zillow-api` skill, built on the same Actor for broad listing pulls. See `references/actor-index.md`.
## What you get
One dataset row per reduced listing. `resultType` is `forSale`; branch on it and on the presence of `priceChange`.
Core fields:
- `zpid`, `url`, `title`, `status`
- `price`, `priceValue`, `priceChange` (the drop amount), `priceChangeDate` (when it dropped)
- `daysOnZillow`
- `beds`, `baths`, `squareFeet`, `homeType`
- `street`, `city`, `state`, `zipcode`, `latitude`, `longitude`
- `brokerName`, `zestimate`, `taxAssessedValue`, `scrapedAt`
Plus the resolution provenance on every row: `searchLocation`, `regionId`, `regionName`, `regionType`, `regionAmbiguous`.
The Actor ships a dataset view built for exa