DataScoop.io
Get a free key
Datasets / Restaurant inspections (US)
Food & hospitalityLivePublic records, city/state open-data terms

Restaurant inspection data

Preview it free. Your list for £4.99.

Every inspected food establishment published by New York City, Chicago, New York State and Austin, in one place. Pick a source, a result or grade and a ZIP, and have the list in your spreadsheet in a minute, or pull it straight into your code or your AI agent.

Loading live dataset...

Source Chicago ▾
Result Fail ▾
ZIP starts with 606 ▾
restaurant-inspections.csv
Sources: NYC Open Data, City of Chicago, NY State Department of Health, City of Austin. Full results with a free key.

Or pull it straight into your code or your agent

cURLJavaScriptPythonMCP (Claude, ChatGPT, Cursor)
# Every failed inspection in Chicago, as CSV
curl "https://datascoop.io/v1/datasets/us-food-inspections/query?\
  source=Chicago&result=Fail&format=csv" \
  -H "Authorization: Bearer ds_your_key"
// # Every failed inspection in Chicago, as CSV
const res = await fetch("https://datascoop.io/v1/datasets/us-food-inspections/query?source=Chicago&result=Fail", {
  headers: { Authorization: "Bearer ds_your_key" }
});
const { rows, total, attribution } = await res.json();
# # Every failed inspection in Chicago, as CSV
import requests
r = requests.get("https://datascoop.io/v1/datasets/us-food-inspections/query",
                 params={"source":"Chicago","result":"Fail"},
                 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: "us-food-inspections", filters: {"source":"Chicago","result":"Fail"} })

Everything you need on every row

Organisational fields only. No personal contact lists.

business namefacility type / cuisineresult or gradescoreinspected onaddressZIPcitysourcelatitudelongitude
The deal

Preview it free. Pay only when you download.

See any source 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

Public inspection records published by NYC Open Data (Department of Health and Mental Hygiene), the City of Chicago Data Portal, New York State Department of Health (Open NY) and the City of Austin. Public records reused under each portal's open-data terms; results are dated and may have changed since inspection. Establishment-level data only. DataScoop is independent and not affiliated with any of these agencies.

Free lists and statistics for this dataset

Compare areas, see who is graded C, failed, or cited for critical violations, and download any list. All free.

Building something? Get a free API key.

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