# All boroughs NYC Restaurant Inspections | DOHMH Grades

**Use case:** 

Extract NYC Restaurant Inspections | DOHMH Grades data filtered by All boroughs. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "borough": "Manhattan"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image url"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "camis": {
    "label": "CAMIS ID",
    "format": "text"
  },
  "dba": {
    "label": "Business Name",
    "format": "text"
  },
  "boro": {
    "label": "Borough",
    "format": "text"
  },
  "building": {
    "label": "Building",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "zipcode": {
    "label": "ZIP",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "cuisine_description": {
    "label": "Cuisine",
    "format": "text"
  },
  "inspection_date": {
    "label": "Inspection Date",
    "format": "date"
  },
  "action": {
    "label": "Action",
    "format": "text"
  },
  "violation_code": {
    "label": "Violation Code",
    "format": "text"
  },
  "violation_description": {
    "label": "Violation",
    "format": "text"
  },
  "critical_flag": {
    "label": "Critical",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "grade": {
    "label": "Grade",
    "format": "text"
  },
  "grade_date": {
    "label": "Grade Date",
    "format": "date"
  },
  "inspection_type": {
    "label": "Inspection Type",
    "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 [NYC Restaurant Inspections Scraper | DOHMH Grades](https://apify.com/parseforge/nyc-restaurant-inspections-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nyc-restaurant-inspections-scraper) to learn more, explore other use cases, and run it yourself.