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

CQC care providers data

People have filed freedom of information requests just to get a usable list of care homes. Pick a region, a council and a service type instead, and download the public CQC directory as a spreadsheet in a minute. Every row carries the CQC's published overall rating and bed count where the CQC has published them.

Preview it free. Your list for £4.99.

The public register: locations, service types, providers and addresses. We never sell the personal email lists the brokers do.

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. Preview 25 rows free; buy this filtered export or use Pro for every matching row.

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. How we build and refresh this dataset →

Free lists and statistics for this dataset

Compare areas, see who is rated Requires improvement or Inadequate, and download any list. All free.

Building something? Get a free API key.

Query the current DataScoop import of CQC care provider data from your app or AI agent in one call. Account creation happens on a private page where analytics is disabled. Upgrade to Pro whenever you need unlimited files and full API and MCP access. Connect Claude, ChatGPT or Cursor.