DataScoop.io
Get a free key
Datasets / Australia aged care
Health & social careLiveCreative Commons Attribution 4.0

Australia aged care services data

Preview it free. Your list for £4.99.

Every aged care service subsidised by the Australian Government (over 5,000 residential homes, home care services, multi-purpose services and flexible programs), with provider, organisation type, care type, places, address, LGA, remoteness and planning region. Pick a state or LGA, a care type and a size, and have the list in your spreadsheet in a minute, or pull it straight into your code or your AI agent.

Loading live dataset...

State NSW ▾
Care type Residential ▾
Minimum places 60 ▾
aged-care-services-australia.csv
Source: Aged Care Service List, Australian Government (CC BY 4.0). Full results with a free key.

Or pull it straight into your code or your agent

cURLJavaScriptPythonMCP (Claude, ChatGPT, Cursor)
# Residential aged care homes in New South Wales with 60 or more places, as CSV
curl "https://datascoop.io/v1/datasets/au-aged-care/query?\
  state=NSW&careType=Residential&minResidentialPlaces=60&format=csv" \
  -H "Authorization: Bearer ds_your_key"
// # Residential aged care homes in New South Wales with 60 or more places, as CSV
const res = await fetch("https://datascoop.io/v1/datasets/au-aged-care/query?state=NSW&careType=Residential&minResidentialPlaces=60", {
  headers: { Authorization: "Bearer ds_your_key" }
});
const { rows, total, attribution } = await res.json();
# # Residential aged care homes in New South Wales with 60 or more places, as CSV
import requests
r = requests.get("https://datascoop.io/v1/datasets/au-aged-care/query",
                 params={"state":"NSW","careType":"Residential","minResidentialPlaces":"60"},
                 headers={"Authorization": "Bearer ds_your_key"})
rows = r.json()["rows"]
# Claude Code (one line; other clients on /agents)
claude mcp add --transport http datascoop https://datascoop.io/mcp \
  --header "Authorization: Bearer ds_your_key"

# Your agent then calls
query_dataset({ dataset: "au-aged-care", filters: {"state":"NSW","careType":"Residential","minResidentialPlaces":"60"} })

Everything you need on every row

Organisational fields only. No personal contact lists.

service namecare typeproviderorganisation typeresidential placeshome care placesaddresssuburbstatepostcodeLGAplanning regionremotenessPHN
The deal

Preview it free. Pay only when you download.

Preview any state free. When the rows are right, your spreadsheet-ready file is £4.99, no account needed. Need the whole list in your app or agent, alongside the UK and US registers? Pro gives you unlimited files, the full API and MCP.

£0
Preview
£4.99
Per export
£19/mo
Pro · unlimited
Filter & download

Source & licence

Australian Government Department of Health, Disability and Ageing, Aged Care Service List (published on AIHW GEN and data.gov.au), reused under Creative Commons Attribution 4.0. Service-level data only: no staff or resident information. DataScoop is independent and not affiliated with or endorsed by the Australian Government.

Free lists and statistics for this dataset

See how many there are in each local government area, who runs them, and download the list for any area. All free.

Building something? Get a free API key.

Pull live aged care data into your app or your AI agent in one call. Upgrade to Pro whenever you need unlimited files and full API and MCP access. Connect Claude, ChatGPT or Cursor.