fbpx Skip to main content
Stash API

Connect your platform to trusted property data

Stash is a structured property intelligence layer for software, workflows and AI. Access property, sales, suburb, planning, risk and market data across Australia.

Get API AccessStash MCP

Paid Stash members get instant API access, including your API token and docs. Not available during the free trial.

What you can build with Stash

Turn Australian property data into products, workflows and customer experiences.

AI Property Q&A

Give AI agents access to live, structured property data.

Automated CMA & Appraisals

Combine comparable sales, property attributes and market data for more informed valuations.

Suburb Research

Analyse 15,000+ suburbs using growth, yield, demand, demographics and market indicators.

Due Diligence

Access planning, zoning, flood, bushfire, biodiversity and other risk data.

Development & Feasibility

Identify opportunities and test development potential using property, planning and market data.

CRM & Workflow Automation

Enrich your CRM, monitor properties and trigger automated property workflows.

Built for AI Agents & Workflows

Give AI direct access to structured Australian property intelligence. Connect through Stash MCP or use the API to power your own AI applications and agents.

Connect with Stash MCP

Connect Claude and other compatible AI tools directly to structured Stash property data using MCP.

Built for AI Context

Give AI access to property, suburb, sales, planning, risk and market data directly inside its context.

AI Property Research

Research properties, compare suburbs, analyse markets and answer property questions using real Stash data.

AI-Powered CMA & Appraisals

Combine comparable sales, property attributes, AVMs and market data to support more informed property valuations.

AI Due Diligence

Analyse planning, zoning, risks, development activity and property data together in a single AI workflow.

Build Your Own AI Agents

Use the Stash API to power property agents, copilots, automations and AI experiences inside your own products.

How it works

From user input to structured property insights — powered by Stash.

1

User enters an address

A user searches for or enters a property address inside your app, CRM or website.
2

Your system calls the Stash API

Fetch property, suburb, market, risk and planning data using a single lookup or chained requests.
3

Data is returned in structured format

Receive clean JSON including property attributes, AVM, nearby sales, suburb insights and risk overlays.
4

AI or logic layer processes the data

Use LLMs or business logic to interpret the data, generate insights or trigger next steps in your workflow.
5

Output delivered to user or workflow

Return answers, generate reports, enrich records or automate actions across your product or client experience.

Get access to property data where you need it

Looking to create lead generation platforms and need rich property data content. What’s your house worth? The latest in suburb statistics? You’re in the right place.

Property & Suburb Lookup

Create predictive type validation and search for addresses & suburbs for use in your applications

Property Lookup

Search for properties to use for predictive address lookups.

Suburb Lookup

Search for suburbs to use for predictive suburbs lookups.

Geocoding

Bulk match property addresses to property id's for use in other API calls

Property Profile

View property details, attributes and property sales history for a given property ID (Derived from Property Suggest)

Property Profile (Basic)

Display property attributes

Property Profile (Extended)

Display property attributes and sales history (where available)

Property Profile (Detailed)

Display property attributes and sales history (where available) & more

Property Estimate

View current property estimate and confidence indicators. Based on previous sale (where available) & median growth like for like

Property Estimate (AVM)

Display sale price estimate with confidence score. Use for What's my house worth?

Property Planning & Risk Overlays

View the latest property zoning, planning rules and risk overlays (e.g. Flood, Bushfire, Heritage & Biodiversity) for any property in the country (where available).

Property Planning

View the latest zoning & planning rules

Property Risk Overlays

View the latest risks for the property

Nearby Sales

See the latest transacted market activity for any given suburb, radius from any property (Perfect for CMA’s) or bounding box map based searching.

Property Sales

Display properties that have recently sold (where available) anywhere in the country

Suburb Statistics

View the latest statistics for any given suburb in Australia, grouped by bedroom count. Display sales growth, volumes, day on market, vacancy rates, market absorption, rental yield, school ICSEA scores, Owner Occupiers and much more

Suburb Statistics

An overview of statistics for the suburbs aggregate by bedroom count

Suburb Timeseries

Create your own charts with over 10 years of statistical data

Suburb Demographics

View the latest ABS Census for all suburbs (where available)

Neighbourhood Profile

AI Based generative text describing the latest suburb statistics

Suburb Hotspots

Interactive searching of over 15,000 suburbs in the country refined by sales growth, volumes, day on market, vacancy rates, market absorption, rental yield, school ICSEA scores, Owner Occupiers and much more

Suburb Hostpots

Interactive tool for users to research suburbs

Property Monitor

Be informed when something changes to one of your monitored properties. Great for portfolio management.

Property Monitor

Track changes to any property in real time. Coming Soon

Digital & PDF Property Reports

Create Property Profiles, CMA’s and live property & suburb digital experiences.

Report Generator

Create PDF Property Profiles & CMA's

Digital Report Generator

Create live shareable property & suburb links.

Designed for developers, ready for AI

Everything you need to build powerful property products and AI experiences.

Data

Structured JSON

Clean, consistent responses designed for easy parsing across every endpoint.
AI

LLM-Ready Context

Feed structured property intelligence directly into AI agents, copilots and prompts.
Intelligence

Multi-Source Property Context

Combine property, sales, AVM, suburb, planning and risk data into richer property insights.
Workflows

