# For Sale Redfin

**Use case:** 

Extract Redfin data filtered by For Sale. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "location": "Seattle, WA",
  "propertyTypes": [
    "1",
    "2",
    "3",
    "4",
    "5",
    "6",
    "7",
    "8"
  ],
  "listingStatus": "1",
  "sortOrder": "redfin-recommended-asc",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Photo",
    "format": "image"
  },
  "fullAddress": {
    "label": "Address"
  },
  "priceFormatted": {
    "label": "Price"
  },
  "beds": {
    "label": "Beds"
  },
  "baths": {
    "label": "Baths"
  },
  "sqft": {
    "label": "Sq Ft"
  },
  "propertyType": {
    "label": "Type"
  },
  "mlsStatus": {
    "label": "Status"
  },
  "daysOnMarket": {
    "label": "Days Listed"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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