# Verify Contractor License + Bond & Insurance (API)

**Use case:** 

Verify a Washington contractor's license, surety bond, and insurance from official L&I data. Normalized JSON for vetting, booking, and onboarding agents.

## Input

```json
{
  "jurisdiction": "WA",
  "license_number": "ECOSTSC758NN"
}
```

## Output

```json
{
  "jurisdiction": {
    "label": "State"
  },
  "found": {
    "label": "Found"
  },
  "result.license_number": {
    "label": "License #"
  },
  "result.business_name": {
    "label": "Business Name"
  },
  "result.status": {
    "label": "Status"
  },
  "result.license_type": {
    "label": "License Type"
  },
  "result.bonded.is_bonded": {
    "label": "Bonded"
  },
  "result.insured.has_insurance": {
    "label": "Insured"
  },
  "result.expiration_date": {
    "label": "Expires"
  },
  "retrieved_at": {
    "label": "Retrieved"
  }
}
```

## About this Actor

This example demonstrates how to use [Contractor License Verify](https://apify.com/fidelem/license-verify) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fidelem/license-verify) to learn more, explore other use cases, and run it yourself.