# Oregon contractor license status monitor

**Use case:** 

Monitor multiple Oregon contractor license searches and export current CCB status records for recurring compliance and vendor checks.

## Input

```json
{
  "searchTerms": [
    "257762",
    "150240",
    "roofing"
  ],
  "activeOnly": false,
  "maxItems": 250,
  "maxPagesPerSearch": 10
}
```

## Output

```json
{
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "licenseStatus": {
    "label": "Status",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "searchTerm": {
    "label": "Search term",
    "format": "text"
  },
  "resultPage": {
    "label": "Page",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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