Redfin Homes Scraper avatar

Redfin Homes Scraper

Pricing

Pay per usage

Go to Apify Store
Redfin Homes Scraper

Redfin Homes Scraper

Scrape Redfin home listings from a city, neighborhood or search URL: address, price, beds, sqft, coordinates and listing URL. Works for both for-sale and for-rent searches.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape Redfin home listings from any city, neighborhood, or search URL - for sale or for rent. No login required.

Input

FieldTypeDescription
startUrlsarrayOne or more Redfin search URLs, e.g. https://www.redfin.com/city/30818/TX/Austin (for sale) or https://www.redfin.com/city/30818/TX/Austin/apartments-for-rent (for rent). Find the city URL by searching the city on redfin.com and copying the address bar.
maxItemsintegerMaximum number of listings to return across all start URLs

Example:

{
"startUrls": ["https://www.redfin.com/city/30818/TX/Austin"],
"maxItems": 100
}

Output

{
"url": "https://www.redfin.com/TX/Austin/1204-W-39th-St-78756/home/31429059",
"streetAddress": "1204 W 39th St",
"city": "Austin",
"state": "TX",
"zip": "78756",
"price": 1250000,
"currency": "USD",
"beds": 4,
"baths": 3.5,
"sqft": 2752,
"lat": 30.3073345,
"lng": -97.7441381,
"sourceUrl": "https://www.redfin.com/city/30818/TX/Austin",
"scrapedAt": "2026-07-30T00:00:00.000Z"
}

Common uses

  • Market research and price comparison by city or neighborhood
  • Feeding listing data into investment or CMA (comparative market analysis) tools
  • Tracking new listings and price changes
  • Building real estate lead lists

Notes

Pass one start URL per city or filtered search (Redfin encodes filters like price range and beds in the URL itself). Each start URL returns up to the listings shown on that Redfin results page.