Domain.com.au Property Scraper(Pay As You Go) avatar
Domain.com.au Property Scraper(Pay As You Go)

Pricing

from $6.99 / 1,000 results

Go to Apify Store
Domain.com.au Property Scraper(Pay As You Go)

Domain.com.au Property Scraper(Pay As You Go)

Developed by

PowerAI

PowerAI

Maintained by Community

Scrape property listings from Domain.com.au with advanced stealth techniques and pay-per-result billing

5.0 (1)

Pricing

from $6.99 / 1,000 results

1

1

1

Last modified

5 days ago

Domain.com.au Property Scraper

This actor scrapes property listings from Domain.com.au, Australia's leading property portal, using advanced web scraping techniques to extract comprehensive property data.

Features

  • Comprehensive Property Search: Scrape property listings from multiple Domain.com.au search URLs
  • Advanced Scraping: Stealth techniques to avoid detection
  • Real-time Data: Extracts live property data including all property details and metadata
  • Smart Pagination: Automatically handles pagination and infinite scroll
  • Proxy Support: Built-in proxy configuration for reliable scraping
  • Pay-per-Result: Charges only for successfully scraped property listings

Input

The actor accepts the following input parameters:

Required Parameters

  • searchUrls: Array of Domain.com.au property search URLs to scrape

Optional Parameters

  • maxItems: Maximum number of property listings to scrape (default: 100, max: 50000)
  • proxyConfiguration: Proxy configuration for the scraper

Output

The actor outputs each property listing as an individual data item. Each property contains comprehensive information including:

{
"searchUrl": "https://www.domain.com.au/sale/samford-valley-qld-4520/?excludeunderoffer=1",
"promoType": "elite",
"url": "https://www.domain.com.au/samford-valley-qld-4520-2017312613",
"images": [
"https://rimh2.domainstatic.com.au/5pynIky_nRZcVvnnPYxTvAQ2OpQ=/660x440/filters:format(jpeg):quality(80)/2017312613_1_1_230217_123453-w800-h600"
],
"skeletonImages": [
{
"images": {
"original": {
"url": "https://rimh2.domainstatic.com.au/AfzkEX1D1GxbvKnfnBhKFEmqxxs=/fit-in/1920x1080/filters:format(jpeg):quality(80):no_upscale()/2017312613_1_1_230217_123453-w800-h600",
"width": 800,
"height": 600
},
"tablet": {
"url": "https://rimh2.domainstatic.com.au/kQu9T4h7qtDTn_sTDKi9LJsiWN4=/fit-in/1020x1020/filters:format(jpeg):quality(80):no_upscale()/2017312613_1_1_230217_123453-w800-h600",
"width": 800,
"height": 600
},
"mobile": {
"url": "https://rimh2.domainstatic.com.au/KjQIEYkYxzWJt81OPOGPxPu2LZE=/fit-in/600x800/filters:format(jpeg):quality(80):no_upscale()/2017312613_1_1_230217_123453-w800-h600",
"width": 600,
"height": 450
}
},
"mediaType": "image"
}
],
"brandingAppearance": "light",
"price": "POA",
"hasVideo": false,
"branding": {
"agencyId": 26625,
"agents": [
{
"agentName": "Minus The Agent Sales",
"agentPhoto": "https://rimh2.domainstatic.com.au/xZ_8JdkYdxwaNVx2lm2WyVwbdCI=/90x90/filters:format(jpeg):quality(80)/https://images.domain.com.au/img/26625/contact_1269713.png?mod=250318-121837"
}
],
"agentNames": "Minus The Agent Sales",
"brandLogo": "https://rimh2.domainstatic.com.au/AorRkpGDMR0OyDOQNlSfXra-Loc=/170x60/filters:format(jpeg):quality(80)/https://images.domain.com.au/img/Agencys/26625/logo_26625.jpeg?buster=2025-04-01",
"skeletonBrandLogo": "https://rimh2.domainstatic.com.au/Gt8S13Sr-QmbnMBUcP7EtaQIIfA=/120x42/filters:format(jpeg):quality(80):no_upscale()/https://images.domain.com.au/img/Agencys/26625/logo_26625.jpeg?buster=2025-04-01",
"brandName": "Minus The Agent",
"brandColor": "#fe9d0e",
"agentPhoto": "https://rimh2.domainstatic.com.au/xZ_8JdkYdxwaNVx2lm2WyVwbdCI=/90x90/filters:format(jpeg):quality(80)/https://images.domain.com.au/img/26625/contact_1269713.png?mod=250318-121837",
"agentName": "Minus The Agent Sales"
},
"address": {
"street": "",
"suburb": "SAMFORD VALLEY",
"state": "QLD",
"postcode": "4520",
"lat": -27.37121,
"lng": 152.86761
},
"features": {
"propertyType": "VacantLand",
"propertyTypeFormatted": "Vacant land",
"isRural": false,
"landSize": 0,
"landUnit": "m²",
"isRetirement": false
},
"inspection": {
"openTime": null,
"closeTime": null
},
"auction": null,
"tags": {
"tagText": null,
"tagClassName": null
},
"displaySearchPriceRange": null,
"enableSingleLineAddress": false
}

