# Build a King County Active Contractor List

**Use case:** 

Every actively registered Washington contractor in one county from L&I's open data - registration number, name, city, status.

## Input

```json
{
  "county": "King",
  "statusFilter": "ACTIVE",
  "maxResults": 500
}
```

## Output

```json
{
  "county": {
    "label": "County",
    "format": "string"
  },
  "business_name": {
    "label": "Business",
    "format": "string"
  },
  "license_number": {
    "label": "License #",
    "format": "string"
  },
  "license_type": {
    "label": "Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "zip_code": {
    "label": "ZIP",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "primary_principal": {
    "label": "Principal",
    "format": "string"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Washington Contractor Directory & Leads Scraper (L&I)](https://apify.com/scrapebench/washington-contractor-directory-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapebench/washington-contractor-directory-leads-scraper) to learn more, explore other use cases, and run it yourself.