# Redfin Scraper - Homes for Sale & Sold Listings

**Use case:** 

Extract Redfin home listings at scale with price, beds, baths, size, address, coordinates, MLS, status, photos, facts, remarks, agent and brokerage.

## Input

```json
{
  "mode": "search",
  "locations": [
    "Chicago, IL"
  ],
  "listingType": "for_sale",
  "sortBy": "recommended",
  "propertyTypes": [],
  "urls": [
    "https://www.redfin.com/city/29470/IL/Chicago"
  ],
  "fetchDetails": true,
  "maxItems": 20,
  "maxPages": 0,
  "proxy": {
    "useApifyProxy": true
  },
  "maxResidentialMB": 0,
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price"
  },
  "priceType": {
    "label": "Price type"
  },
  "beds": {
    "label": "Beds"
  },
  "baths": {
    "label": "Baths"
  },
  "sqft": {
    "label": "Sq Ft"
  },
  "lotSize": {
    "label": "Lot size"
  },
  "yearBuilt": {
    "label": "Year"
  },
  "propertyTypeLabel": {
    "label": "Type"
  },
  "status": {
    "label": "Status"
  },
  "daysOnMarket": {
    "label": "DOM"
  },
  "streetLine": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "ST"
  },
  "zip": {
    "label": "ZIP"
  },
  "latitude": {
    "label": "Lat"
  },
  "longitude": {
    "label": "Lng"
  },
  "mlsId": {
    "label": "MLS#"
  },
  "listingAgent": {
    "label": "Agent"
  },
  "brokerName": {
    "label": "Brokerage"
  },
  "pricePerSqFt": {
    "label": "$/sqft"
  }
}
```

## About this Actor

This example demonstrates how to use [Redfin Scraper - Homes for Sale & Sold Listings](https://apify.com/abotapi/redfin-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/redfin-scraper) to learn more, explore other use cases, and run it yourself.