# Recent NYC Restaurant Inspection Reports

**Use case:** 

Find up to 100 recent New York City inspections. Review outcomes, dates, grades or scores, locations, and violations.

## Input

```json
{
  "jurisdictions": [
    "New York City"
  ],
  "maxItems": 100,
  "recentOnly": true
}
```

## Output

```json
{
  "establishment": {
    "label": "Establishment",
    "format": "object"
  },
  "inspection": {
    "label": "Inspection",
    "format": "object"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "object"
  },
  "source": {
    "label": "Source",
    "format": "object"
  },
  "dataQuality": {
    "label": "Data quality",
    "format": "object"
  }
}
```

## About this Actor

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