Redfin Real Estate Scraper - Homes for Sale, Rent & Sold avatar

Redfin Real Estate Scraper - Homes for Sale, Rent & Sold

Pricing

$2.50 / 1,000 results

Go to Apify Store
Redfin Real Estate Scraper - Homes for Sale, Rent & Sold

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

ben

Maintained by Community

Actor stats

0

Bookmarked

29

Total users

3

Monthly active users

3 days ago

Last modified

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 ownGeneric scraperThis actor
MaintenanceYou patch every site changeOften brokenPatched on every update
For-sale + rent + soldManual logicLimitedNative filter
6 property typesManualLimitedBuilt-in
Detailed property factsManual parsingInconsistentStructured

Input

FieldTypeDescription
locationstringCity and state to search (e.g., "Miami, FL", "Los Angeles, CA")
listingTypeenumfor_sale (default), for_rent, sold
propertyTypeenumall (default), house, condo, townhouse, land, multi_family
minPrice / maxPriceintPrice filter in USD (0 = no limit)
minBeds / minBathsintMinimum bedrooms / bathrooms
minSqftintMinimum square footage (0 = no minimum)
maxItemsintMaximum listings to scrape (default 100)
maxPagesintMaximum 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 sold listings 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.0025 per listing
  • $0.00005 actor-start fee

Example runs

Use caseListingsCost
Single-city scan100$0.25
Investor buy-box monitor500$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 + minBeds to match your exact investment criteria
  • Schedule daily runs from the Apify Console for fresh-listing alerts
  • Increase maxPages for 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".

For full US real-estate coverage:

This scraper only retrieves publicly accessible listings. You are responsible for:

  • Respecting Redfin's Terms of Service
  • Honoring robots.txt directives
  • 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.