# Real Estate AU Task | URLs, Filters, History & Insights

**Use case:** 

Extract detailed Australian real estate property listings with 30+ structured fields, including descriptions, indoor and outdoor features, coordinates, nearby s

## Input

```json
{
  "mode": "location",
  "locations": [
    {
      "state": "NSW",
      "suburb": "Sydney"
    }
  ],
  "listingType": "buy",
  "sortBy": "list-date",
  "dateRange": "6months",
  "includeSurrounding": true,
  "includeNearbySchools": false,
  "includePriceHistory": false,
  "includePcaInsights": false,
  "maxListings": 20,
  "maxPages": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "propertyId": {
    "label": "Property ID",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "propertyFeatures": {
    "label": "Property Features",
    "format": "array"
  },
  "propertyFeaturesStructured": {
    "label": "Property Features (Structured)",
    "format": "object"
  },
  "coordinates": {
    "label": "Coordinates",
    "format": "object"
  },
  "nearbySchools": {
    "label": "Nearby Schools",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Real Estate AU Scraper | URLs, Filters, History & Insights](https://apify.com/abotapi/realestate-au-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/realestate-au-scraper) to learn more, explore other use cases, and run it yourself.