# Pass Chicago Restaurant Inspections | CDPH Data

**Use case:** 

Extract Chicago Restaurant Inspections | CDPH Data data filtered by Pass. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "result": "Pass"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image url"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "inspection_id": {
    "label": "Inspection ID",
    "format": "text"
  },
  "dba_name": {
    "label": "Business Name",
    "format": "text"
  },
  "aka_name": {
    "label": "AKA",
    "format": "text"
  },
  "license_": {
    "label": "License",
    "format": "text"
  },
  "facility_type": {
    "label": "Facility Type",
    "format": "text"
  },
  "risk": {
    "label": "Risk",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "inspection_date": {
    "label": "Inspection Date",
    "format": "date"
  },
  "inspection_type": {
    "label": "Type",
    "format": "text"
  },
  "results": {
    "label": "Result",
    "format": "text"
  },
  "violations": {
    "label": "Violations",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "sourceUrl": {
    "label": "🌐 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Chicago Restaurant Inspections Scraper | CDPH Data](https://apify.com/parseforge/chicago-restaurant-inspections-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/chicago-restaurant-inspections-scraper) to learn more, explore other use cases, and run it yourself.