Redfin Scraper - US Home Listings Data avatar

Redfin Scraper - US Home Listings Data

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Redfin Scraper - US Home Listings Data

Redfin Scraper - US Home Listings Data

Scrape Redfin listings without API or login. Export for-sale & sold home MLS data to CSV/JSON. Redfin unofficial API for comps & market analysis.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

14 hours ago

Last modified

Share

🏡 Redfin Scraper — Listings, Prices & Agent Leads

Redfin scraper No API key For sale + for rent Residential proxy Lead gen

Scrape Redfin real estate data in minutes. Pull for-sale and for-rent listings from any U.S. city, ZIP, neighborhood or county — with price, beds, baths, square footage, geo-coordinates, MLS#, days-on-market and the listing broker / agent. Perfect for property data analysis, market research, comps, and real-estate agent lead generation.


🚀 Why this Redfin scraper?

Paste a Redfin URL → get clean structured rows. No login. No API key. No browser farm. Just Redfin's own map/search JSON, normalized into a tidy dataset you can export to Excel, CSV, JSON, or Google Sheets.

For sale & for rentToggle propertySearchType between sale and rent.
Search by URLCopy any Redfin city / ZIP / neighborhood / county URL — the scraper reads the region automatically.
Agent & brokerage leadsEvery row carries the listing broker / agent; rentals also expose contact phone & email where Redfin publishes them.
Full property detailPrice, $/sqft, HOA, beds, baths, sqft, lot size, year built, stories, days-on-market, photos.
Geo readyLatitude + longitude on every listing for mapping & spatial analysis.
Residential proxyRouted through Apify Residential proxy for a high success rate out of the box.

🔑 Keywords this actor covers

Redfin scraper · scrape Redfin · Redfin API · US real estate data · MLS listings scraper · real estate agent leads · homes for sale data · rental listings scraper · property data extraction · real estate market research · Redfin listings export


📥 Input

FieldTypeDescription
searchUrlsarrayRedfin search URLs (city / ZIP / neighborhood / county). The region is parsed from the URL path.
propertySearchTypestringsale (default) or rent.
regionsarrayAdvanced. Target regions directly: { "regionId": "17151", "regionType": 6 }.
maxResultsintegerGlobal cap across all regions. 0 = no limit.
maxResultsPerSearchintegerPer-region cap. 0 = no cap.
useProxybooleanUse Apify Proxy (Residential recommended). Default true.
proxyConfigurationobjectApify Proxy settings.
maxConcurrencyintegerHow many regions to fetch in parallel.

Example input

{
"searchUrls": [
"https://www.redfin.com/city/17151/CA/San-Francisco",
"https://www.redfin.com/zipcode/90001"
],
"propertySearchType": "sale",
"maxResults": 300,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

💡 How to get a URL: open redfin.com, search a city/ZIP, apply your filters (price, beds, property type), then copy the address-bar URL and paste it into searchUrls.


📤 Output

One row per listing. Example (for sale):

{
"id": "84149065",
"mlsNumber": "1717697",
"mlsStatus": "Active",
"offeringType": "for sale",
"propertyType": "1",
"price": 215000,
"currency": "USD",
"pricePerSqFt": 154,
"beds": 4,
"baths": 1,
"sqFt": 1396,
"lotSize": 12990,
"yearBuilt": 1954,
"address": "4805 Raven Rd",
"city": "Louisville",
"state": "KY",
"zip": "40213",
"latitude": 38.1817397,
"longitude": -85.711482,
"daysOnMarket": 19,
"agentName": "Key Point Realty",
"brokerageName": "Key Point Realty",
"photosCount": 23,
"url": "https://www.redfin.com/KY/Louisville/4805-Raven-Rd-40213/home/84149065",
"scrapedAt": "2026-06-05T12:00:00.000Z"
}

Rentals add agentEmail, agentPhone, rentRange and availableUnits.


🧩 Use cases

  • 🏘️ Comps & valuations — pull every active listing in a ZIP with price, sqft and $/sqft.
  • 📈 Market research — track days-on-market, inventory and price distribution per city.
  • 🎯 Agent lead gen — build a list of listing brokers/agents active in your farm area.
  • 🗺️ Geo / mapping — every listing ships with latitude & longitude.
  • 🤝 Rental sourcing — switch to rent to harvest apartment listings with contact info.


▶️ Hit *Start*, paste a Redfin URL, and get a clean real-estate dataset in minutes.

Property data · MLS listings · agent leads — all in one run.

📝 Changelog

2026-06-15

  • Reliability pass: re-verified end-to-end on live data with real-world inputs. Routine maintenance build.