# Verify Washington Contractor License

**Use case:** 

Look up one Washington contractor license number and return status, dates, specialties, address, bond, and insurance data.

## Input

```json
{
  "queries": [
    "CONSTAI083L5"
  ],
  "searchType": "LicenseId",
  "maxItems": 1,
  "pageSize": 10,
  "includeDetails": true,
  "activeOnly": false
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name"
  },
  "licenseNumber": {
    "label": "License no."
  },
  "ubiNumber": {
    "label": "UBI"
  },
  "status": {
    "label": "Status"
  },
  "licenseType": {
    "label": "License type"
  },
  "contractorType": {
    "label": "Contractor type"
  },
  "specialties": {
    "label": "Specialties"
  },
  "effectiveDate": {
    "label": "Effective"
  },
  "expirationDate": {
    "label": "Expires"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "hasSafetyViolation": {
    "label": "Safety violation"
  },
  "hasContractorViolation": {
    "label": "Contractor violation"
  },
  "workersCompStatus": {
    "label": "Workers' comp"
  },
  "bondCount": {
    "label": "Bonds"
  },
  "insuranceCount": {
    "label": "Insurance"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "query": {
    "label": "Query"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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