# Monitor Redfin Seattle condo rental listings

**Use case:** 

Scrape condo rental listings in Seattle from Redfin with monthly rent, HOA fees, pet policies, and availability dates.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.redfin.com/city/16163/WA/Seattle/filter/property-type=condo,min-price=2k,max-price=4k"
    }
  ],
  "mode": "rent",
  "maxPages": 1,
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "status": {
    "label": "Status"
  },
  "id": {
    "label": "Id"
  },
  "listingId": {
    "label": "Listing id"
  },
  "price": {
    "label": "Price"
  },
  "propertyType": {
    "label": "Property type"
  },
  "beds": {
    "label": "Beds"
  },
  "baths": {
    "label": "Baths"
  },
  "pricePerSqFt": {
    "label": "Price per sq ft"
  },
  "sqFt": {
    "label": "Sq ft"
  },
  "lotSize": {
    "label": "Lot size"
  },
  "streetAddress": {
    "label": "Street address"
  },
  "daysOnMarket": {
    "label": "Days on market"
  },
  "numPictures": {
    "label": "Num pictures"
  },
  "hasVirtualTour": {
    "label": "Has virtual tour"
  },
  "hasVideoTour": {
    "label": "Has video tour"
  },
  "has3DTour": {
    "label": "Has3dtour"
  },
  "garageSpaces": {
    "label": "Garage spaces"
  },
  "parkingSpaces": {
    "label": "Parking spaces"
  }
}
```

## About this Actor

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