Real Estate Search (Bulk) API

POST
/realestate_searches
LIVE

Bulk version of the real estate search endpoint that allows up to 50 address lookups to be performed in a single request.

Example Request

POST
request.json
key Auth: BearerAuth
{
  "date_from": "2020-01-01",
  "requests": [
    { "gnaf_id": "GAVIC421647320", "check_id": "asset_1" },
    { "full_address": "123 Main St, Sydney NSW", "check_id": "asset_2" }
  ]
}

Request Schema

date_from
Optional
string

Date filter in YYYY-MM-DD format.

requests
Required
array

The list of address lookups to perform (uses standard address parameters).

Available Response Data

4 Data Points
01
monitor_heart

Batch Processing Status

02
monitor_heart

Array of Address Results

Matched to your check_id

03
data_object

Individual Property Listing Histories

Sales, Rentals, Pricing Data

04
location_on

Individual Address Resolution Data

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

API Data Scale & Coverage tag

Unmatched data depth to power your compliance and verification workflows.

50M+
Phone & Email Records
40M+
Adverse Court Records
2BN+
Australian Universe Records
18M+
Real Estate Records
7M+
Deceased Records
980M+
Social Media & Employment Records
Practical Applications

Technical Use Cases tag

verified

Portfolio Analytics

Update the estimated value of an entire investment portfolio by querying multiple GNAF IDs in a single high-efficiency call.

Real-time Notifications

Webhooks & Events tag

notifications
bulk-real-estate-completed

Receive a payload notification once all 50 property histories have been compiled and are ready for retrieval.

Trust & Assurance

Compliance & Security tag

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 tag

Everything you need to know about implementation details and compliance infrastructure.

help_center General

What happens if one address in the bulk array fails?

add

The API will process the valid addresses and return an Address not found error specifically for the failed array objects, allowing the rest of your batch to succeed.