DataScoop.io
Get a free key
Datasets / CQC care providers
Health & social careLiveOpen Government Licence v3.0

CQC care providers data

Preview it free. Your list for £4.99.

Every location registered with the Care Quality Commission: care homes, nursing homes, home care agencies, supported living, GPs, dentists, clinics and hospitals across England. Pick a region, a council and a service type, and have the list in your spreadsheet in a minute, or pull it straight into your code or your AI agent.

Loading live dataset...

Region Yorkshire and The Humber ▾
Service type Nursing homes ▾
Local authority Any ▾
cqc-care-homes.csv
Source: Care Quality Commission, Open Government Licence v3.0. Full results with a free key.

Or pull it straight into your code or your agent

cURLJavaScriptPythonMCP (Claude, ChatGPT, Cursor)
# Every nursing home in Yorkshire, as CSV
curl "https://datascoop.io/v1/datasets/cqc/query?\
  region=Yorkshire%20and%20The%20Humber&serviceType=Nursing%20homes&format=csv" \
  -H "Authorization: Bearer ds_your_key"
// # Every nursing home in Yorkshire, as CSV
const res = await fetch("https://datascoop.io/v1/datasets/cqc/query?region=Yorkshire%20and%20The%20Humber&serviceType=Nursing%20homes", {
  headers: { Authorization: "Bearer ds_your_key" }
});
const { rows, total, attribution } = await res.json();
# # Every nursing home in Yorkshire, as CSV
import requests
r = requests.get("https://datascoop.io/v1/datasets/cqc/query",
                 params={"region":"Yorkshire and The Humber","serviceType":"Nursing homes"},
                 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: "cqc", filters: {"region":"Yorkshire and The Humber","serviceType":"Nursing homes"} })

Everything you need on every row

Organisational fields only. No personal contact lists.

nameproviderservice typesspecialismsaddresspostcodetownlocal authorityregionphonewebsiteCQC profile URLlatest checkCQC location and provider IDs
The deal

Preview it free. Pay only when you download.

See any region free. When the rows are right, your spreadsheet-ready file is £4.99, no account needed. Need it every week, or for your app or agent? Pro gives you unlimited files, the full API and MCP.

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

Source & licence

Care Quality Commission directory of registered locations, reused under the Open Government Licence v3.0. Organisational data only: the registered manager's name is never included. DataScoop is independent and not affiliated with or endorsed by the CQC.

Free lists and statistics for this dataset

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

Building something? Get a free API key.

Pull live CQC care provider 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.