# Real Estate AU Agents – Profiles, Reviews & Stats

**Use case:** 

Scrape AU property agents/agencies. Search/URL. Get flat, deduplicated profiles: identity, location, performance & client reviews for CRM/analytics.

## 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"
  },
  "agencyId": {
    "label": "Agency ID",
    "format": "string"
  },
  "jobTitle": {
    "label": "Job Title",
    "format": "string"
  },
  "agency": {
    "label": "Agency",
    "format": "object"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "object"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "rating": {
    "label": "Rating",
    "format": "object"
  },
  "yearsExperience": {
    "label": "Years Experience",
    "format": "number"
  },
  "agentCount": {
    "label": "Agent Count",
    "format": "integer"
  },
  "url": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Real Estate AU 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.