---
title: "Monitor Contractor Licence Expiry and Lapsed Bonds"
slug: "monitor-contractor-license-expiry"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/monitor-contractor-license-expiry"
actor: "License Verification & Expiry Monitor: Bulk US License Lookup"
actor_url: "https://automationbyexperts.com/apify/license-roster-monitor"
apify_url: "https://apify.com/fayoussef/license-roster-monitor/examples/monitor-contractor-license-expiry?fpr=youssef&fp_sid=abe_ex_monitor-contractor-license-expiry"
price: "$0.004"
price_unit: "per license verified"
---

# Monitor Contractor Licence Expiry and Lapsed Bonds

Re-check a roster of Washington and Oregon contractors against the state registers and see which licences are expired, closed or about to lapse, plus Oregon bond and insurance expiry dates. Built for general contractors and insurers who must re-verify every subcontractor on a cycle. Schedule it monthly and switch on "Only return what changed" to hear only about the ones that moved.

**Run it:** [Monitor Contractor Licence Expiry and Lapsed Bonds on Apify](https://apify.com/fayoussef/license-roster-monitor/examples/monitor-contractor-license-expiry?fpr=youssef&fp_sid=abe_ex_monitor-contractor-license-expiry)  
**Actor:** [License Verification & Expiry Monitor: Bulk US License Lookup](https://automationbyexperts.com/apify/license-roster-monitor)  
**Pricing:** $0.004 per license verified

## The input this task runs with

```json
{
  "roster": [
    "WA | 110LLL*812CA | 110% LLC",
    "WA | 1111CI*756DO | 1111 Construction Inc",
    "WA | 12CUSCH819RK | 12 Custom Homes LLC",
    "WA | 12FRAFL796PN | 12 Framers LLC",
    "WA | 1AQUAAM831PC",
    "OR | 240630 | Ortiz General Contractor LLC",
    "OR | 240636 | Angi Contracting LLC"
  ],
  "registries": [
    "wa-contractor",
    "or-ccb"
  ],
  "expiringWithinDays": 90,
  "alertsOnly": false,
  "onlyChangesSinceLastRun": false,
  "watchlistName": "subcontractors"
}
```

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other License Verification & Expiry Monitor: Bulk US License Lookup tasks

- [Verify Nurse and Healthcare Provider Licences in Bulk](https://automationbyexperts.com/apify/examples/verify-nurse-provider-licences): Check a credentialing roster in one run: Colorado nursing licences by licence number, and any US provider by NPI, nationwide. Every row carries the registry status, the expiry date, days remaining and a match confidence, so a licence number that now belongs to somebody else is visible rather than silently accepted. For credentialing teams, staffing agencies and payers.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
