# Commercialrealestate Com Au Scraper (`mrdoe/commercialrealestate-com-au-scraper`) Actor

- **URL**: https://apify.com/mrdoe/commercialrealestate-com-au-scraper.md
- **Developed by:** [MrDoe](https://apify.com/mrdoe) (community)
- **Categories:**
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

![Commercialrealestate Com Au Scraper hero](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/commercialrealestate-com-au-scraper--hero.png)

### What does the commercialrealestate.com.au Commercial Property Scraper do?

The commercialrealestate.com.au Commercial Property Scraper extracts commercial property listings from [commercialrealestate.com.au](https://www.commercialrealestate.com.au), a leading Australian commercial property marketplace. Paste a For Sale or For Lease search results page (or a direct listing URL) and the Actor returns clean, structured data for every listing: headline, full address, price or sale method, property categories, floor area, land area, agency and agent details, listing highlights, images, and the full description. Use it for commercial market research, investment sourcing, and agency monitoring.

The easiest way to try it: open the Actor, keep the pre-filled example For Sale search URL, and click **Start**.

### Why use the commercialrealestate.com.au Commercial Property Scraper?

- **Commercial-specific data** — floor area, land area, sale method, and multi-value property-category tags (Offices, Retail, Industrial, Development / Land, Hotel & Leisure, etc.).
- **Investment sourcing** — build a feed of new commercial listings for a target city or category.
- **Agency monitoring** — see what agencies are listing and at what price or via what sale method.
- **Clean, structured output** — numbers as numbers, missing values as `null`, no raw HTML.
- **Automatic pagination** — the Actor walks through every results page up to your limit.
- **No code and no maintenance** — runs on Apify's infrastructure with retries, scheduling, and integrations built in.

### What makes this different?

This Actor targets Australian commercial property, so it returns the fields commercial buyers and tenants actually filter on — floor area, land area, sale method, and category tags — alongside the headline and price. It uses Australian residential IP addresses by default, which is what it takes to load the site reliably.

### Pricing

This Actor uses pay-per-event pricing: a small fixed charge per run start, plus a per-listing charge for each record returned. Exact rates are shown on the Actor's page in Apify Console.

### What data can you extract?

![Commercialrealestate Com Au Scraper dataset output](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/commercialrealestate-com-au-scraper--output.png)

![Commercialrealestate Com Au Scraper data fields](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/commercialrealestate-com-au-scraper--fields.png)

| Field                                          | Description                                                                    |
| ---------------------------------------------- | ------------------------------------------------------------------------------ |
| `id`                                           | commercialrealestate.com.au ad id                                              |
| `url`                                          | Direct link to the listing                                                     |
| `channel`                                      | `sale` or `lease`                                                              |
| `headline`                                     | Listing headline                                                               |
| `address`                                      | Full property address                                                          |
| `streetAddress`, `suburb`, `state`, `postcode` | Address components                                                             |
| `area`, `region`                               | Local area and region                                                          |
| `price`                                        | Displayed price or sale type (e.g. "Expressions of Interest", "Contact Agent") |
| `saleMethod`                                   | Sale method code (auction, EOI, private treaty, etc.)                          |
| `mainCategory`                                 | Primary property category                                                      |
| `propertyCategories`                           | All property-category tags                                                     |
| `floorArea`                                    | Floor / building area                                                          |
| `landArea`                                     | Land area, from the listing page                                               |
| `highlights`                                   | Listing highlight bullet points                                                |
| `shortDescription`                             | Short summary from the results card                                            |
| `description`                                  | Full listing description, from the listing page                                |
| `auctionDate`                                  | Auction date, for auction listings                                             |
| `soldLeasedDate`                               | Sale or lease completion date, where shown                                     |
| `isUnderOffer`                                 | Whether the listing is marked under offer                                      |
| `agencyName`, `agents`                         | Listing agency and agents, from the listing page                               |
| `images`                                       | Listing photo URLs                                                             |
| `scrapedAt`                                    | Timestamp the record was collected                                             |

### How to use the commercialrealestate.com.au Commercial Property Scraper

![How Commercialrealestate Com Au Scraper works](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/commercialrealestate-com-au-scraper--how-it-works.png)

1. Open the Actor in Apify Console.
2. On commercialrealestate.com.au, build the search you want (location, For Sale or For Lease, category) and copy the URL from your browser's address bar. Or copy a single listing page URL.
3. Paste it into **Start URLs**. Add as many as you need.
4. Set **Max listings per start URL**.
5. Leave **Open each listing page for full details** on for the full description, land area, and agents, or turn it off for a faster summary-only run.
6. Click **Start**, then open the **Dataset** tab to view and export the results.

### Input parameters

| Parameter               | Type    | Required | Default                        | Description                                                                                                                     |
| ----------------------- | ------- | -------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
| `startUrls`             | array   | Yes      | Example Sydney For Sale search | commercialrealestate.com.au For Sale or For Lease search pages, or direct listing URLs.                                         |
| `maxItems`              | integer | No       | `5`                            | Maximum listings to collect per start URL. The Actor paginates until this is reached.                                           |
| `scrapePropertyDetails` | boolean | No       | `true`                         | When on, opens each listing page for the full description, land area, and agents.                                               |
| `useCache`              | boolean | No       | `false`                        | Reuse data collected for a listing in an earlier run. Off by default so results are always fresh.                               |
| `proxyConfiguration`    | object  | No       | Australian residential         | Proxy settings. commercialrealestate.com.au blocks non-residential traffic, so Australian residential proxy is used by default. |

### Output data

Each listing is one dataset item. Download as JSON, CSV, Excel, or XML from the Dataset tab or the API.

```json
{
    "id": "2021096129",
    "url": "https://www.commercialrealestate.com.au/property/600-612-george-street-sydney-nsw-2000-2021096129",
    "channel": "sale",
    "headline": "Significant CBD Freehold Hotel and Bistro Opportunity",
    "address": "600-612 George Street Sydney NSW 2000",
    "streetAddress": "600-612 George Street",
    "suburb": "Sydney",
    "state": "NSW",
    "postcode": "2000",
    "area": "Sydney City",
    "region": "Sydney Region",
    "price": "Expressions of Interest",
    "saleMethod": "Eoi",
    "mainCategory": "Hotel, Motel, Pub & Leisure",
    "propertyCategories": ["Hotel, Motel, Pub & Leisure", "Shop & Retail"],
    "floorArea": "4,764 m²",
    "landArea": "1.45 ha",
    "highlights": ["Prime high-exposure on George Street", "First time offered in almost 25 years"],
    "shortDescription": "Located at the heart of Sydney's entertainment precinct...",
    "description": "The Plaza Hotel is a landmark freehold hotel and bistro directly opposite Event Cinemas...",
    "auctionDate": null,
    "soldLeasedDate": null,
    "isUnderOffer": false,
    "agencyName": "Knight Frank",
    "agents": [{ "name": "Tim Noonan", "phone": "0400 000 000" }],
    "images": ["https://bucket-api.commercialrealestate.com.au/v1/bucket/image/2021096129_1"],
    "scrapedAt": "2026-08-31T00:00:00.000Z"
}
```

### Usage examples

**Every commercial property for sale in a city**

```json
{
    "startUrls": [{ "url": "https://www.commercialrealestate.com.au/for-sale/melbourne-vic-3000/" }],
    "maxItems": 200
}
```

**Offices for lease in two locations**

```json
{
    "startUrls": [
        { "url": "https://www.commercialrealestate.com.au/for-lease/sydney-nsw-2000/" },
        { "url": "https://www.commercialrealestate.com.au/for-lease/north-sydney-nsw-2060/" }
    ],
    "maxItems": 100
}
```

**A single listing**

```json
{
    "startUrls": [
        { "url": "https://www.commercialrealestate.com.au/property/600-612-george-street-sydney-nsw-2000-2021096129" }
    ]
}
```

### Tips for best results

- Set your category and location on commercialrealestate.com.au before copying the URL — the Actor keeps all of the site's filters.
- Start with a small `maxItems` to confirm the search returns what you expect, then scale up.
- Turn off **Open each listing page for full details** when you only need headline, price, area, and agency across a large area — it is significantly faster.

### Known limitations

- commercialrealestate.com.au uses strict bot protection. The Actor gets through with Australian residential proxy and automatic retries, but a rare individual page may be skipped — re-run if a result set looks short.
- `price` is often a sale-method label ("Expressions of Interest", "Contact Agent") rather than a number for commercial listings.
- `landArea`, `description`, and `agents` come from the listing page and are only populated with **Open each listing page for full details** on.
- `floorArea` can be a range when a listing offers multiple tenancies.
- Pagination is limited to the number of result pages commercialrealestate.com.au exposes for a search.

### Integrations

Connect the Actor's output to Google Sheets, Make, Zapier, Slack, or your own systems via the Apify API and webhooks. Schedule runs to keep a dataset up to date.

### Export formats

JSON, CSV, Excel, and XML — from the Dataset tab in Apify Console or via the API.

### Frequently asked questions

#### How many listings can I collect?

As many as the search exposes. `maxItems` is applied per start URL, so add more start URLs to cover many locations in one run.

#### Can I use my own filters?

Yes. Any For Sale or For Lease URL from commercialrealestate.com.au works, including category and area filters.

#### Does it support individual listing URLs?

Yes. Paste a `/property/...` listing URL into **Start URLs** and the Actor returns that single listing.

#### How are duplicates handled?

Each listing is collected once per run, matched on its ad id.

#### Why are some fields null?

commercialrealestate.com.au does not publish every field for every listing. Missing values are returned as `null` rather than guessed.

#### How fresh is the data?

Each run collects live data from commercialrealestate.com.au at run time, unless **Use cache** is enabled.

### Support

Found a bug or need a change? Open an issue on the Actor's **Issues** tab in Apify Console, or reach out via Apify Console messaging.

### Legal and responsible use

You are responsible for ensuring your use of this Actor and the collected data complies with commercialrealestate.com.au's Terms of Service, applicable laws, and any contractual obligations. This Actor can collect personal data such as agent names published on listing pages; if you collect personal data you are responsible for handling it in line with applicable data-protection law, including the Australian Privacy Act and, where relevant, the GDPR.

### Preview

![Commercialrealestate Com Au Scraper input options](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/commercialrealestate-com-au-scraper--input.png)

# Actor input Schema

## `startUrls` (type: `array`):

One or more commercialrealestate.com.au pages to scrape. Use a For Sale or For Lease search results page (set your location and filters on the site first, then copy the URL), or a direct listing page URL. The Actor pages through search results automatically.

## `maxItems` (type: `integer`):

Maximum number of commercial listings to collect for each start URL. Keep this low for quick test runs and raise it for full exports.

## `scrapePropertyDetails` (type: `boolean`):

When on, the Actor opens every listing to collect the full property description, land area, and agent contact details. When off, it returns the faster summary data from the search results only.

## `useCache` (type: `boolean`):

Reuse data collected for a listing in an earlier run to speed up recurring runs. Disabled by default so every run returns fresh data.

## `proxyConfiguration` (type: `object`):

Proxy settings. commercialrealestate.com.au blocks traffic that is not routed through residential IP addresses, so Australian residential proxy is used by default and required.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.commercialrealestate.com.au/for-sale/sydney-nsw-2000/"
    }
  ],
  "maxItems": 5,
  "scrapePropertyDetails": true,
  "useCache": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  }
}
```

# Actor output Schema

## `listings` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.commercialrealestate.com.au/for-sale/sydney-nsw-2000/"
        }
    ],
    "maxItems": 5,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "AU"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("mrdoe/commercialrealestate-com-au-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [{ "url": "https://www.commercialrealestate.com.au/for-sale/sydney-nsw-2000/" }],
    "maxItems": 5,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "AU",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("mrdoe/commercialrealestate-com-au-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.commercialrealestate.com.au/for-sale/sydney-nsw-2000/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  }
}' |
apify call mrdoe/commercialrealestate-com-au-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,mrdoe/commercialrealestate-com-au-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/b2fkuKdo1qLLMdqLt/builds/h5ZYHm0V07V0gFAue/openapi.json
