Real Estate Search API

POST
/realestate_search
LIVE

Returns Australian real estate listing history (sale, sold, and rental events) for a given property address.

Example Request

POST
request.json
key Auth: BearerAuth
{
  "gnaf_id": "GAVIC421647320",
  "date_from": "2015-01-01"
}

Request Schema

gnaf_id string
Optional

The GNAF address ID

full_address string
Optional

Complete address as a single string.

street_address string
Optional

Street address component (Required for structured).

suburb string
Optional

Suburb name.

state string
Optional

State abbreviation.

postcode string
Optional

Postcode.

date_from string
Optional

Returns records on or after YYYY-MM-DD.

Available Response Data

6 Data Points
01
monitor_heart

Message Status

02
tag

Total Records Found

03
monitor_heart

Array of Real Estate Listing Records

04
data_object

Listing Events

Sale, Sold, Rent

05
data_object

Property Type and Attributes

Bedrooms, Bathrooms, Car Spaces

06
schedule

Historic Pricing Data and Event Dates

lock Full API documentation provided after vetting from our compliance team.

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.

Trust & Assurance

Compliance & Security

Enterprise-grade infrastructure audited against the standards your regulators require.

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

Our datasets cover deep historical listing events. You can use the date_from parameter to restrict the payload size to recent years.

BACK TO TOP