# Domain.com.au Task | Historical Price | AI Insights

**Use case:** 

Extract Domain.com.au buy, rent and sold listings with AI-enhanced content, photos, GPS, agents, suburb insights, schools and price history.

## Input

```json
{
  "mode": "search",
  "locations": [
    "Sydney NSW 2000"
  ],
  "listingType": "buy",
  "sortBy": "default",
  "propertyTypes": [],
  "excludeUnderOffer": false,
  "inspectionsOnly": false,
  "auctionsOnly": false,
  "urls": [
    "https://www.domain.com.au/sale/sydney-nsw-2000/"
  ],
  "fetchPropertyHistory": true,
  "includePropertyInsights": false,
  "includeExtendedListing": false,
  "maxListings": 0,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  },
  "maxPages": 2,
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "displayAddress": {
    "label": "Address",
    "format": "text"
  },
  "suburb": {
    "label": "Suburb",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "postcode": {
    "label": "Postcode",
    "format": "text"
  },
  "listingType": {
    "label": "Type",
    "format": "text"
  },
  "propertyType": {
    "label": "Property",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "parkingSpaces": {
    "label": "Parking",
    "format": "number"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "agents": {
    "label": "Agents",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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