ABS housing and ATO income data for property apps

Embed tier fit

Property platforms need supply, price, and affordability data per postcode. We wrap ABS 8731.0, ABS 6416.0, and ATO postcode statistics into one JSON shape.

The friction today

  • .ABS catalogue numbers change. Scrapers rot every release.
  • .ATO ships postcode income as XLSX with merged header cells.
  • .Postcode joins fail when one source uses POA and another uses SA2.

The workflow in 3 calls

  1. 1

    Get building approvals by region

    GET /v1/data/abs/8731.0

    Monthly supply signal.

  2. 2

    Pull median dwelling prices

    GET /v1/data/abs/6416.0

    Capital-city index.

  3. 3

    Join postcode income

    GET /v1/data/ato/individuals-postcode

    Affordability layer.

Try it now

cURL
curl "https://api.ausdata.io/v1/data/abs/8731.0?region=NSW" \
  -H "Authorization: Bearer YOUR_KEY"

Right tier for property tech platforms

Embed handles in-product display with attribution.

See pricing

Related

Get a free API key

500 free calls per month. No credit card.