# Tenanted Commercial Properties for Sale in Adelaide

**Use case:** 

Access detailed listings of tenanted commercial investment properties for sale in Adelaide, including sale prices, lease rates, and agent contact info.

## Input

```json
{
  "startUrls": [],
  "location": [
    "Adelaide"
  ],
  "listingMode": "sale",
  "propertyType": "any",
  "tenureType": "tenanted",
  "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"
  },
  "sale_type": {
    "label": "Sale Method",
    "format": "string"
  },
  "is_under_offer": {
    "label": "Under Offer",
    "format": "string"
  },
  "auction_date": {
    "label": "Auction Date",
    "format": "string"
  },
  "eoi_closing_date": {
    "label": "EOI Closing",
    "format": "string"
  },
  "sold_leased_date": {
    "label": "Sold / Leased",
    "format": "string"
  },
  "suburb": {
    "label": "Suburb",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "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.