DataScoop.io
Get a free key
Datasets / UK charity register
Charities & non-profitsLiveOpen Government Licence v3.0

UK charity register data

Preview it free. Your list for £4.99.

Every charity on the Charity Commission register for England and Wales, with its type, income, expenditure, contact address, website and its own description of what it does. Filter by income band, area, type or activity and have the list in your spreadsheet in a minute, or pull it straight into your code or your AI agent.

Loading live dataset...

Status Registered ▾
Minimum income £1,000,000 ▾
Postcode area Any ▾
uk-charities.csv
Source: Charity Commission for England and Wales, 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 registered charity with income over GBP 1m in Leeds postcodes, as CSV
curl "https://datascoop.io/v1/datasets/charity-commission/query?\
  status=Registered&minIncome=1000000&postcodeArea=LS&format=csv" \
  -H "Authorization: Bearer ds_your_key"
// # Every registered charity with income over GBP 1m in Leeds postcodes, as CSV
const res = await fetch("https://datascoop.io/v1/datasets/charity-commission/query?status=Registered&minIncome=1000000&postcodeArea=LS", {
  headers: { Authorization: "Bearer ds_your_key" }
});
const { rows, total, attribution } = await res.json();
# # Every registered charity with income over GBP 1m in Leeds postcodes, as CSV
import requests
r = requests.get("https://datascoop.io/v1/datasets/charity-commission/query",
                 params={"status":"Registered","minIncome":"1000000","postcodeArea":"LS"},
                 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: "charity-commission", filters: {"status":"Registered","minIncome":"1000000","postcodeArea":"LS"} })

Everything you need on every row

Organisational fields only. No personal contact lists.

charity numbernametypestatusregistered onlatest incomelatest expenditurefinancial year endcontact addresspostcodewebsitecompany numberactivities
The deal

Preview it free. Pay only when you download.

Preview any slice 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

Charity Commission for England and Wales register extract, reused under the Open Government Licence v3.0. Organisational data only: trustee names and the register's contact email and phone are never included. DataScoop is independent and not affiliated with or endorsed by the Charity Commission.

Building something? Get a free API key.

Pull live charity register 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.