← ClaudeAtlas

apify-zillow-price-cutslisted

Find and monitor homes with a recent price cut on Zillow through the Zillow API Actor (johnvc/zillow-api), and get structured JSON rows for each reduced listing: the price change amount, the price change date, days on Zillow, current price, beds, baths, square feet, full address with latitude and longitude, Zestimate, and the listing URL. Pass a plain city or ZIP, set statusType to sale and priceReduction to true, and run it on a schedule to build a week-over-week feed of price-reduced homes for motivated-seller, investor, and agent workflows. Use when someone wants price reduced homes, zillow price cuts, homes with recent price drops, motivated seller leads, or stale-inventory data by city or ZIP. Billed per listing returned, and MCP-ready for Claude and other AI agents.
johnisanerd/claude-skill-zillow-price-cuts · ★ 0 · AI & Automation · score 78
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