Redfin Real Estate Scraper - Homes for Sale, Rent & Sold
Pricing
$2.50 / 1,000 results
Redfin Real Estate Scraper - Homes for Sale, Rent & Sold
Scrape Redfin listings - homes for sale, rentals & sold properties. Extract price, beds, baths, sqft, address, city, state, ZIP & URLs. Filter by location, property type, price range. Fast & reliable. Perfect for market research & investment analysis.
Pricing
$2.50 / 1,000 results
Rating
0.0
(0)
Developer
ben
Maintained by CommunityActor stats
0
Bookmarked
29
Total users
3
Monthly active users
3 days ago
Last modified
Categories
Share
Redfin Scraper — US Real Estate Listings
Extract homes for sale, rentals, and sold properties from Redfin — one of the largest US real estate marketplaces.
Built for real estate investors, agents, market analysts, lead-generation services, and property-data platforms.
What you get
- Rich per-property data — price, beds, baths, sqft, address, city, state, ZIP, property type, photos, listing status, days-on-market, price/sqft
- For-sale, for-rent, OR sold listings
- 6 property types — house, condo, townhouse, land, multi-family, or all
- Price / beds / baths / sqft filters
- Location search by city + state
- Pre-built dataset Overview in Apify Console for instant inspection
Why this scraper (vs. alternatives)
| Build your own | Generic scraper | This actor | |
|---|---|---|---|
| Maintenance | You patch every site change | Often broken | Patched on every update |
| For-sale + rent + sold | Manual logic | Limited | Native filter |
| 6 property types | Manual | Limited | Built-in |
| Detailed property facts | Manual parsing | Inconsistent | Structured |
Input
| Field | Type | Description |
|---|---|---|
location | string | City and state to search (e.g., "Miami, FL", "Los Angeles, CA") |
listingType | enum | for_sale (default), for_rent, sold |
propertyType | enum | all (default), house, condo, townhouse, land, multi_family |
minPrice / maxPrice | int | Price filter in USD (0 = no limit) |
minBeds / minBaths | int | Minimum bedrooms / bathrooms |
minSqft | int | Minimum square footage (0 = no minimum) |
maxItems | int | Maximum listings to scrape (default 100) |
maxPages | int | Maximum search result pages (default 5) |
Example Input
{"location": "Austin, TX","listingType": "for_sale","propertyType": "house","minPrice": 300000,"maxPrice": 750000,"minBeds": 3,"minBaths": 2,"minSqft": 1500,"maxItems": 200}
Output (sample)
{"property_id": "147258369","address": "1234 Maple St","city": "Austin","state": "TX","zip": "78745","price": 525000,"beds": 3,"baths": 2.5,"sqft": 1850,"price_per_sqft": 284,"property_type": "Single Family","listing_type": "for_sale","status": "Active","days_on_market": 12,"year_built": 2008,"lot_size_sqft": 6500,"url": "https://www.redfin.com/TX/Austin/1234-Maple-St-78745/home/147258369","image_url": "https://ssl.cdn-redfin.com/photo/...","latitude": 30.21,"longitude": -97.79,"scraped_at": "2026-05-28T14:00:00+00:00"}
Use cases
- Real estate investors — find properties matching your buy-box, track price/sqft trends
- Agents — monitor new listings + sold comps in your farm area
- Market analysts — aggregate days-on-market, price trends per ZIP
- Comparable sales (CMA) — pull
soldlistings for valuation models - Lead generation — identify FSBO and stale listings for outreach
- PropTech platforms — feed property-search tools with live inventory
Pricing
Pay-Per-Result:
$0.0025per listing$0.00005actor-start fee
Example runs
| Use case | Listings | Cost |
|---|---|---|
| Single-city scan | 100 | $0.25 |
| Investor buy-box monitor | 500 | $1.25 |
| Multi-market comps dataset (sold) | 2,000 | $5.00 |
Tips
- Use
listingType: "sold"to build comparable-sales datasets for valuation - Combine
minPrice/maxPrice+minBedsto match your exact investment criteria - Schedule daily runs from the Apify Console for fresh-listing alerts
- Increase
maxPagesfor high-inventory metros (e.g., LA, NYC, Miami) - Use
propertyType: "multi_family"to find investment/rental properties
FAQ
Q: Can I get sold-price history for comps?
A: Yes — set listingType: "sold" to pull recently sold properties with final prices.
Q: Does it include photos?
A: Yes — the primary image_url is included per listing.
Q: How fresh is the data?
A: Real-time. Each run fetches live from Redfin.
Q: Can I search a specific neighborhood or ZIP?
A: Use location with a city + state. For tighter ZIP-level filtering, narrow downstream on the zip field.
Q: Does it cover rentals too?
A: Yes — set listingType: "for_rent".
Related actors
For full US real-estate coverage:
- craigslist-real-estate-scraper — FSBO + rental listings
- fsbo-real-estate-scraper — for-sale-by-owner listings
- hotpads-rental-scraper — rental listings
- rent-com-scraper — apartment rentals
Legal & compliance
This scraper only retrieves publicly accessible listings. You are responsible for:
- Respecting Redfin's Terms of Service
- Honoring
robots.txtdirectives - Complying with applicable real-estate data regulations
- Not republishing scraped data in ways that infringe IP rights
Support & feature requests
Open an issue on the Actor page or contact via Apify Console messaging. Custom features welcome.