# Full Property Details from realestate.com.au

**Use case:** 

Paste one realestate.com.au property URL and get every detail: full indoor/outdoor features, inspection and auction times, and agency contacts.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.realestate.com.au/property-acreage+semi-rural-nsw-blackmans+point-149898944"
    }
  ],
  "maxResults": 25,
  "fetchPropertyDetails": false
}
```

## Output

```json
{
  "mainImage": {
    "label": "Photo",
    "format": "image"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "address.streetAddress": {
    "label": "Street",
    "format": "text"
  },
  "address.suburb": {
    "label": "Suburb",
    "format": "text"
  },
  "address.state": {
    "label": "State",
    "format": "text"
  },
  "address.postcode": {
    "label": "Postcode",
    "format": "text"
  },
  "address.latitude": {
    "label": "Lat",
    "format": "number"
  },
  "address.longitude": {
    "label": "Lng",
    "format": "number"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "parkingSpaces": {
    "label": "Parking",
    "format": "number"
  },
  "landSize": {
    "label": "Land Size",
    "format": "text"
  },
  "constructionStatus": {
    "label": "Construction",
    "format": "text"
  },
  "propertyFeatures": {
    "label": "Features",
    "format": "array"
  },
  "statementOfInformation": {
    "label": "Statement of Info",
    "format": "object"
  },
  "inspectionsAndAuctions": {
    "label": "Inspections/Auctions",
    "format": "array"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "agents": {
    "label": "Agents",
    "format": "array"
  },
  "agencyListingId": {
    "label": "Agency Listing ID",
    "format": "text"
  },
  "images": {
    "label": "All Images",
    "format": "array"
  },
  "hasDetailData": {
    "label": "Has Detail",
    "format": "boolean"
  },
  "source_url": {
    "label": "Search URL",
    "format": "link"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

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