# Search Washington Contractors by Business Name

**Use case:** 

Look up Washington L&I contractor registrations by business name - registration number, status, effective and expiration dates.

## Input

```json
{
  "query": "construction",
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "state": {
    "label": "State",
    "format": "string"
  },
  "license_number": {
    "label": "License #",
    "format": "string"
  },
  "business_name": {
    "label": "Business",
    "format": "string"
  },
  "license_type": {
    "label": "Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expires",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

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