realcommercial.com.au API: search_properties
realcommercial.com.au via Parse · real_estate
Search for commercial properties for sale, rent, sold, or leased across Australia. Returns a paginated list of listings with details like title, address, price, property types, floor area, and agent/agency information. Results come from server-rendered search pages with approximately 10 listings per page. APIs for searching commercial property listings, fetching property details, and reading market news from realcommercial.com.au. Fulfilled by Parse from realcommercial.com.au.
- maps-geo
- news-media
- parse
- platform-key
- real-estate
- realcommercial-com-au
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f2569d8e-6018-4bdc-8682-a2774ff50d32/search_properties
- Interface artifact
- sha256:78f8f1d68d36a4fe74f66b2628095effcb03d303d1cd482596c82f3fc5771beb
- Manifest digest
- sha256:54a2aec1bb1a8addb88fa69ada65cd55cb52b7750afd742f858711291e486c40
Request fields
- page (integer): Page number for pagination.
- channel (string): Channel to search in.: Allowed values: rent, buy, sold, leased
- sort_by (string): Sort order for results.: Allowed values: price-asc, price-desc, date-desc
- keywords (string): Keywords to search for in listings.
- locations (array): List of locations as strings in format 'Suburb, STATE POSTCODE' e.g. ["Sydney, NSW 2000"]. First location is used for search URL.
- max_price (integer): Maximum price filter.
- min_price (integer): Minimum price filter.
- page_size (integer): Requested results per page (site typically returns 10 per page regardless).
- car_spaces (integer): Minimum number of car spaces.
- tenure_types (array): List of tenure types to filter by: tenanted, vacant.: Allowed values: tenanted, vacant
- max_floor_area (integer): Maximum floor area in m2.
- min_floor_area (integer): Minimum floor area in m2.
- property_types (array): List of property types to filter by: offices, retail, industrial-warehouse, land-development, showrooms-bulky-goods, hotel-motel-leisure, medical-consulting, farming-rural, other.: Allowed values: offices, retail, industrial-warehouse, land-development, showrooms-bulky-goods, hotel-motel-leisure, medical-consulting, farming-rural, other
Example queries
- {"page":"1","channel":"buy","sort_by":"price-asc","keywords":"warehouse","locations":"[\"Sydney, NSW 2000\"]","max_price":"5000000","min_price":"100000","page_size":"20","car_spaces":"1","tenure_types":"tenanted","max_floor_area":"500","min_floor_area":"50","property_types":"offices"}