# Open Inspection Tracker for South Australia Properties

**Use case:** 

Fetch properties with open inspections in South Australia, detailing times, prices, and complete listing data for your chosen date.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.realestate.com.au/buy/between-50000-any-in-sa/inspection-times-1?inspection-date=2026-07-15"
    }
  ],
  "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"
  },
  "address.suburb": {
    "label": "Suburb",
    "format": "text"
  },
  "address.state": {
    "label": "State",
    "format": "text"
  },
  "address.postcode": {
    "label": "Postcode",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "parkingSpaces": {
    "label": "Parking",
    "format": "number"
  },
  "landSize": {
    "label": "Land Size",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "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.