---
title: "License Verification & Expiry Monitor: Bulk US License Lookup"
slug: "license-roster-monitor"
type: "apify-actor"
url: "https://automationbyexperts.com/apify/license-roster-monitor"
apify_url: "https://apify.com/fayoussef/license-roster-monitor?fpr=youssef&fp_sid=abe_license-roster-monitor"
category: "Developer Tools & APIs"
price: "$0.004"
price_unit: "per license verified"
runs: 2
users: 2
---

# License Verification & Expiry Monitor: Bulk US License Lookup

Re-verify a whole roster of contractors, nurses, agents or providers against official state registries, then get only what changed: expired, suspended, revoked, lapsed bond, about to renew. Official open data, no API key, no portal scraping.

**Run it:** [License Verification & Expiry Monitor: Bulk US License Lookup on Apify](https://apify.com/fayoussef/license-roster-monitor?fpr=youssef&fp_sid=abe_license-roster-monitor)  
**Pricing:** $0.004 per license verified  
**Usage:** 2 runs by 2 users

## Ready-made example tasks

Pre-filled tasks published inside this actor. Each link opens the task on Apify with the input below already set.

### Verify Nurse and Healthcare Provider Licences in Bulk

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.

[Task details](https://automationbyexperts.com/apify/examples/verify-nurse-provider-licences) | [Run it on Apify](https://apify.com/fayoussef/license-roster-monitor/examples/verify-nurse-provider-licences?fpr=youssef&fp_sid=abe_ex_verify-nurse-provider-licences)

```json
{
  "roster": [
    "CO | 1705817 | Katie Pratt",
    "CO | 1619768 | Denise Shore",
    "CO | 1630945 | Ashley Cook",
    "CO | 204604 | Kimberly Toke",
    "US | 1609528348",
    "US | 1023511326",
    "US | 1689205718"
  ],
  "registries": [
    "co-professional",
    "npi"
  ],
  "searchBy": "auto",
  "expiringWithinDays": 60,
  "alertsOnly": false,
  "watchlistName": "credentialing"
}
```

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

[Task details](https://automationbyexperts.com/apify/examples/monitor-contractor-license-expiry) | [Run it on Apify](https://apify.com/fayoussef/license-roster-monitor/examples/monitor-contractor-license-expiry?fpr=youssef&fp_sid=abe_ex_monitor-contractor-license-expiry)

```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"
}
```

## Related actors

- [Dataset Diff - Only New & Changed Items From Any Actor](https://automationbyexperts.com/apify/dataset-diff): Point it at any Apify Actor, task or dataset and it returns only what changed since the last run - new rows, edited r…
- [Website Change Monitor - Page & Price Change Alerts](https://automationbyexperts.com/apify/website-change-monitor): It monitors any web page for changes - competitor pricing, products, terms of service, job boards - and returns a cle…
- [Scrape Any Site - Anti-Bot Proxy, JS Render & AI](https://automationbyexperts.com/apify/scrape-any-site-anti-bot-proxy-js-render-ai): It is a free web scraper API for any website - rotating anti-bot proxies, JavaScript rendering, screenshots, and both…
- [New Business License Feed: Fresh Openings by City](https://automationbyexperts.com/apify/business-license-feed): Every business, food, liquor and trade license newly issued in Chicago, Los Angeles, New York, Seattle and New Orlean…

---

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