# domain.com.au Property Data via API — Structured JSON

**Use case:** 

Access domain.com.au listings programmatically via Apify's API. Get structured JSON with price, address, and features for any buy or rent search URL.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.domain.com.au/sale/?suburb=arthurs-seat-vic-3936,balnarring-vic-3926&excludeunderoffer=",
      "method": "GET"
    }
  ],
  "CSV-Format": false,
  "fullScrape": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  },
  "url": {
    "label": "URL (raw)",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "listingType": {
    "label": "Type",
    "format": "string"
  },
  "promoType": {
    "label": "Promo Type",
    "format": "string"
  },
  "promoLevel": {
    "label": "Promo Level",
    "format": "string"
  },
  "propertyTypeFormatted": {
    "label": "Property Type",
    "format": "string"
  },
  "propertyStatus": {
    "label": "Status",
    "format": "string"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "carspaces": {
    "label": "Cars",
    "format": "number"
  },
  "hasVideo": {
    "label": "Has Video",
    "format": "boolean"
  },
  "displayAddress": {
    "label": "Address",
    "format": "string"
  },
  "suburb": {
    "label": "Suburb",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "dateListed": {
    "label": "Date Listed",
    "format": "string"
  },
  "auctionDate": {
    "label": "Auction Date",
    "format": "string"
  },
  "soldPrice": {
    "label": "Sold Price",
    "format": "string"
  },
  "soldDate": {
    "label": "Sold Date",
    "format": "string"
  },
  "agencyName": {
    "label": "Agency",
    "format": "string"
  },
  "agentNames": {
    "label": "Agents",
    "format": "string"
  }
}
```

## About this Actor

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