# King County Restaurant Brand Inspection Monitor

**Use case:** 

Monitor King County restaurant safety grades by business name, city, and active status.

## Input

```json
{
  "maxItems": 50,
  "city": "Seattle",
  "businessName": "coffee",
  "statuses": [
    "Active"
  ],
  "includeGeometry": true
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name"
  },
  "safetyGrade": {
    "label": "Safety grade"
  },
  "businessStatus": {
    "label": "Status"
  },
  "establishmentDescription": {
    "label": "Establishment"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "zipCode": {
    "label": "ZIP"
  },
  "phone": {
    "label": "Phone"
  },
  "businessRecordId": {
    "label": "Record ID"
  },
  "programIdentifier": {
    "label": "Program ID"
  },
  "parcelNumber": {
    "label": "Parcel"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "loadDate": {
    "label": "Load date"
  },
  "objectId": {
    "label": "Object ID"
  },
  "sourceUrl": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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