Realestate AU πŸ’°$1πŸ’° Lightning avatar

Realestate AU πŸ’°$1πŸ’° Lightning

Pricing

from $0.80 / 1,000 results

Go to Apify Store
Realestate AU πŸ’°$1πŸ’° Lightning

Realestate AU πŸ’°$1πŸ’° Lightning

⚑ Lightning fast. Scrapes thousands of listings with full details at scale πŸ“Š Complete data. 30+ fields per listing, including indoor/outdoor features, full description, and lat/long

Pricing

from $0.80 / 1,000 results

Rating

5.0

(1)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

4

Monthly active users

a day ago

Last modified

Share

RealEstate.com.au Lightning Scraper

Extract full listing details from realestate.com.au at scale. Buy, rent, and sold pages with property features, descriptions, agent contacts, and coordinates.

Paste your search URLs or use location filters to get structured data in seconds.

Key Features

  • ⚑ Lightning fast. Scrapes thousands of listings with full details at scale
  • πŸ“Š Complete data. 30+ fields per listing including indoor/outdoor features, full description, and lat/long
  • 🏠 All listing types. Buy, Rent, and Recently Sold
  • πŸ” Two search modes. Paste URLs directly or use structured location filters (AU and NZ)
  • πŸ“‹ Flat output. Clean, ready to use columns or raw API response
  • πŸ“„ Auto pagination. Pages through all search results automatically
  • 🚫 Deduplication. No duplicates across pages or multiple search URLs
  • πŸ’° Lightweight. Runs on just 256MB memory

How It Works

Option 1: Search by URL

Paste one or more search result URLs from realestate.com.au

Examples:

  • https://www.realestate.com.au/buy/in-sydney,+nsw/list-1
  • https://www.realestate.com.au/sold/property-house-in-melbourne,+vic/list-1?maxSoldAge=12-month
  • https://www.realestate.com.au/rent/property-unit+apartment-in-brisbane,+qld/list-1

Option 2: Search by Location Filters

Use structured filters to search by location without building URLs manually.

{
"searchByFilters": [
{
"channel": "buy",
"cityOrRegion": "VIC",
"district": "Melbourne - Northern Region",
"country": "AU"
},
{
"channel": "sold",
"cityOrRegion": "NSW",
"suburb": "Bondi Beach",
"country": "AU"
}
]
}

Filter fields:

  • Channel: buy, rent, or sold
  • Country: AU (Australia) or NZ (New Zealand)
  • State / City: VIC, NSW, QLD, Auckland, etc.
  • District / Region: Melbourne Northern Region, Sydney Eastern Suburbs, Auckland City, etc.
  • Suburb: Richmond, Bondi Beach, Blockhouse Bay, etc.

Output Fields (30+)

CategoryFields
ListingpropertyId, url, listingType, propertyType, channel, headline
Addressstreet, suburb, state, postcode, full address
Coordinateslatitude, longitude
Pricedisplay price, min, max
Featuresbedrooms, bathrooms, parkingSpaces, hasStudy, hasBalcony, hasPool, hasGarage
Property Featuresflat list + structured indoor/outdoor breakdown
SizeslandSize, landSizeUnit, buildingSize, buildingSizeUnit
Descriptionfull listing description (cleaned text)
Mediaall images with floorplan detection, video URL, 3D tour URL
Agentname, phone, email, job title, photo URL, profile URL
Agencyname, phone, email, website, address, logo URL
Inspectionsopen for inspection times + auction dates
MetadataconstructionStatus, productDepth, featured, tier, badge, agencyListingId
DatesdateListed, dateUpdated, auctionDate
SoldsoldDate, soldPrice, daysOnMarket
Rentalbond, availableDate

Example Output

{
"propertyId": "143902816",
"url": "https://www.realestate.com.au/property-house-nsw-example-143902816",
"listingType": "buy",
"propertyType": "house",
"headline": "Stunning Family Home with Harbour Views",
"address": {
"street": "25 Example Street",
"suburb": "Sydney",
"state": "NSW",
"postcode": "2000",
"full": "25 Example Street, Sydney, NSW 2000"
},
"coordinates": { "latitude": -33.8688, "longitude": 151.2093 },
"price": { "display": "$1,200,000 - $1,300,000", "min": 1200000, "max": 1300000, "isRange": true },
"features": {
"bedrooms": 3, "bathrooms": 2, "parkingSpaces": 1,
"hasStudy": false, "hasBalcony": true, "hasPool": false, "hasGarage": true
},
"landSize": 350, "landSizeUnit": "m2",
"propertyFeatures": ["Air Conditioning", "Built-in Wardrobes", "Balcony", "Garage", "Dishwasher"],
"propertyFeaturesStructured": {
"indoorFeatures": ["Air Conditioning", "Built-in Wardrobes", "Dishwasher"],
"outdoorFeatures": ["Balcony", "Garage"]
},
"description": "A beautifully renovated family home in the heart of Sydney...",
"media": {
"imageCount": 12,
"images": [{ "url": "https://i2.au.reastatic.net/800x600/example.jpg", "isFloorplan": false }],
"videoUrl": "https://www.youtube.com/watch?v=example"
},
"agent": { "name": "Jane Smith", "phone": "0412345678", "email": "jane@agency.com.au" },
"agency": { "name": "Premium Real Estate", "phone": "02 1234 5678" },
"inspectionTimes": [{ "startTime": "2026-04-12T10:00:00+10:00", "isAuction": false }],
"badge": "New",
"dateListed": "2026-04-10",
"isBuy": true, "isSold": false, "isRent": false,
"constructionStatus": "established",
"tier": { "signature": true, "midtier": false, "standard": false },
"scrapedAt": "2026-04-12T00:00:00.000Z"
}

Input Options

FieldDescriptionDefault
Search URLsone or more realestate.com.au search page URLs
Search by Filtersstructured location filters (AU and NZ)
Max Resultsmaximum listings to scrape per URL (0 = unlimited)100
Flatten Outputclean flat columns vs raw API responsetrue
Max Concurrencyparallel detail requests10
ProxyApify ProxyApify Datacenter

Tips

  • Sold listings: add ?maxSoldAge=12-month to your URL for last 12 months of sales
  • Multiple locations: add multiple search URLs or filters to scrape different areas in one run
  • Large scrapes: set max results to 0 (unlimited) and let pagination handle everything
  • Raw data: disable Flatten Output to get the complete API response for each listing