Redfin Scraper β€” Real Estate Listings avatar

Redfin Scraper β€” Real Estate Listings

Pricing

from $0.002 / property scraped

Go to Apify Store
Redfin Scraper β€” Real Estate Listings

Redfin Scraper β€” Real Estate Listings

Scrape Redfin for-sale real estate listings by location: price, beds, baths, square footage, lot size, property type, address, coordinates, days on market and listing URL. No key.

Pricing

from $0.002 / property scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Redfin Scraper β€” Real Estate Listings, Price, Beds/Baths, Sqft & Geo

Scrape Redfin for-sale real estate listings for any location β€” price, beds, baths, square footage, lot size, property type, address, coordinates, days on market and the listing URL β€” into clean JSON, CSV or Excel. Just type a city, ZIP or "City, ST" and get back structured records ready for spreadsheets, maps or analytics. No account, no API key. Fast and reliable.

Redfin Scraper input β€” locations, max homes and price filters in the Apify Console

Great for real estate analysis, investing, agent lead lists, market research and mapping.

What does Redfin Scraper do?

It geocodes each location you pass and returns one clean record per for-sale listing β€” price, beds, baths, size, property type, address, coordinates, status and days on market, plus a direct link and photo. Pass many locations and export the whole inventory in one run.

What you get

Redfin Scraper output example β€” one structured JSON row per for-sale listing

  • πŸ“ Search by place β€” pass any number of locations like "Austin, TX", "Miami, FL" or "90210"; each is geocoded to a search area automatically.
  • 🏠 Full property detail β€” every home carries price, beds, baths, sqFt, pricePerSqFt, lotSize, yearBuilt, propertyType, stories and hoa.
  • 🎚️ Exact filters β€” minPrice, maxPrice and minBeds so results match precisely.
  • πŸ—ΊοΈ Map-ready geo β€” each record includes latitude and longitude plus full address, city, state and zip.
  • ⏱️ Market timing β€” capture daysOnMarket, listing status, mlsId and a direct url to the Redfin page.
  • πŸ“Έ Photos included β€” a photo URL comes with every listing.

Output schema

FieldTypeDescription
locationstringThe search location this listing was found for.
mlsIdstringMLS identifier of the listing.
priceintegerList price in USD.
bedsintegerNumber of bedrooms.
bathsnumberNumber of bathrooms.
sqFtintegerInterior area in square feet.
pricePerSqFtintegerPrice per square foot in USD.
lotSizeintegerLot size in square feet.
yearBuiltintegerYear the home was built.
propertyTypestringProperty type (e.g. Single Family, Condo).
storiesintegerNumber of stories.
hoaintegerMonthly HOA fee in USD.
addressstringStreet address of the home.
unitstringUnit or apartment number, if any.
citystringCity.
statestringTwo-letter state code.
zipstringZIP code.
latitudenumberLatitude coordinate.
longitudenumberLongitude coordinate.
statusstringListing status (e.g. Active).
daysOnMarketintegerDays the listing has been on market.
listingIdintegerRedfin listing identifier.
urlstring (URL)Direct link to the Redfin listing page.
photostring (URL)URL of the listing's main photo.

Use cases

  • Market inventory β€” pull an up-to-date list of homes for sale in target markets.
  • Trend analysis β€” analyze price-per-sqft, beds/baths and days-on-market by area.
  • Mapping β€” plot listings using the built-in coordinates.
  • Investor comps β€” build comparable-sales and valuation datasets.
  • Agent lead lists β€” feed listings into agent and outreach workflows.
  • Research β€” track supply and pricing across cities over time.

How to scrape Redfin data

  1. Add the Redfin Scraper to your Apify account.
  2. Add one or more places to locations β€” a city, "City, ST" or ZIP.
  3. Set maxHomesPerLocation and optional minPrice, maxPrice, minBeds filters.
  4. Click Run.
  5. Export the results as JSON, CSV or Excel, or pull them via the Apify API.

Input

{
"locations": ["Austin, TX", "Miami, FL"],
"maxHomesPerLocation": 300,
"minPrice": 0,
"maxPrice": 0,
"minBeds": 0
}
FieldDescription
locationsPlaces to search β€” city, "City, ST" or ZIP; each is geocoded.
maxHomesPerLocationMax listings per location (1–350, default 300).
minPrice / maxPricePrice bounds in USD (0 = no bound).
minBedsMinimum bedrooms.
proxyConfigurationOptional proxy settings; works without one, add for high volume.

Output

{
"location": "Austin, TX",
"mlsId": "1234567",
"price": 625000,
"beds": 3,
"baths": 2,
"sqFt": 1840,
"pricePerSqFt": 340,
"lotSize": 6500,
"yearBuilt": 2015,
"propertyType": "Single Family",
"stories": 2,
"hoa": 45,
"address": "1234 Maple St",
"unit": null,
"city": "Austin",
"state": "TX",
"zip": "78704",
"latitude": 30.245,
"longitude": -97.77,
"status": "Active",
"daysOnMarket": 12,
"listingId": "987654",
"url": "https://www.redfin.com/TX/Austin/1234-Maple-St-78704/home/987654",
"photo": "https://ssl.cdn-redfin.com/photo/..."
}

Need more property data?

FAQ

Do I need a Redfin account? No. This reads publicly available for-sale listing data β€” no account, no API key.

How many homes can I scrape? Up to about 350 per location; set maxHomesPerLocation to control the run.

Can I filter by price or beds? Yes β€” use minPrice, maxPrice and minBeds so results match precisely.

Do listings include coordinates? Yes β€” each record carries latitude and longitude plus full address, city, state and ZIP.

What export formats are supported? JSON, CSV, Excel and XML, plus the Apify API.

Can I integrate it with other tools? The Redfin Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

How does billing work? You pay only per item you get β€” cheap per listing, cheapest in its class.

Notes

Original clean-room implementation. Reads only publicly available Redfin for-sale listing data β€” no login-walled content or private accounts. You are responsible for how you use the data. Not affiliated with, authorized or endorsed by Redfin; "Redfin" and related marks belong to their respective owners.