# Miami Beach Two-Bedroom Rentals Under $6,000

**Use case:** 

Two-bedroom-and-up rental homes, condos and apartment buildings in Miami Beach and ZIP 33139, capped at $6,000 a month and sorted cheapest first. Apartment...

## Input

```json
{
  "queries": [
    "Miami Beach, FL",
    "33139"
  ],
  "searchMode": "forRent",
  "maxResults": 40,
  "includeDetails": false,
  "sortBy": "priceAsc",
  "maxPrice": 6000,
  "minBeds": 2,
  "homeTypes": [
    "apartments",
    "condos",
    "houses"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "source_query": {
    "label": "Query",
    "format": "text"
  },
  "search_mode": {
    "label": "Mode",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "listing_status": {
    "label": "Status",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "living_area_sqft": {
    "label": "Sq Ft",
    "format": "number"
  },
  "price_per_sqft": {
    "label": "$/Sq Ft",
    "format": "number"
  },
  "home_type": {
    "label": "Type",
    "format": "text"
  },
  "zestimate": {
    "label": "Zestimate",
    "format": "number"
  },
  "days_on_zillow": {
    "label": "Days on Zillow",
    "format": "number"
  },
  "property_url": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Zillow Suite Scraper - For Sale, For Rent & Sold Comps](https://apify.com/thirdwatch/zillow-suite-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/zillow-suite-scraper) to learn more, explore other use cases, and run it yourself.