Automation Ready

Trigger actions, enrich records and automate property workflows across your systems.
Integration

Composable API

Combine endpoints to build your own search, valuation, research and decision workflows.
Scale

Built to Scale

From a single property lookup to high-volume platforms, products and AI applications.
{
  "property": {
    "id": "7fa24d8c-15e2-4a8f-91d3-82b71c44e219",

    "address": {
      "streetAddress": "24 Example Street",
      "locality": "Richmond",
      "state": "VIC",
      "postcode": "3121"
    },

    "propertyType": "House",

    "attributes": {
      "bedrooms": 4,
      "bathrooms": 2,
      "parkingSpaces": 2
    },

    "landDetails": {
      "area": {
        "value": 612,
        "unit": "squareMeter",
        "display": "612 m²"
      },
      "frontage": {
        "value": 18.4,
        "display": "18.4m"
      }
    },

    "buildingDetails": {
      "builtYear": 1998,
      "area": {
        "value": 186,
        "display": "186 m²"
      }
    },

    "sales": [
      {
        "date": "2022-08-19",
        "price": {
          "value": 1450000,
          "display": "$1,450,000"
        },
        "saleType": "Normal"
      },

      {
        "date": "2017-03-10",
        "price": {
          "value": 980000,
          "display": "$980,000"
        }
      },

      {
        "date": "2011-11-24",
        "price": {
          "value": 645000,
          "display": "$645,000"
        }
      }
    ],

    "propertyInsights": {
      "propertyMarketStatus": {
        "status": "offMarket"
      },
      "tenure": {
        "occupancyType": "owner",
        "confidenceScore": "high"
      }
    },

    "nearbyDetails": {
      "train": "620m",
      "school": "850m",
      "shopping": "410m"
    },

    "locationInsights": {
      "ownedRatio": 0.71,
      "rentedRatio": 0.29,
      "nearestMajorUrban": "Melbourne",
      "distanceToCBD": "4.2km"
    }
  }
}

Flexible access that scales with you

Use Stash internally, connect your AI, integrate for shared Stash customers, or license our API for your own customer-facing products.

Internal API Access

INTERNAL USE ONLY FREE FOR STASH MEMBERS

Connect directly to the Stash API to power your internal tools, CRM, property research, data enrichment and automated workflows.

AI & MCP Access

POWER AI AGENTS INTERNAL USE ONLY FREE FOR STASH MEMBERS

Connect Stash to Claude and compatible AI tools using MCP, or use the API to power your own AI agents, copilots and automated property workflows.

API Partner Integration

FOR SHARED CUSTOMERS FREE FOR SELECTED PARTNERS

Integrate Stash property intelligence into your own software for customers who already have an active Stash membership. Partner integrations let shared customers access Stash-powered data and workflows directly inside your product, with integration and a commercial model designed around the shared user.

Public API Access

FOR CUSTOMER-FACING PRODUCTS CONDITIONS APPLY SURCHARGES APPLY

Use Stash property intelligence inside your own customer-facing product, platform or service. Public API access is designed for businesses that want to expose Stash-powered property data, insights or workflows to their own users under an agreed commercial data licence.

API Product Tiers

Level 1 Plan

PROPERTY LOOKUP SUBURB LOOKUP

Get started with property data. Validate addresses and retrieve basic property attributes (bed, bath, car, image) for quicker form submission.

Usage bands apply

Find a property or suburb for address lookup

Display property attributes & main image

View nearby sales activity

Suburb Statistics & Chart Data

Property Status (On Market/Off Market)

Access millions of property images

Get Started

Level 2 Plan

SUBURB LEVEL DATA

Looking to build a richer customer experience on your website? Get access to the latest suburb statistics to generate leads for your business.

Usage bands apply

Find a property or suburb for address lookup

Display property attributes & main image

Suburb Statistics & Chart Data

View nearby sales activity

Property Status (On Market/Off Market)

Access millions of property images

Get Started

Level 3 Plan

PROPERTY LEVEL DATA SUBURB LEVEL DATA

Looking to build a richer property data experience? Get access to the latest property sales & suburb statistics with millions of property images & floorplans.

Usage bands apply

Find a property or suburb for address lookup

Display property attributes & main image

View nearby sales activity

Suburb Statistics & Chart Data

Property Status (On Market/Off Market)

Access millions of property images

Get Started

Additional Options

Optional Detailed Add Ons

Access a wide range of additional property & suburb based endpoints. Transactional fees may apply.

  • Property Valuations (AVM)
  • Flood Risks
  • Biodiversity Register
  • Bushfire Risks
  • Suburb Hotspot Finder

Customised Solutions

Not sure what you are looking for? Leverage our decades of property data & proptech experience to get the most out of your application.

API’s not your thing? We can also provide data via a variety of delivery methods to suit your products needs.

Looking for a high volume solution? Reach out and we can create custom packages to suit.

Plug & Play Solutions

Stash Live Market

Don’t have the resources to build bespoke solutions using our API. Check out Stash Live Market. Pre-built, branded suburb & property experiences for your website. Just plug in and play.

Go to Live Market

Start building with Stash

Connect your software, workflows and AI to Australian property intelligence.

Need more info? Check out our most frequently asked questions.

Close Menu