US Food & Health Inspection Scraper — Multi-City Open Data
Pricing
Pay per usage
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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
| City | State | Data Source |
|---|---|---|
| Chicago | IL | Chicago Food Inspections |
| New York | NY | NYC DOHMH Restaurant Inspections |
| Dallas | TX | Dallas Open Data |
| San Francisco | CA | SF Restaurant Scores |
| Louisville | KY | Louisville Metro Health Inspections |
| Philadelphia | PA | Philadelphia Restaurant Inspections |
Input
| Field | Type | Default | Description |
|---|---|---|---|
cities | string[] | chicago, nyc, dallas, sf | Cities to scrape |
daysBack | integer | 30 | Days of inspections to fetch |
maxResults | integer | 500 | Max 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)