# Find Denver Vacation Rental Properties on Redfin

**Use case:** 

Identify properties suitable for short-term vacation rentals in popular Denver neighborhoods by analyzing Redfin listings. Investors can leverage this data to f

## Input

```json
{
  "startUrls": [
    "https://www.redfin.com/city/5040/CO/Denver/filter/property-type=house,include-mobile-home=false,include-coop=false"
  ],
  "searchMode": "RENT",
  "maxItems": 75
}
```

## Output

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

## About this Actor

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