AU Residential Property $0.9💰
DeprecatedPricing
from $1.00 / 1,000 results
AU Residential Property $0.9💰
DeprecatedFrom $0.9/1K. Scrape Australian property listings with rich detail-page enrichment. Each listing record comes back with far more than the usual "address + price + beds". You get the full picture that a buyer would see on the site.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
AbotAPI
Maintained by CommunityActor stats
2
Bookmarked
28
Total users
4
Monthly active users
7 days ago
Last modified
Categories
Share
Property AU Scraper
Scrape Australian property listings with rich detail-page enrichment. Each listing record comes back with far more than the usual "address + price + beds".
Two ways to run it
Listing mode (default). Describe what you want with structured filters:
{"mode": "listing","search": "southbank","listing_type": "buy","propertyTypes": ["HOUSE", "APARTMENT"],"priceMin": 500000,"priceMax": 900000,"bedroomsMin": 2,"max_properties": 100,"max_pages": 5}
search accepts a suburb name, postcode, or city: southbank, 3006, brisbane, melbourne. Ambiguous or misspelled queries fail fast rather than running against the wrong location.
URL mode. Paste search URLs directly and let the scraper walk them forward:
{"mode": "url","urls": ["https://www.example.com/search/?locations=Melbourne%2C+VIC+3000&propertyStatus=FOR_SALE&pageNumber=2"],"max_properties": 60,"max_pages": 3}
Pagination walks forward from the URL's own ?pageNumber=N. Pass pageNumber=2 with max_pages=3 and you get pages 2, 3 and 4.
Filters (listing mode)
| Field | Notes |
|---|---|
listing_type | buy, rent, or sold |
propertyTypes | HOUSE, APARTMENT, TOWNHOUSE, VILLA, LAND, ACREAGE, RURAL, BLOCK_OF_UNITS, RETIREMENT |
priceMin / priceMax | AUD |
bedroomsMin / bathroomsMin | |
landSizeMin | square metres |
carSpacesMin | |
excludeUnderOffer | buy only |
sortBy | NEW_DESC (default), PRICE_ASC, PRICE_DESC, RELEVANCY, NEXT_AUCTION, NEXT_INSPECTION |
In URL mode these filters are ignored. Encode them directly in your URLs.
Proxy
A residential proxy is required for complete results. Runs without a residential proxy still complete, but return a reduced dataset. Set the proxy to RESIDENTIAL + AU country in Proxy Configuration.
Limits & dataset
max_properties: hard cap on results (0 = unlimited)max_pages: per URL page budget (0 = unlimited)dataset_name: custom dataset name; omit or usedefaultfor the default datasetclear_dataset: wipe the dataset before the run
Tips
- Start small. Set
max_properties: 10for a first run to verify your filters before scaling up. - Use URL mode for complex filters. Build a search on the site, copy the URL, and paste it into
urls. max_pagesis a per URL budget. If you pass three URLs and setmax_pages: 5, the scraper walks up to 5 pages for each of them.