# Any result Seattle Restaurant Inspections | King County

**Use case:** 

Extract Seattle Restaurant Inspections | King County Health data filtered by Any result. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "inspectionResult": "Complete"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image url"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "business_id": {
    "label": "Business ID",
    "format": "text"
  },
  "name": {
    "label": "Establishment",
    "format": "text"
  },
  "program_identifier": {
    "label": "Program ID",
    "format": "text"
  },
  "inspection_date": {
    "label": "Inspection Date",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "zip_code": {
    "label": "ZIP",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "inspection_business_name": {
    "label": "Inspection Biz",
    "format": "text"
  },
  "inspection_type": {
    "label": "Type",
    "format": "text"
  },
  "inspection_score": {
    "label": "Score",
    "format": "number"
  },
  "inspection_result": {
    "label": "Result",
    "format": "text"
  },
  "inspection_closed_business": {
    "label": "Closed?",
    "format": "text"
  },
  "violation_type": {
    "label": "Violation Type",
    "format": "text"
  },
  "violation_description": {
    "label": "Violation",
    "format": "text"
  },
  "violation_points": {
    "label": "Points",
    "format": "number"
  },
  "grade": {
    "label": "Grade",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🌐 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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