# Cleveland Multi-Family Cash-Flow Screen Under $300K

**Use case:** 

Multi-family and single-family homes for sale under $300,000 in Cleveland ZIP codes 44102 and 44113, cheapest first. Every row carries both price and...

## Input

```json
{
  "queries": [
    "44102",
    "44113",
    "Cleveland, OH"
  ],
  "searchMode": "forSale",
  "maxResults": 50,
  "includeDetails": false,
  "sortBy": "priceAsc",
  "maxPrice": 300000,
  "minBeds": 2,
  "homeTypes": [
    "multiFamily",
    "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.