# Scottsdale Luxury Listing Agent and Brokerage Contacts

**Use case:** 

The most expensive active listings in Scottsdale, Arizona above $1M, enriched with full property detail so every row carries the listing agent name, phone,...

## Input

```json
{
  "queries": [
    "Scottsdale, AZ"
  ],
  "searchMode": "forSale",
  "maxResults": 25,
  "includeDetails": true,
  "maxDetailPages": 15,
  "sortBy": "priceDesc",
  "minPrice": 1000000,
  "homeTypes": [
    "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.