Realestate.com.au Scraper avatar
Realestate.com.au Scraper

Pricing

$50.00/month + usage

Go to Store
Realestate.com.au Scraper

Realestate.com.au Scraper

Developed by

ScrapeMind

ScrapeMind

Maintained by Community

Extract detailed property listings data from realestate.com.au including sold, rent and buy listings with full property details, agent information, and property features.

0.0 (0)

Pricing

$50.00/month + usage

0

Total users

11

Monthly users

11

Runs succeeded

85%

Last modified

a day ago

You can access the Realestate.com.au Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input = {
9 "startUrls": [{ "url": "https://www.realestate.com.au/sold/property-retire-house-land-townhouse-acreage-unit+apartment-rural-villa-unitblock-with-1-bedroom-size-200-100000000-between-50000-15000000-in-melbourne+-+northern+region,+vic/list-1?numParkingSpaces=2&numBaths=1&maxBeds=5&keywords=swimming%20pool%2Cgarage%2Cbalcony%2Coutdoor%20area%2Censuite%2Cdishwasher%2Cstudy%2Cbuilt%20in%20robes%2Cair%20conditioning%2Csolar%20panels%2Cheating&checkedFeatures=swimming%20pool%2Cgarage%2Cbalcony%2Coutdoor%20area%2Censuite%2Cdishwasher%2Cstudy%2Cbuilt%20in%20robes%2Cair%20conditioning%2Csolar%20panels%2Cheating&activeSort=solddate" }],
10 "Proxy config": { "useApifyProxy": False },
11}
12
13# Run the Actor and wait for it to finish
14run = client.actor("scrapemind/realestatecomau-scraper").call(run_input=run_input)
15
16# Fetch and print Actor results from the run's dataset (if there are any)
17print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
18for item in client.dataset(run["defaultDatasetId"]).iterate_items():
19 print(item)
20
21# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

Extract Comprehensive Listings Data from Realestate.com.au API in Python

The Apify API client for Python is the official library that allows you to use Realestate.com.au Scraper API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include: