# Brisbane Industrial and Warehouse Sales Data

**Use case:** 

Access detailed listings for industrial and warehouse properties for sale in Brisbane. Get sale prices, land area, and agent contact information.

## Input

```json
{
  "startUrls": [],
  "location": [
    "Brisbane"
  ],
  "listingMode": "sale",
  "propertyType": "industrial",
  "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"
  },
  "property_type": {
    "label": "Type",
    "format": "string"
  },
  "land_area": {
    "label": "Land Area",
    "format": "string"
  },
  "build_area": {
    "label": "Build Area",
    "format": "string"
  },
  "nbn_tech_type": {
    "label": "NBN Tech",
    "format": "string"
  },
  "nbn_service_status": {
    "label": "NBN Status",
    "format": "string"
  },
  "nearest_transit_meters": {
    "label": "Nearest Transit (m)",
    "format": "number"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "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.