# Check an Oregon Contractor's Bond and Insurance

**Use case:** 

Look up an Oregon CCB licence and read the bond and liability insurance on file with it, plus status and expiration.

## Input

```json
{
  "query": "CONSTRUCTION",
  "maxResults": 25,
  "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"
  },
  "expiration_date": {
    "label": "Expires",
    "format": "string"
  },
  "bond_amount": {
    "label": "Bond $",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

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