Property AU Scraper avatar

Property AU Scraper

Pricing

$5.99/month + usage

Go to Apify Store
Property AU Scraper

Property AU Scraper

Scrapes Property and Real estate listings from 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

$5.99/month + usage

Rating

0.0

(0)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

10

Total users

1

Monthly active users

2 days ago

Last modified

Share

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"
}
}