Restaurant Health Inspection Scraper - NYC, Chicago, Austin
Pricing
from $4.20 / 1,000 inspection records
Restaurant Health Inspection Scraper - NYC, Chicago, Austin
Restaurant health inspections, violations and restaurant profiles across NYC, Chicago and Austin, normalized into one dataset. Export to CSV, Excel, JSON.
Pricing
from $4.20 / 1,000 inspection records
Rating
0.0
(0)
Developer
PunkRecordsData
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
12 hours ago
Last modified
Categories
Share
๐ฝ๏ธ Restaurant Health Inspection Scraper: NYC, Chicago & Austin, PunkRecordsData
๐ Restaurant health inspections, individual violations, and restaurant profiles across NYC, Chicago and Austin, normalized into one dataset. Search by name once and get results from all 3 city health departments in a single run, no login, no API key.
Scrape restaurant health inspection data straight from each city's own open-data portal: New York City's DOHMH inspection results, Chicago's Food Inspections dataset, and Austin's Food Establishment Inspection Scores. Each city publishes a different schema (letter grades vs. pass/fail vs. color-banded scores, one row per violation vs. one row per visit); this Actor normalizes all three into one consistent set of fields plus every individual violation, so you're not writing three different parsers.
Built for the Apify platform: screen a restaurant chain across cities in one run, or schedule a weekly pull to catch new inspection results as each city publishes them.
๐ What the Restaurant Health Inspection Scraper does
Give it a restaurant name (like "pizza") and it searches all 3 selected cities' official inspection data and returns a normalized inspection record per real visit: restaurant, address, date, result (grade, pass/fail, or score category depending on the city), and numeric score where the city publishes one. Where a city's data supports it, it also returns every individual violation cited at that inspection, and a deduplicated restaurant profile computed once per unique restaurant in the run, not once per inspection.
๐ก Why it matters: most restaurant inspection scrapers on the market return a flat list of scores per city and stop there, whether they cover one city or several. This one also breaks out individual violations and restaurant profiles as their own billable data, real depth most competitors don't offer regardless of city count.
๐ Output
Real sample fields from a verified run searching "pizza", one of 3 record types identified by recordType.
inspection-record (primary, one row per real inspection visit):
| Field | Type | Example |
|---|---|---|
๐๏ธ city | string | New York City / Chicago / Austin |
๐ฝ๏ธ restaurantName | string | D'ANNA'S PIZZA & DELI |
๐
inspectionDate | string | 2026-09-10 |
๐ result | string | NYC letter grade, Chicago Pass/Fail, or Austin's color-banded score category |
๐ข score | string | 27 (NYC/Austin numeric score; N/A where the city doesn't publish one) |
โ ๏ธ violationCount | number/string | 6 (or N/A where the source has no violation-level data) |
violation-record (one row per individual violation, NYC and Chicago only):
{ "city": "New York City", "restaurantName": "D'ANNA'S PIZZA & DELI", "violationCode": "04L","violationDescription": "Evidence of mice or live mice in establishment's food or non-food areas.", "criticalFlag": "Critical" }
restaurant-profile-record (one row per unique restaurant in the run):
{ "city": "New York City", "restaurantId": "50137045", "restaurantName": "D'ANNA'S PIZZA & DELI", "address": "169-08 CROCHERON AVENUE", "zipCode": "11358" }
Every field a city's own source genuinely doesn't publish returns "N/A", never an invented value. You always know why a field is empty.
โจ Why choose this Actor
- 3 real data types, one run: inspection results, individual violations, and deduplicated restaurant profiles, not just a flat score list.
- Normalized across 3 different government schemas. NYC, Chicago and Austin each publish inspections in a genuinely different shape (letter grade vs. pass/fail vs. color-banded score; one row per violation vs. one row per visit); this Actor does that normalization work for you.
- Violation-level detail included for NYC and Chicago, exactly the specific code and description cited, not just a pass/fail summary.
- Government data, directly sourced. Every field comes straight from each city's own open-data portal, no login or API key required anywhere.
๐ How it compares to alternatives
Measured against the closest published restaurant inspection actors on the Apify Store, including multi-city ones:
| Actor | Cities | Primary price | Billable events |
|---|---|---|---|
| Single-city scrapers (5+ actors) | 1 | $3.00-5.00/1k | 1, flat score list |
| Multi-city scrapers (2 actors found, up to 7 cities) | 2-7 | $3.60-4.00/1k | 1, flat score list, even at 7 cities |
| This Actor | 3 (NYC, Chicago, Austin) | See Store pricing | 3 (inspection, violation, restaurant profile), all raw government source data |
๐ How to use
- Create a free Apify account. New accounts get $5 in free credit.
- Open the Restaurant Health Inspection Scraper and enter a restaurant name (e.g. "pizza"), and pick one or more cities.
- Click Start and wait for the run to finish.
- Download your data as CSV, Excel, JSON or XML, or pull it via the API.
๐ผ Business use cases
Restaurant review & discovery apps Show real health inspection scores and specific violations alongside restaurant listings.
Food safety compliance & consulting Track a chain's inspection history and violation patterns across multiple cities in one place.
Insurance & risk underwriting Screen a restaurant's violation history before underwriting a liability policy.
Journalism & consumer advocacy Cross-reference violation codes and critical-flag rates across cities for public-health reporting.
๐ Automating Restaurant Health Inspection Scraper
Connect this Actor to Make, Zapier, Slack or Airbyte to push new inspection results into a spreadsheet, database or channel automatically. Schedule a weekly run per city to catch new inspections as each health department publishes them.
๐ Beyond business use cases
Research: public-health and food-safety research using real inspection and violation data. Personal projects: check a restaurant's health record before dining out. Non-profit: food-safety transparency and consumer-advocacy projects. Experimentation: train violation-prediction or risk-scoring models against real multi-city inspection data.
๐ค Ask an AI assistant about this scraper
Paste this Actor's Store page into ChatGPT, Claude or Perplexity and ask: "Does this restaurant inspection scraper include individual violations, or just a pass/fail score?" The README and input schema are structured so AI assistants can answer accurately from the page alone.
โ Frequently Asked Questions
Which cities does this cover? New York City, Chicago and Austin today, each from that city's own official open-data portal.
Does this include individual violations, or just a score? Both, where the source supports it. NYC and Chicago publish violation-level detail (code, description, critical flag); Austin's own dataset only publishes a score and color-banded category, no violation breakdown, a real ceiling of that source, not a gap in this Actor.
Why do NYC, Chicago and Austin results look different? Each city publishes a genuinely different schema: NYC uses letter grades (A/B/C) and numeric scores, Chicago uses Pass/Fail/Not Ready results with a risk level, Austin uses a numeric score with a color-banded category. This Actor normalizes the shared fields (restaurant, address, date, result) while keeping each city's own labels intact.
Do I need an API key for any of these cities? No. Every field comes from each city's own public open-data API; no login, session or API key required anywhere.
How is the restaurant profile billed if the same restaurant has multiple inspections in one run?
Once. restaurant-profile-record is computed and billed once per unique restaurant encountered in the run, never re-billed for every inspection.
What happens if a restaurant name doesn't match anything? The Actor returns zero rows for that city rather than an error, and logs which city returned nothing.
How fresh is the data? As fresh as each city's own portal. NYC and Chicago's datasets update within days of a real inspection; freshness varies slightly by city.
Can more cities be added? The normalization pattern (Socrata-family open-data portals) generalizes to other cities that publish the same way; reach out if a specific city not listed here matters for your use case.
๐ Integrate with any app
Every run's output is available as CSV, Excel, JSON or XML, or through Apify's API and client libraries for Python and JavaScript.
๐ Recommended Actors
Browse the rest of the PunkRecordsData catalog for more scrapers covering government data, sports data, and social media intelligence.
๐ก Pro Tip: browse the complete PunkRecordsData collection.
๐ Need Help? contact.punkrecordsdata@gmail.com
โ ๏ธ Disclaimer: This is an independent tool, not affiliated with, endorsed by, or sponsored by the City of New York, the City of Chicago, or the City of Austin. It collects only publicly available data.