ABS housing and ATO income data for property apps
Embed tier fitProperty 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
Get building approvals by region
GET /v1/data/abs/8731.0Monthly supply signal.
- 2
Pull median dwelling prices
GET /v1/data/abs/6416.0Capital-city index.
- 3
Join postcode income
GET /v1/data/ato/individuals-postcodeAffordability 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.
Related
500 free calls per month. No credit card.