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

Scotland food hygiene data

The FSA's complete daily UK CSV includes Scotland as well as the 0 to 5 FHRS records, and is free when you need the whole source. DataScoop keeps the Scottish FHIS rows in their own filterable dataset so Pass and Improvement Required are not mistaken for the rest of the UK's rating scale.

Preview it free. Your list for £4.99.

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

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.

Query the current DataScoop import of Scottish food hygiene 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.