AU Residential Property $0.9💰 avatar

AU Residential Property $0.9💰

Deprecated

Pricing

from $1.00 / 1,000 results

Go to Apify Store
AU Residential Property $0.9💰

AU Residential Property $0.9💰

Deprecated

From $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

AbotAPI

Maintained by Community

Actor stats

2

Bookmarked

28

Total users

4

Monthly active users

7 days ago

Last modified

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)

FieldNotes
listing_typebuy, rent, or sold
propertyTypesHOUSE, APARTMENT, TOWNHOUSE, VILLA, LAND, ACREAGE, RURAL, BLOCK_OF_UNITS, RETIREMENT
priceMin / priceMaxAUD
bedroomsMin / bathroomsMin
landSizeMinsquare metres
carSpacesMin
excludeUnderOfferbuy only
sortByNEW_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 use default for the default dataset
  • clear_dataset: wipe the dataset before the run

Tips

  • Start small. Set max_properties: 10 for 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_pages is a per URL budget. If you pass three URLs and set max_pages: 5, the scraper walks up to 5 pages for each of them.