# Domain.com.au Property Listings for Western Australia

**Use case:** 

Extract real estate listings from Domain.com.au in Western Australia. Get detailed data on prices, addresses, features, and agency details.

## Input

```json
{
  "startUrl": "https://www.domain.com.au/sale/nsw/?excludeunderoffer=1&sort=dateupdated-desc",
  "state": "wa",
  "location": "sydney-nsw",
  "maxResults": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "suburb": {
    "label": "Suburb"
  },
  "state": {
    "label": "State"
  },
  "postcode": {
    "label": "Postcode"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "beds": {
    "label": "Beds",
    "format": "text"
  },
  "baths": {
    "label": "Baths",
    "format": "text"
  },
  "parking": {
    "label": "Parking"
  },
  "landSize": {
    "label": "Land size"
  },
  "agency": {
    "label": "Agency"
  },
  "features": {
    "label": "Features"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "url": {
    "label": "View Listing",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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