domain.com.au API: search_properties_for_sale
domain.com.au via Parse · real_estate
Search properties listed for sale on Domain.com.au by suburb location. Returns paginated results including listing details (id, address, price, features, branding, images). Supports filtering by price range, bedrooms, bathrooms, and property type. Paginates via integer page number; totalPages in meta indicates last page. Scraper for Domain.com.au property listings, agents, and suburb insights. Fulfilled by Parse from domain.com.au.
- domain-com-au
- maps-geo
- parse
- platform-key
- real-estate
- reviews-ratings
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/974154e5-ea89-4a21-b5a4-dff744547193/search_properties_for_sale
- Interface artifact
- sha256:2c63e9b95bddfd74958e2ab95ac0e1028ad3ebe794beb30bd33676d52153e004
- Manifest digest
- sha256:2e9c8df5d8f1337667e880eb40f774e982310901693dd7118711f3decdca532b
Request fields
- page (integer): Page number for pagination.
- location (string, required): Suburb, state and postcode slug (e.g., 'sydney-nsw-2000', 'pyrmont-nsw-2009', 'melbourne-vic-3000').
- max_price (integer): Maximum price filter.
- min_price (integer): Minimum price filter.
- max_bedrooms (integer): Maximum number of bedrooms (1-5).
- min_bedrooms (integer): Minimum number of bedrooms (1-5).
- min_bathrooms (integer): Minimum number of bathrooms (1-3).
- property_type (string): Property type filter. Accepted values include 'house', 'unit', 'townhouse', 'villa', 'land', 'acreage', 'rural', 'block-of-units'.
Example queries
- {"page":"1","location":"sydney-nsw-2000","max_price":"2000000","min_price":"500000","max_bedrooms":"5","min_bedrooms":"1","min_bathrooms":"1","property_type":"house"}