AU Residential Property Listings Scraper avatar

AU Residential Property Listings Scraper

Pricing

from $0.03 / actor start

Go to Apify Store
AU Residential Property Listings Scraper

AU Residential Property Listings Scraper

Scrapes Property and Real estate listings from https://www.property.com.au/. Supports both listing pages and individual property pages. Scrape suburb listing pages (buy, rent, sold) Scrape individual property pages Extract comprehensive property data

Pricing

from $0.03 / actor start

Rating

0.0

(0)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

15

Total users

2

Monthly active users

14 days ago

Last modified

Share

Property AU Scraper

Fast property listing extraction from property.com.au.

Quick Start

{
"search": "Melbourne",
"listing_type": "buy",
"max_properties": 50,
"max_pages": 3
}

Features

  • ~70-100 listings/min with full data (address, price, features, image)
  • Smart search by suburb name, postcode, or partial match
  • Listing types: Buy, Rent, Sold
  • Automatic pagination and deduplication
  • Cross-links to realestate.com.au for each property

Output

{
"id": "123456789",
"address": "5/10 Sample Road, Sampleville, Vic 3000",
"listing_type": "sale",
"property_type": "apartment",
"price": "$500,000 - $550,000",
"features": {
"bedrooms": "2",
"bathrooms": "1",
"car_spaces": "1",
"floor_area": "65m2"
},
"image": "https://i2.au.reastatic.net/800x600/.../image.jpg",
"property_url": "https://www.property.com.au/vic/sampleville-3000/.../",
"rea_url": "https://www.realestate.com.au/property-apartment-vic-sampleville-123456789"
}

Input Parameters

ParameterTypeDefaultDescription
searchString-Smart search query (suburb name, postcode, partial match)
stateStringvicState code (vic, nsw, qld, sa, wa, tas, nt, act)
suburbString-Suburb name (spaces converted to hyphens)
postcodeString-4-digit postcode
listing_typeStringbuyType of listings: buy, rent, or sold
max_propertiesInteger20Maximum properties to scrape
max_pagesInteger2Maximum search result pages (20 results per page)
proxyObject-Proxy configuration

Proxy Configuration

{
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "AU"
}
}