# Oregon Licensed Contractor Leads (CCB) with Phone

**Use case:** 

Oregon CCB licensed contractors with phone, type and expiry. Construction lead-gen and contractor license verification.

## Input

```json
{
  "state": "or",
  "city": "SEATTLE",
  "status": "ACTIVE",
  "licenseTypeContains": "GENERAL",
  "maxResults": 500
}
```

## Output

```json
{
  "state": {
    "label": "State"
  },
  "business_name": {
    "label": "Business name"
  },
  "owner_name": {
    "label": "Owner name"
  },
  "license_number": {
    "label": "License number"
  },
  "license_type": {
    "label": "License type"
  },
  "status": {
    "label": "Status"
  },
  "city": {
    "label": "City"
  },
  "zip": {
    "label": "Zip"
  },
  "phone": {
    "label": "Phone"
  },
  "expiry_date": {
    "label": "Expiry date"
  }
}
```

## About this Actor

This example demonstrates how to use [🛠️ US Contractor License Scraper — Multi-State Leads](https://apify.com/inexhaustible_glass/us-contractor-licenses) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inexhaustible_glass/us-contractor-licenses) to learn more, explore other use cases, and run it yourself.