# Redfin Property Data Extractor

**Use case:** 

Extract up to 400 detailed property listings from Redfin, including pricing, attributes, and market insights for informed real estate decisions.

## Input

```json
{
  "startUrl": "https://www.redfin.com/city/29470/IL/Chicago",
  "regionId": "29470",
  "results_wanted": 400,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "beds": {
    "label": "Beds",
    "format": "text"
  },
  "baths": {
    "label": "Baths",
    "format": "text"
  },
  "sqft": {
    "label": "Sq Ft",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Redfin Property Scraper 🏠](https://apify.com/shahidirfan/redfin-property-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/redfin-property-scraper) to learn more, explore other use cases, and run it yourself.