Real Estate Search API
/realestate_search
Returns the real estate listing history (sale, sold, and rental events) for a property, sourced from the GlobalData Australian property universe. Accepts a GNAF ID, a full address as a single string, or structured address parts. Results come back most recent first, with an optional date_from filter to limit to recent activity
Example Request
POSTRequest Schema
gnaf_id
The GNAF address ID. Most efficient lookup. Mutually exclusive with full_address and the structured parts.
full_address
A complete address as a single string. Mutually exclusive with the other modes.
street_address
Street address component. Use with suburb, state, postcode for structured mode.
suburb
Suburb. Used with street_address.
state
ACT, NSW, NT, QLD, SA, TAS, VIC, WA. Used with street_address.
postcode
Postcode. Used with street_address.
date_from
Optional. Only return records on or after this date.
Available Response Data
6 Data PointsMessage Status
Total Records Found
Array of Real Estate Listing Records
Listing Events
Sale, Sold, Rent
Property Type and Attributes
Bedrooms, Bathrooms, Car Spaces
Historic Pricing Data and Event Dates
API Data Scale & Coverage tag
Unmatched data depth to power your compliance and verification workflows.
Technical Use Cases tag
Vendor appraisal and listing intel
Pull the listing history for a property when prepping an appraisal or pitching for a listing. Last sale date, last rental, and price trajectory all come back in one call.
Property valuation context
Feed historical sale prices into valuation models. Beats scraping listings sites and keeps the data consistent across your portfolio.
Pre-loan property due diligence
Lenders can pull recent sale and rental history as part of mortgage application due diligence. Useful signal for owner-occupier vs investor classification.
Compliance & Security tag
Enterprise-grade infrastructure audited against the standards your regulators require.
Common Questions tag
Everything you need to know about implementation details and compliance infrastructure.
rocket_launch Implementation
What if I only have the street address?
add
What if I only have the street address?
Use the structured mode. Pass street_address plus suburb, state and/or postcode. The system will resolve to a GNAF for you. Sending full_address as a single string works too if you’d rather pass it through unparsed.
help_center General
How far back does the history go?
add
How far back does the history go?
It depends on the property. Some have records going back decades, others are recent additions to the dataset. The date_from filter is useful when you only want activity within a given window.
rocket_launch Implementation
What does a no-match response look like?
add
What does a no-match response look like?
message: "Address not found", an empty address object, and records: []. The HTTP status is still 200. Treat “address not found” as informational, not an error.
API Testing Sandbox tag
Test the Real Estate Search API directly in your browser with live mock data and see instant results.
rocket_launch Request Sandbox AccessAccess to live sandbox environments requires manual approval from our compliance team.