DataScoop.io
Get a free key
Datasets / Food hygiene (Scotland)
Food & hospitalityLiveOpen Government Licence v3.0

Scotland food hygiene data

Preview it free. Your list for £4.99.

Every food business inspected under Scotland's Food Hygiene Information Scheme, with its Pass or Improvement Required result. Pick a council and a business 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...

Local authority Glasgow City ▾
Result Improvement Required ▾
Business type Any ▾
scotland-food-hygiene.csv
Source: Food Standards Agency (FHIS), 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 Improvement Required result in Glasgow, as CSV
curl "https://datascoop.io/v1/datasets/fhis-scotland/query?\
  localAuthority=Glasgow&rating=Improvement%20Required&format=csv" \
  -H "Authorization: Bearer ds_your_key"
// # Every Improvement Required result in Glasgow, as CSV
const res = await fetch("https://datascoop.io/v1/datasets/fhis-scotland/query?localAuthority=Glasgow&rating=Improvement%20Required", {
  headers: { Authorization: "Bearer ds_your_key" }
});
const { rows, total, attribution } = await res.json();
# # Every Improvement Required result in Glasgow, as CSV
import requests
r = requests.get("https://datascoop.io/v1/datasets/fhis-scotland/query",
                 params={"localAuthority":"Glasgow","rating":"Improvement Required"},
                 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: "fhis-scotland", filters: {"localAuthority":"Glasgow","rating":"Improvement Required"} })

Everything you need on every row

Organisational fields only. No personal contact lists.

business namebusiness typeFHIS resultinspected onaddresspostcodelocal authoritylatitudelongitude
The deal

Preview it free. Pay only when you download.

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

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

Source & licence

Food Standards Agency data for Scotland's Food Hygiene Information Scheme, reused under the Open Government Licence v3.0. Results are timestamped and we sell organisational data only. DataScoop is independent and not affiliated with the FSA or Food Standards Scotland.

Free lists and statistics for this dataset

Compare areas, see who is marked Improvement Required, and download any list. All free.

Building something? Get a free API key.

Pull live Scottish food hygiene 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.