# Domain.com.au Real Estate Scraper (`parseforge/domain-com-au-scraper`) Actor

Scrapes Australian property listings from Domain.com.au by suburb slug, listing type, or direct URL. Returns each property as a flat row with price, bedrooms, bathrooms, and full details.

- **URL**: https://apify.com/parseforge/domain-com-au-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Real estate, Developer tools, Automation
- **Stats:** 38 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $38.99 / 1,000 result items

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

[![ParseForge](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)](https://apify.com/parseforge?fpr=vmoqkp)

### Domain.com.au Real Estate Scraper

**Scrape Australian real estate listings from Domain.com.au by suburb, listing type, or direct URL, up to a million per run.** Every property comes with its price, bedrooms, bathrooms, and full listing details. No login or API key. Export to CSV, JSON, Excel, or XML.

Domain.com.au is Australia's second-largest property portal, but it has no public API for bulk data access. This actor reads the public sale, rent, and sold listings directly, letting you filter by suburb, price range, and bedroom count, and returns each match in one fixed schema.

| Who uses it | What they scrape Domain.com.au for |
|---|---|
| Real estate agents | Monitor competitor listings and pricing in their local area. |
| Property investors | Track sold prices and rental yields across multiple suburbs. |
| Data analysts | Build suburb-level price trend datasets for market reports. |
| Home buyers | Get alerted to new listings matching their budget and bedroom requirements. |

### What it does

This Actor collects Australian property listings from Domain.com.au by suburb slug, listing type, or direct search URL, and returns each one as a flat row.

- 🏘️ **Suburb search:** provide a suburb slug like 'sydney-nsw-2000' and a listing type to scrape all matching properties.
- 🔗 **Direct URL:** paste any Domain.com.au search results URL to scrape exactly that page and its pagination.
- 💰 **Price filters:** set minimum and maximum price in AUD to narrow results to your budget range.
- 🛏️ **Bedroom filters:** specify min and max bedrooms to target houses, apartments, or units of a certain size.
- 📋 **Listing types:** choose from For Sale, For Rent, or Sold listings to match your research goal.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

### What you can do with Domain.com.au data

**📊 Build a suburb price report.**

A property analyst scrapes all sold listings for 'melbourne-vic-3000' from the last 12 months to calculate median price changes.

**🏠 Monitor new rental listings.**

A tenant runs the actor daily on a 'rent' search for 'brisbane-qld-4000' with a max price filter to catch new apartments within budget.

**📈 Track competitor stock levels.**

A real estate agent scrapes 'sale' listings in their agency's suburb to see how many competing properties are on the market.

**🔍 Research sold prices for a specific property type.**

An investor filters sold listings by 3 bedrooms and a price cap to value a potential purchase in 'perth-wa-6000'.

### Why choose this scraper

|  | What you get |
|---|---|
| **No API key needed** | Scrapes the public website, so you skip OAuth, registration, and rate-limit negotiations. |
| **Fixed output schema** | Every listing arrives with the same fields, ready for your database or spreadsheet. |
| **Up to 1M listings** | One run can collect a large suburb's entire sale or rental history. |
| **Flexible input** | Use simple suburb filters or paste any search URL you have bookmarked. |

### How it compares

No other Store actor targets Domain.com.au the same way, so the honest comparison is with the alternatives teams actually weigh.

| | Domain.com.au Real Estate Scraper | Build it in-house | By hand |
|---|---|---|---|
| Setup | Run it now, zero config | Days of engineering | None, but hours per pull |
| When Domain.com.au changes | Maintained for you | You fix it | You re-learn the page |
| Proxies, retries, anti-bot | Built in | Your problem | Browser only |
| Output | Fixed JSON schema, CSV/Excel export | Whatever you build | Copy-paste |
| Cost | Pay per result | Engineering time | Analyst hours |

### Configure the run

Drive the Actor from a suburb slug and listing type, or a direct Domain.com.au search URL, and filters run as each listing is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

```json
{
  "startUrl": "https://www.domain.com.au/sale/sydney-nsw-2000/",
  "maxItems": 10
}
```

A larger pull:

```json
{
  "startUrl": "https://www.domain.com.au/sale/sydney-nsw-2000/",
  "maxItems": 200
}
```

### Pricing

Pay-per-result: **$0.05199 per result** collected. You pay only for the results written to your dataset.

| Results collected | Approximate cost |
|---|---|
| 100 results | $5.20 |
| 1,000 results | $51.99 |
| 10,000 results | $519.90 |

New Apify accounts start with $5 in free credit.

### Free users

Free-plan runs return up to 10 results as a preview. [Upgrade your Apify plan](https://console.apify.com/sign-up?fpr=vmoqkp) to collect up to 1,000,000 results per run.

### Run it

1. [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. Open the [Domain.com.au Real Estate Scraper](https://apify.com/parseforge/domain-com-au-scraper?fpr=vmoqkp).
3. Set your inputs and any filters, then click **Start**.
4. Export the results as CSV, Excel, JSON, or XML from the **Dataset** tab.

Run it programmatically through the [Apify API](https://docs.apify.com/api/v2) (`run-sync-get-dataset-items`) or the [ApifyClient](https://docs.apify.com/api/client/js) for JavaScript and Python.

### Use with AI agents (MCP)

Give an AI agent live access to Domain.com.au through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

```bash
claude mcp add --transport http apify "https://mcp.apify.com/?tools=parseforge/domain-com-au-scraper"
```

Then prompt it in plain language to run the scraper and read back the results.

### Troubleshooting

**Why am I getting no results?**

Check that your suburb slug is correct and matches the format 'suburb-state-postcode'. Also verify that your price and bedroom filters are not too restrictive for that area.

**The actor is running very slowly.**

Domain.com.au may be rate-limiting your IP. Try using an Apify proxy configuration in the Advanced settings to rotate IP addresses.

**I get an error when using a Start URL.**

Make sure the URL is a valid Domain.com.au search results page and that it starts with 'https://www.domain.com.au/'. A single listing URL will not work.

**The number of results is less than my maxItems setting.**

The actor stops when it runs out of listings on Domain.com.au. If the total available listings for your search are fewer than your maxItems, it will return only what exists.

**Some listing fields are empty in my dataset.**

Not all listings on Domain.com.au have every field filled in by the agent. If a price or bedroom count is missing on the website, it will be empty in your results.

### FAQ

| Question | Answer |
|---|---|
| Do I need a Domain.com.au account or API key? | No. The actor scrapes publicly accessible listing pages, so no login, API key, or registration is required. |
| How do I find the suburb slug for my search? | Go to Domain.com.au, search for a suburb, and copy the slug from the URL. It looks like 'sydney-nsw-2000' or 'melbourne-vic-3000'. |
| Can I scrape sold listings? | Yes. Set the Listing Type to 'Sold' and provide a suburb slug. The actor will return the sold price and date for each property. |
| What is the maximum number of listings I can scrape? | You can set the maximum up to 1,000,000 properties per run. The actual number depends on how many listings match your filters. |
| Can I scrape a specific search URL I already have? | Yes. Paste your full Domain.com.au search URL into the Start URL field, and the actor will scrape that exact result set, ignoring the suburb and filter fields. |
| Does this work for commercial properties? | The actor scrapes whatever listings appear on the residential sale, rent, and sold pages. It does not have a separate commercial property mode. |
| What format is the data exported in? | You can export your dataset in CSV, JSON, Excel, or XML from the Apify platform. |
| How often can I run this actor? | You can schedule runs as frequently as you need. Using Apify proxies is recommended to avoid IP blocks on very frequent runs. |
| Does the actor handle pagination? | Yes. It automatically follows the 'Next' page links on Domain.com.au search results until it reaches your maximum items limit. |
| Can I filter by property type, like house or apartment? | The current input schema does not have a property type filter. You can achieve this by using a Start URL with the property type filter already applied on Domain.com.au. |

### Related actors

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) for more scrapers.

🆘 **Need help?** Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ **Disclaimer.** This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Domain Holdings Australia Limited. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

# Actor input Schema

## `startUrl` (type: `string`):

URL of a Domain.com.au search results page. If provided, the filters below are ignored.

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

Maximum number of properties to collect per run.

## `listingType` (type: `string`):

Type of property listing to search for when no Start URL is provided.

## `suburb` (type: `string`):

Suburb slug used when no Start URL is provided (e.g. 'sydney-nsw-2000', 'melbourne-vic-3000').

## `minBedrooms` (type: `integer`):

Minimum number of bedrooms.

## `maxBedrooms` (type: `integer`):

Maximum number of bedrooms.

## `minPrice` (type: `integer`):

Minimum listing price in AUD.

## `maxPrice` (type: `integer`):

Maximum listing price in AUD.

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

Proxy settings for the scraper.

## Actor input object example

```json
{
  "startUrl": "https://www.domain.com.au/sale/sydney-nsw-2000/",
  "maxItems": 10,
  "listingType": "sale"
}
```

# Actor output Schema

## `results` (type: `string`):

Dataset with all scraped items

# 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 = {
    "startUrl": "https://www.domain.com.au/sale/sydney-nsw-2000/",
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/domain-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 = {
    "startUrl": "https://www.domain.com.au/sale/sydney-nsw-2000/",
    "maxItems": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/domain-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 '{
  "startUrl": "https://www.domain.com.au/sale/sydney-nsw-2000/",
  "maxItems": 10
}' |
apify call parseforge/domain-com-au-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/domain-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/LucZ5m2qfZd0CA8Ni/builds/4CIcLXycchUj6L2u3/openapi.json
