Domain.com.au Property Valuation Report avatar

Domain.com.au Property Valuation Report

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Domain.com.au Property Valuation Report

Domain.com.au Property Valuation Report

Get property value estimates from Domain.com.au using their property valuation feature, including estimated ranges, capital growth, and suburb stats.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

an hour ago

Last modified

Categories

Share

What does this Actor do?

This Actor extracts publicly displayed property valuation information from Domain.com.au for a list of Australian property addresses. It is an evidence-gated Domain.com.au API alternative: it reads public property pages only and returns a diagnostic record when labelled valuation evidence is unavailable or access is restricted.

The Actor does not use private endpoints, account sessions, mirrors, CAPTCHA solving, stealth fingerprints, protected browser state, or other access-bypass techniques. CAPTCHA, login, paywall, geofence, rate-limit, device, WAF, and other access boundaries stop extraction and are recorded with found: false and dataAvailable: false.

Why use this Actor?

Use it for property screening, investment research, market analysis, sale-history review, and suburb comparisons. It supports:

  • A bounded list of address inputs and a maximum result count.
  • Publicly labelled estimated values, sale information, property facts, and suburb metrics when available.
  • Apify scheduling, API access, dataset downloads, monitoring, and optional standard proxy configuration.
  • One browser worker with bounded retries, timeouts, pacing, and public-page evidence checks.

What data can this Actor extract?

FieldTypeDescription
address, suburb, state, postcodestringAddress information supplied or displayed publicly.
estimatedValueMin, estimatedValueMax, estimatedValueMidnumberPublicly labelled valuation values.
estimateTextstringValuation text displayed on the page.
lastSoldPrice, lastSoldDatenumber / stringPublicly labelled sale information.
capitalGrowth12mstringPublic 12-month capital-growth value.
bedrooms, bathrooms, carSpaces, landSizenumber / stringPublic property facts when displayed.
propertyUrlstringPublic Domain.com.au URL associated with the record.
found, dataAvailablebooleanEvidence and availability flags.
diagnosticsobjectBounded reason, boundary, title, URL, and HTTP diagnostics.

Unknown fields are null. The Actor does not infer an estimated value from unrelated listing prices or general property facts.

How to scrape Domain.com.au

  1. Open the Input tab and add one or more property addresses.
  2. Set maxItems to the maximum number of addresses to process.
  3. Optionally configure a standard Apify proxy for ordinary public requests. A restriction response is reported rather than bypassed.
  4. Start the Actor and inspect the Output tab. Successful rows have found: true, dataAvailable: true, and statusLabel: "success"; unavailable or blocked rows explain the stop condition in diagnostics.

You can also use the API tab to start runs programmatically. The dataset can be downloaded as JSON, HTML, CSV, or Excel.

How much does it cost?

Cost depends on browser compute time and the resources used by your Apify plan. Requests are serialized and bounded, so a small address list helps control runtime and spend. Optional proxy usage is subject to your Apify account plan.

Input

See the Input tab for full configuration options. addresses is required, maxItems defaults to 10 and is capped at 100, and proxyConfiguration is optional. The Actor accepts only public Domain.com.au pages.

Output

Example success and diagnostic rows:

[
{
"address": "1 Example Street, Exampleton NSW 2000",
"estimatedValueMin": 780000,
"estimatedValueMax": 860000,
"estimatedValueMid": 820000,
"found": true,
"dataAvailable": true,
"statusLabel": "success"
},
{
"address": "2 Example Street, Exampleton NSW 2000",
"estimatedValueMin": null,
"estimatedValueMax": null,
"found": false,
"dataAvailable": false,
"statusLabel": "waf_detected",
"diagnostics": {
"category": "waf",
"boundary": true,
"found": false,
"dataAvailable": false
}
}
]

Key-value store

The actor does not write custom key-value records. Valuation and diagnostic rows are stored in the dataset; the declared key-value store is intentionally empty.

FAQ, disclaimers, and support

Why is my row a diagnostic?

The public page may not expose labelled valuation evidence, or access may be restricted. Check statusLabel, errorCategory, errorMessage, and diagnostics; the Actor fails closed instead of guessing.

Is scraping Domain.com.au allowed?

Our Actors are ethical and do not extract private user data. They only extract information made public by the site. You should not scrape personal data unless you have a legitimate reason, and you should comply with Domain.com.au's terms, robots rules, and applicable law. For feedback or troubleshooting, use the Issues tab; for programmatic access, use the API tab.