US Food & Health Inspection Scraper — Multi-City Open Data avatar

US Food & Health Inspection Scraper — Multi-City Open Data

Pricing

Pay per usage

Go to Apify Store
US Food & Health Inspection Scraper — Multi-City Open Data

US Food & Health Inspection Scraper — Multi-City Open Data

Extract restaurant health inspection results, violations, and scores from major US cities' public health department data. Perfect for food safety compliance, restaurant due diligence, and franchise quality tracking.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Mitchell Megla

Mitchell Megla

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract restaurant health inspection results, violations, scores, and grades from major US cities' public health department data portals. All data is publicly available via Socrata Open Data APIs — no authentication required.

Why use this actor?

  • Food safety compliance monitoring: Track inspection results across cities
  • Restaurant due diligence: Check health scores before investing or franchising
  • Consumer safety apps: Build apps that show restaurant health grades
  • Franchise quality tracking: Monitor inspection scores across franchise locations
  • Market research: Analyze food safety trends by neighborhood

Supported Cities

CityStateData Source
ChicagoILChicago Food Inspections
New YorkNYNYC DOHMH Restaurant Inspections
DallasTXDallas Open Data
San FranciscoCASF Restaurant Scores
LouisvilleKYLouisville Metro Health Inspections
PhiladelphiaPAPhiladelphia Restaurant Inspections

Input

FieldTypeDefaultDescription
citiesstring[]chicago, nyc, dallas, sfCities to scrape
daysBackinteger30Days of inspections to fetch
maxResultsinteger500Max results per city

Output

Each inspection record contains:

{
"city": "Chicago",
"state": "IL",
"facility_name": "Joe's Pizza",
"address": "123 Main St, Chicago, IL 60601",
"facility_type": "Restaurant",
"cuisine": "Italian",
"inspection_date": "2026-06-15",
"inspection_type": "Canvass",
"inspection_result": "Pass",
"score": 92,
"grade": "A",
"risk": "Risk 1 (High)",
"critical_flag": "Critical",
"violations": "3. Management, food employees knowledge..."
}

Pricing

Pay Per Event: $0.003 per inspection record. No results = no charge.

Notes

  • All data from official city open data portals (Socrata APIs)
  • Data freshness: daily to weekly depending on city
  • NYC has the most comprehensive data (DOHMH inspection system)
  • Chicago has the largest dataset (300K+ inspections)