# Monitor Zumper rental prices across multiple US cities

**Use case:** 

Build a recurring multi-market rental inventory and pricing dataset for Austin, Denver, and Seattle.

## Input

```json
{
  "locations": [
    "Austin, TX",
    "Denver, CO",
    "Seattle, WA"
  ],
  "maxItems": 500
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "number"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "minRent": {
    "label": "Min rent",
    "format": "number"
  },
  "maxRent": {
    "label": "Max rent",
    "format": "number"
  },
  "minBedrooms": {
    "label": "Min beds",
    "format": "number"
  },
  "maxBedrooms": {
    "label": "Max beds",
    "format": "number"
  },
  "availableDate": {
    "label": "Available",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Zumper Rental Listings Scraper](https://apify.com/automation-lab/zumper-rental-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/zumper-rental-listings-scraper) to learn more, explore other use cases, and run it yourself.