AU Residential Property Listings Scraper
Pricing
from $0.03 / actor start
Go to Apify Store

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
Maintained by Community
Actor stats
0
Bookmarked
15
Total users
2
Monthly active users
14 days ago
Last modified
Categories
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
| Parameter | Type | Default | Description |
|---|---|---|---|
search | String | - | Smart search query (suburb name, postcode, partial match) |
state | String | vic | State code (vic, nsw, qld, sa, wa, tas, nt, act) |
suburb | String | - | Suburb name (spaces converted to hyphens) |
postcode | String | - | 4-digit postcode |
listing_type | String | buy | Type of listings: buy, rent, or sold |
max_properties | Integer | 20 | Maximum properties to scrape |
max_pages | Integer | 2 | Maximum search result pages (20 results per page) |
proxy | Object | - | Proxy configuration |
Proxy Configuration
{"proxy": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "AU"}}