# Real Estate AU Agents Scraper – Profiles, Reviews & Stats

**Use case:** 

Scrape Australian property agents and agencies by suburb, state or URL with flat, deduped profiles, performance, reviews and CRM-ready data.

## Input

```json
{
  "mode": "location",
  "searchType": "agent",
  "locations": [
    {
      "state": "NSW",
      "suburb": "Sydney CBD"
    }
  ],
  "includeSurrounding": true,
  "fetchDetails": true,
  "maxReviews": 50,
  "maxItems": 20,
  "maxPages": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "recordType": {
    "label": "Record Type",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "jobTitle": {
    "label": "Job Title",
    "format": "string"
  },
  "agency": {
    "label": "Agency",
    "format": "object"
  },
  "rating": {
    "label": "Rating",
    "format": "object"
  },
  "yearsExperience": {
    "label": "Years Experience",
    "format": "number"
  },
  "url": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AU Real Estate Agents Scraper – Profiles, Reviews & Stats](https://apify.com/abotapi/au-property-agents-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/au-property-agents-scraper) to learn more, explore other use cases, and run it yourself.