# Find rental properties in Melbourne

**Use case:** 

Scrape rental property listings in Melbourne from Domain.com.au. Structured Australian rental data. No subscription, pay per result.

## Input

```json
{
  "transaction": "rent",
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": [],
  "locations": "Melbourne VIC 3000",
  "maxPagesPerLocation": 10
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "channel": {
    "label": "Type",
    "format": "text"
  },
  "displayAddress": {
    "label": "Address",
    "format": "text"
  },
  "suburb": {
    "label": "Suburb",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "postcode": {
    "label": "Postcode",
    "format": "text"
  },
  "propertyType": {
    "label": "Property",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "parking": {
    "label": "Parking",
    "format": "number"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

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