Domain.com.au Property Scraper avatar

Domain.com.au Property Scraper

Pricing

from $2.00 / 1,000 listing scrapeds

Go to Apify Store
Domain.com.au Property Scraper

Domain.com.au Property Scraper

Scrape property listings from Domain.com.au (Australia) by suburb: address, price, beds, baths, parking, property type, and listing URL.

Pricing

from $2.00 / 1,000 listing scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Scrape property listings from Domain.com.au — one of Australia's largest real estate portals — by suburb. Get address, price, beds, baths, parking, property type, coordinates, and listing URL. Supports both sale and rental listings.

Input

FieldTypeDescription
locationsarraySuburb slugs, e.g. sydney-nsw-2000, bondi-beach-nsw-2026
listingTypestringsale or rent (default sale)
maxItemsintegerMax listings to return across all locations (default 50)

Example:

{
"locations": ["sydney-nsw-2000", "bondi-beach-nsw-2026"],
"listingType": "sale",
"maxItems": 50
}

Output

{
"location": "sydney-nsw-2000",
"listingType": "sale",
"address": "308/298-304 Sussex Street, Sydney, NSW, 2000",
"suburb": "Sydney",
"state": "NSW",
"postcode": "2000",
"latitude": -33.874363,
"longitude": 151.20474,
"priceText": "For Sale $550,000",
"priceLow": 550000,
"priceHigh": null,
"beds": 1,
"baths": 1,
"parking": 1,
"propertyType": "Apartment / Unit / Flat",
"isNewDevelopment": false,
"image": "https://rimh2.domainstatic.com.au/...",
"url": "https://www.domain.com.au/308-298-304-sussex-street-sydney-nsw-2000-..."
}

Notes

Some listings (auctions, "contact agent", new developments) don't display a fixed price — priceLow/priceHigh will be null in those cases, but priceText always carries Domain's original price label.

Common uses

  • Property market research and price tracking by suburb
  • Feeding listings into real estate aggregators or CRMs
  • Investment analysis and comparables
  • Monitoring new listings in target areas