# Oregon contractor license scraper by trade

**Use case:** 

Scrape active Oregon CCB contractor licenses by trade keyword and export business names, statuses, addresses, and license numbers.

## Input

```json
{
  "searchTerms": [
    "roofing"
  ],
  "activeOnly": true,
  "maxItems": 100,
  "maxPagesPerSearch": 5
}
```

## 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.