# Sydney Commercial Properties for Sale

**Use case:** 

Access comprehensive listings of commercial properties for sale in Sydney. Get details on prices, land area, tenancy specifics, and agent contacts.

## Input

```json
{
  "startUrls": [],
  "location": [
    "Sydney"
  ],
  "listingMode": "sale",
  "propertyType": "any",
  "tenureType": "any",
  "sortBy": "featured",
  "maxItems": 40,
  "harvestEmails": false,
  "deepScrape": false,
  "flatten": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Listing Title",
    "format": "string"
  },
  "price_text": {
    "label": "Price",
    "format": "string"
  },
  "property_type": {
    "label": "Type",
    "format": "string"
  },
  "status_flag": {
    "label": "Status",
    "format": "string"
  },
  "suburb": {
    "label": "Suburb",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "postcode": {
    "label": "Postcode",
    "format": "string"
  },
  "days_active": {
    "label": "Days Active",
    "format": "number"
  },
  "listing_url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

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