๐ก Scrape Redfin US real estate listings โ for-sale, sold, and coming-soon โ with built-in market KPIs (median price, price/sqft, days-on-market, breakdowns by city/zip) and HTML report. Optional Redfin Estimate + Walk Score enrichment. Independent tool โ not affiliated with Redfin Corporation.
All notable changes to this Actor are documented here.
[0.1.1] โ 2026-06-14
๐ Fixed โ Listing Status now actually filters
The Listing Status filter is now correctly honored end-to-end. Previously, selecting Sold (or Coming Soon) could still return active for-sale homes โ the status now applies on every search. Sold results carry the last-sold date and sold price, so comps and recently-closed research are accurate again.
โจ Added โ For-Rent listings
New For Rent listing status pulls rental listings across the US, alongside For Sale, Sold, and Coming Soon. Rent range fields surface on rental records when reported.
[0.1.0] โ 2026-05-05
๐ Initial Release
Three search modes wrapping Redfin (US-wide):
autocomplete โ region-ID lookup helper (cities, neighborhoods, zips, school districts)
byRegionId โ primary scrape mode (single region or bulk array of IDs, PAID)
byCoordinates โ radial search by lat/lng + radius (PAID)
Three listing statuses โ forSale, sold, comingSoon.
Per-listing fields โ propertyId, listingId, full address (street/unit/city/state/zip/neighborhood), price + computed pricePerSqft + HOA dues, beds/baths (full + half + total), sqft, lot size, year built, property type, days on market, listing-added date, last-sold date, MLS ID, listing agent name + Redfin agent ID, latitude/longitude/timezone, photo URLs, virtual-tour flag, 3D scan URL.
Market KPIs computed every run โ median price, price/sqft distribution, days-on-market distribution, breakdowns by city / zip / property type. Rendered in a polished HTML report saved to the run's key-value store.
Tier limits:
FREE โ 1 query, 25 listings per run, no enrichment
apify-actor-start โ $0.005 (charged once per run)
ListingExtracted โ $0.005 (per listing pushed)
ListingEnriched โ $0.003 (only on successful enrichment)
Known Limitations / Future Work
No URL-based search: the upstream search/byurl endpoint returns a 500 at the time of v1 testing โ use autocomplete to resolve a Redfin URL into a region ID.
No detail-by-address / detail-by-URL endpoints: the search response already returns rich per-listing data (~100+ fields per home), so no separate detail call is needed for v1.
Polygon search not exposed: the upstream search/bypolygon endpoint accepts a polygon param but returns intermittent errors during testing; revisit in v1.1.
Additional enrichment endpoints available upstream (flood info, hot-market info, popularity info, price-drop info, agent info, amenities, mortgage calculator, insights) are not yet wrapped โ these are v1.1+ candidates as we gauge demand.
Independent tool โ not affiliated with Redfin Corporation.