Every care home in our data is registered with the Care Quality Commission. These free pages count the homes in each local authority, split nursing from residential, name the providers, and give you the full list for any council as a spreadsheet, an API call or an answer from your AI agent.
| Type of home | care homes | Share |
|---|---|---|
| Residential homes | 10,410 | 69.9% |
| Nursing homes | 4,487 | 30.1% |
| Community services - Healthcare | 4 | 0% |
| Hospital | 1 | 0% |
| Community services - Nursing | 1 | 0% |
Preview the rows free. When they are right, download the full list for £4.99 one-off (no account), or go unlimited at £19/mo; it opens in Excel and imports into Google Sheets or any CRM. Or pull it straight into your code or your AI agent via the API or MCP.
The organisational register only — ratings, beds and addresses. We never sell the personal email lists the brokers do.
Preview and download About this datasetcurl "https://datascoop.io/v1/datasets/cqc/query?careHome=true&format=csv" \ -H "Authorization: Bearer YOUR_KEY"
Or connect an MCP client (setup) and call query_dataset for this dataset with careHome: true. Google Sheets: =IMPORTDATA("https://datascoop.io/v1/datasets/cqc/query?careHome=true&format=csv&api_key=YOUR_KEY").