# Commercial Property AU

**Use case:** 

Extract Australian commercial property listings with full detail-page data — descriptions, highlights, detailed attributes, coordinates, nearby places, and rich

## Input

```json
{
  "mode": "location",
  "locations": [
    {
      "state": "VIC",
      "suburb": "Melbourne"
    }
  ],
  "listingType": "for-sale",
  "sortBy": "date-desc",
  "maxListings": 20,
  "maxPages": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "propertyId": {
    "label": "Property ID",
    "format": "string"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "string"
  },
  "propertyTypes": {
    "label": "Property Types",
    "format": "array"
  },
  "tenureType": {
    "label": "Tenure Type",
    "format": "string"
  },
  "tenureTypeDisplay": {
    "label": "Tenure Display",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "attributes": {
    "label": "Attributes",
    "format": "object"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "url": {
    "label": "Property URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Commercial Property AU](https://apify.com/abotapi/realcommercial-au-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/realcommercial-au-scraper) to learn more, explore other use cases, and run it yourself.