Domain.com.au

property search API

GET https://api.dataextractorpro.com/search/ ⚡ 1 Credit

Gives you data on property search

Overview

This API endpoint allows programmatically extracting clean, structured data for Domain.com.au.

Authentication

Include your API key in the request header:

x-api-key: YOUR_API_KEY
Request Parameters
Parameter Type Required Description & Allowed Values Try Parameter
category
category
text Optional
* required field - can accept values buy, rent, house-and-land, new-homes, retirement, sold, rural
place
place
text Optional
* required field - value can be obtained from autocomplete endpoint.
sort
sort
text Optional
optional - can accept values newest, lowest-price, highest-price, earliest-auction, earliest-inspection, suburb, featured
minLandArea
min land area
text Optional
min land area
maxLandArea
max land area
text Optional
max land area
landAreaUnit
land area unit
text Optional
optional - can accept the values m2 for sq.metre, ac for acre, ha for hectare
minPrice
min price
text Optional
min price
maxPrice
max price
text Optional
max price
minBathrooms
min bathrooms
text Optional
min bathrooms
maxBathrooms
max bathrooms
text Optional
max bathrooms
minBedrooms
min bedrooms
text Optional
min bedrooms
maxBedrooms
max bedrooms
text Optional
max bedrooms
maxCarspaces
max car spaces
text Optional
max car spaces
minCarspaces
min car spaces
text Optional
min car spaces
Code Examples

                                
                                
                                
                            
Error Responses
400 Invalid Parameters
One or more required parameters are missing or invalid.
{
    "status": "error",
    "message": "Parameter 'q' is required"
}
401 Unauthorized
Invalid or missing API key in x-api-key header.
{
    "status": "error",
    "message": "Invalid API key"
}
429 Rate Limit / Quota Exceeded
API key usage quota has been exhausted.
{
    "status": "error",
    "message": "Usage limit reached"
}
500 Internal Server Error
An unexpected server error occurred during extraction.
{
    "status": "error",
    "message": "Internal extraction error"
}