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

Restaurant inspection data

Restaurant inspection records sit in separate city and state portals, with different result and grade systems. DataScoop puts the published establishment records from New York City, Chicago, New York State and Austin on one schema while keeping each source's original outcome distinct.

Preview it free. Your list for £4.99.

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

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.

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