# View.com.au Australia Property Listings, Sold & Rental Data

**Use case:** 

Scrape View.com.au sale, rent and sold property listings across Australia with prices, addresses, agents, photos, GPS and suburb market insights.

## Input

```json
{
  "mode": "location",
  "locations": [
    {
      "postcode": "3000",
      "state": "VIC",
      "suburb": "Melbourne"
    }
  ],
  "listingType": "buy",
  "sort": "date-desc",
  "urls": [
    "https://www.view.com.au/for-sale/vic/in-melbourne-3000/"
  ],
  "detailUrls": [
    "https://www.view.com.au/property/vic/kew-east-3102/24-normanby-road-kew-east-vic-3102-14802144/"
  ],
  "maxListings": 25,
  "maxPages": 2,
  "includeDetailPage": false,
  "outputFormat": [
    "json"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  },
  "resumeFromCheckpoint": true,
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "Listing ID",
    "format": "integer"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "string"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "features": {
    "label": "Features",
    "format": "object"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  },
  "daysOnMarket": {
    "label": "Days on Market",
    "format": "integer"
  },
  "status": {
    "label": "Status",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [View.com.au – Australia Property Listings, Sold & Rental Data](https://apify.com/abotapi/view-com-au-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/view-com-au-scraper) to learn more, explore other use cases, and run it yourself.