Redfin Listing Scraper avatar

Redfin Listing Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Redfin Listing Scraper

Redfin Listing Scraper

Scrapes real-estate listings from Redfin by US city, neighborhood, county, or ZIP code, capturing prices, beds, baths, square footage, lot size, year built, days on market, property type, MLS numbers, coordinates, descriptions, and listing URLs, with filters for price, bedrooms, and listing type.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Collects real-estate listings from Redfin for any US city, neighborhood, county or ZIP code. Choose for-sale or for-rent listings, optionally narrow by price and bedroom count, and get one flat record per property with address, price, beds, baths, square footage, lot size, year built, days on market, property type, MLS number, geo coordinates and the listing URL.

Input

FieldDefaultDescription
locationAustin, TXUS location to search: City, ST, a neighborhood, a county, a 5-digit ZIP code, or a Redfin region page URL.
listing_typefor_saleWhich listings to collect: for_sale or for_rent.
min_price0Lowest price in US dollars (monthly rent for for_rent). 0 means no lower limit.
max_price0Highest price in US dollars (monthly rent for for_rent). 0 means no upper limit.
min_beds0Only return homes with at least this many bedrooms. 0 means any.
max_results50Maximum listings to return (1–1000, 100 per page).
proxyConfigurationOptionalEnable a US-based proxy for the most reliable results.

Output

Each result is one property listing:

{
"property_id": "31256680",
"listing_id": "222537959",
"address": "5707 Highland Hills Dr",
"city": "Austin",
"state": "TX",
"zip_code": "78731",
"neighborhood": "Northwest Hills",
"price": 1250000,
"price_max": null,
"beds": 4,
"baths": 3.0,
"sqft": 3002,
"lot_size": null,
"year_built": 1956,
"days_on_market": 5,
"price_per_sqft": 416,
"hoa_month": null,
"property_type": "House",
"status": "Coming Soon",
"mls_number": "2174796702669855121",
"listing_type": "for_sale",
"building_name": "",
"available_units": null,
"last_sold_date": "2019-03-06",
"description": "Set on a large, beautifully landscaped lot in Northwest Hills...",
"latitude": 30.3512,
"longitude": -97.7681,
"photo_count": 34,
"url": "https://www.redfin.com/TX/Austin/5707-Highland-Hills-Dr-78731/home/31256680",
"region": "Austin, TX, USA",
"raw": { ... }
}

Rental results carry building_name, available_units and a rent range in price / price_max.

Notes

  • Runs with empty input (defaults to for-sale listings in Austin, TX).
  • Enable a US-based proxy for the most reliable results.
  • Intended for research and market analysis; please respect Redfin's terms of service.