Realestateview: Search Rental Listings
Realestateview via Parse · real_estate
Search for rental listings on view.com.au with optional filters for location, property type, and bedrooms. Returns paginated results with 25 listings per page. Without filters returns all VIC rentals. Combine state + suburb + postcode for locality-specific results. Search and explore rental property listings, agent profiles, and location data from view.com.au — Australia's property platform. Fulfilled by Parse from realestateview.com.au.
- b2b-directory
- maps-geo
- parse
- platform-key
- real-estate
- realestateview
- realestateview-com-au
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/3748ab7b-6679-4ef0-81af-8c5c885033c3/search_rental_listings
- Interface artifact
- sha256:7d9cb96f0cc75c3ae3dc439e5bf305270816ba728e4bf2c83148185a0bf3ec83
- Manifest digest
- sha256:ae8895484a189299af41e1bc2a2fc6ce43d441f745498e831642c9336d096663
Request fields
- page (integer): Page number for pagination.
- state (string): Australian state code in lowercase.: Allowed values: vic, sa, qld, nsw, wa, tas, act, nt
- suburb (string): Suburb name. Spaces are converted to hyphens internally (e.g. 'richmond', 'hoppers crossing').
- bedrooms (string): Number of bedrooms filter. Provide as a number string (e.g. '2') or slug (e.g. '2-bedrooms').
- postcode (string): Australian postcode (e.g. '3121', '2000'). Leading zeros preserved.
- property_type (string): Property type slug used in URL path.: Allowed values: house, apartment-unit, townhouse, villa, land
Example queries
- {"page":"1","state":"vic","suburb":"richmond","bedrooms":"2","postcode":"3121","property_type":"house"}