# Perth Commercial Real Estate Agent Email Contacts

**Use case:** 

Collect email leads of commercial real estate agents in Perth. Get direct contact information and listings for sale within minutes.

## Input

```json
{
  "startUrls": [],
  "location": [
    "Perth"
  ],
  "listingMode": "sale",
  "propertyType": "any",
  "tenureType": "any",
  "sortBy": "featured",
  "maxItems": 40,
  "harvestEmails": true,
  "deepScrape": false,
  "flatten": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Listing Title",
    "format": "string"
  },
  "agent_name": {
    "label": "Agent Name",
    "format": "string"
  },
  "agent_mobile": {
    "label": "Agent Mobile",
    "format": "string"
  },
  "agency_name": {
    "label": "Agency Name",
    "format": "string"
  },
  "agency_phone": {
    "label": "Agency Phone",
    "format": "string"
  },
  "agency_website": {
    "label": "Agency Website",
    "format": "string"
  },
  "harvested_emails": {
    "label": "Emails Harvested",
    "format": "string"
  },
  "listing_url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

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