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

Food hygiene ratings data

The FSA now publishes a complete daily UK CSV free, as well as regional files and an API. Use it when you need the whole source. If you need only one area, rating or business type, DataScoop lets you filter the England, Wales and Northern Ireland records before downloading and keeps FHRS separate from Scotland's different scheme.

Preview it free. Your list for £4.99.

Loading live dataset...

Local authority Leeds ▾
Rating Any ▾
Business type Any ▾
food-hygiene-ratings.csv
Source: Food Standards Agency, 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)
# All 1-star takeaways in Leeds, as CSV
curl "https://datascoop.io/v1/datasets/fsa/query?\
  localAuthority=Leeds&rating=1&businessType=Takeaway&format=csv" \
  -H "Authorization: Bearer ds_your_key"
// # All 1-star takeaways in Leeds, as CSV
const res = await fetch("https://datascoop.io/v1/datasets/fsa/query?localAuthority=Leeds&rating=1&businessType=Takeaway", {
  headers: { Authorization: "Bearer ds_your_key" }
});
const { rows, total, attribution } = await res.json();
# # All 1-star takeaways in Leeds, as CSV
import requests
r = requests.get("https://datascoop.io/v1/datasets/fsa/query",
                 params={"localAuthority":"Leeds","rating":"1","businessType":"Takeaway"},
                 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: "fsa", filters: {"localAuthority":"Leeds","rating":"1","businessType":"Takeaway"} })

Everything you need on every row

Organisational fields only. No personal contact lists.

business namebusiness typehygiene ratingrated onaddresspostcodelocal authoritylatitudelongitude
The deal

Preview it free. Pay only when you download.

See any area 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 food hygiene ratings, reused under the Open Government Licence v3.0. We do not reproduce the FHRS badge, ratings are timestamped, and we sell organisational data only. DataScoop is independent and not affiliated with the FSA. How we build and refresh this dataset →

Free lists and statistics for this dataset

Compare areas, see who is rated 0 to 2 (improvement required), and download any list. All free.

Building something? Get a free API key.

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