Usage

  1. Input Configuration: Provide Domain.com.au search URLs and scraping parameters
  2. Set Max Items: Specify how many property listings you want to scrape
  3. Run the Actor: Execute the actor with your input
  4. Get Results: Receive individual property listings in the dataset

Examples

{
"searchUrls": [
"https://www.domain.com.au/sale/samford-valley-qld-4520/?excludeunderoffer=1"
],
"maxItems": 100
}

Multiple Search URLs

{
"searchUrls": [
"https://www.domain.com.au/sale/sydney-nsw-2000/",
"https://www.domain.com.au/rent/melbourne-vic-3000/",
"https://www.domain.com.au/sale/brisbane-qld-4000/"
],
"maxItems": 200
}

With Proxy Configuration

{
"searchUrls": [
"https://www.domain.com.au/sale/samford-valley-qld-4520/?excludeunderoffer=1"
],
"maxItems": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Property Data Structure

Each property listing includes:

Basic Information

  • promoType: Property promotion type (e.g., "elite")
  • url: Full property URL
  • price: Property price or "POA" (Price on Application)
  • hasVideo: Whether the property has video content

Images and Media

  • images: Array of property image URLs
  • skeletonImages: Detailed image information with multiple sizes
    • original: High-resolution images
    • tablet: Tablet-optimized images
    • mobile: Mobile-optimized images
    • mediaType: Type of media (e.g., "image")

Branding and Agency Information

  • brandingAppearance: Branding appearance style
  • branding: Agency and agent information
    • agencyId: Agency identifier
    • agents: Array of agent information
    • agentName: Agent name
    • agentPhoto: Agent photo URL
    • brandLogo: Agency logo URL
    • brandName: Agency name
    • brandColor: Agency brand color

Location Details

  • address: Property address information
    • street: Street address
    • suburb: Suburb name
    • state: State abbreviation
    • postcode: Postal code
    • lat: Latitude coordinate
    • lng: Longitude coordinate

Property Features

  • features: Property characteristics
    • propertyType: Type of property (e.g., "VacantLand", "House", "Apartment")
    • propertyTypeFormatted: Human-readable property type
    • isRural: Whether property is rural
    • landSize: Land size in square meters
    • landUnit: Unit of measurement for land size
    • isRetirement: Whether it's a retirement property

Inspection and Auction

  • inspection: Inspection times
    • openTime: Opening time for inspections
    • closeTime: Closing time for inspections
  • auction: Auction information (if applicable)

Tags and Display

  • tags: Property tags
    • tagText: Tag text content
    • tagClassName: CSS class for tags
  • displaySearchPriceRange: Price range for search display
  • enableSingleLineAddress: Whether to display single-line address

Property Types

Residential Properties

  • House: Standalone houses
  • Apartment: Multi-unit residential buildings
  • Townhouse: Attached residential units
  • Unit: Individual residential units

Land Properties

  • VacantLand: Undeveloped land
  • Rural: Rural properties

Commercial Properties

  • Office: Commercial office spaces
  • Retail: Retail commercial properties
  • Industrial: Industrial properties

Billing

This actor uses a pay-per-result billing model:

  • You are charged only for successfully scraped property listings
  • No charges for failed requests or empty results
  • Transparent pricing based on actual data extracted

Support

For technical support or questions about this actor, please contact our support team.

This actor is designed for legitimate research and business purposes. Users are responsible for complying with Domain.com.au's terms of service and applicable laws. Please use responsibly and respect the website's robots.txt and rate limits.