arrow_back
Back to API
Real Estate Search API
POST
LIVE
/realestate_search
Returns Australian real estate listing history (sale, sold, and rental events) for a given property address.
Example Request
POST
key
Auth: BearerAuth
{
"gnaf_id": "GAVIC421647320",
"date_from": "2015-01-01"
}
Available Response Data
- check_circle Message Status
- check_circle Total Records Found
- check_circle Array of Real Estate Listing Records
- check_circle Listing Events (Sale, Sold, Rent)
- check_circle Property Type and Attributes (Bedrooms, Bathrooms, Car Spaces)
- check_circle Historic Pricing Data and Event Dates
Request Schema
| Field Name | Type | Required | Description |
|---|---|---|---|
| gnaf_id | string | No | The GNAF address ID |
| full_address | string | No | Complete address as a single string. |
| street_address | string | No | Street address component (Required for structured). |
| suburb | string | No | Suburb name. |
| state | string | No | State abbreviation. |
| postcode | string | No | Postcode. |
| date_from | string | No | Returns records on or after YYYY-MM-DD. |
Technical Use Cases
verified
PropTech Valuations
Feed historical sale and rental prices directly into Automated Valuation Models (AVMs) and property insight dashboards.
verified
Mortgage Underwriting
Verify stated property values and recent transaction histories during loan application reviews.
Webhooks & Events
notifications
property-listed-alert
Subscribe to status changes to receive notifications when a specific GNAF ID appears in a new rental or sale listing.
Compliance & Security
verified_user
ISO 27001 Certified
enhanced_encryption
AES-256 Encryption
public
Australian Data Sovereignty
Integration & Support
Common Questions
Everything you need to know about implementation details and compliance infrastructure.
help_center General
How far back does the listing history go?
add
help_center General
How far back does the listing history go?
add
Our datasets cover deep historical listing events. You can use the date_from parameter to restrict the payload size to recent years.