# REIWA AU – Real Estate Perth, Agents, Commercial & Insights

**Use case:** 

Scrape REIWA sale, rental, sold, agent, commercial, business, rural and insight data by filters or URLs, with clean structured results.

## Input

```json
{
  "mode": "search",
  "channel": "for-sale",
  "locations": [
    "perth~region"
  ],
  "keywords": "",
  "propertyTypes": [],
  "sortBy": "default",
  "urls": [
    "https://reiwa.com.au/for-sale/perth~region/"
  ],
  "fetchDetails": true,
  "maxItems": 20,
  "maxPages": 0,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "suburb": {
    "label": "Suburb",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "parkingSpaces": {
    "label": "Parking",
    "format": "number"
  },
  "propertyType": {
    "label": "Property",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "agentNames": {
    "label": "Agents",
    "format": "array"
  },
  "phoneNumbers": {
    "label": "Phones",
    "format": "array"
  },
  "dateText": {
    "label": "Date",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [REIWA AU – WA Property, Agents, Commercial & Insights](https://apify.com/abotapi/reiwa-com-au-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/reiwa-com-au-scraper) to learn more, explore other use cases, and run it yourself.