# Beverly Hills Sold Comparables (90210, 90211, 90212)

**Use case:** 

Recently sold homes across the three Beverly Hills ZIP codes, newest sales first, for comparative market analysis and appraisal work. California is a...

## Input

```json
{
  "queries": [
    "90210",
    "90211",
    "90212"
  ],
  "searchMode": "sold",
  "maxResults": 30,
  "includeDetails": false,
  "sortBy": "newest",
  "homeTypes": [],
  "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.