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

Food hygiene ratings data

Preview it free. Your list for £4.99.

Every FSA-rated food business in England, Wales and Northern Ireland. Pick an area, a rating 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 Leeds ▾
Rating Any ▾
Business type Any ▾
food-hygiene-ratings.csv
Source: Food Standards Agency, 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)
# 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.

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.

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