---
title: "Verify Nurse and Healthcare Provider Licences in Bulk"
slug: "verify-nurse-provider-licences"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/verify-nurse-provider-licences"
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/verify-nurse-provider-licences?fpr=youssef&fp_sid=abe_ex_verify-nurse-provider-licences"
price: "$0.004"
price_unit: "per license verified"
---

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

**Run it:** [Verify Nurse and Healthcare Provider Licences in Bulk on Apify](https://apify.com/fayoussef/license-roster-monitor/examples/verify-nurse-provider-licences?fpr=youssef&fp_sid=abe_ex_verify-nurse-provider-licences)  
**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": [
    "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"
}
```

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

- [Monitor Contractor Licence Expiry and Lapsed Bonds](https://automationbyexperts.com/apify/examples/monitor-contractor-license-expiry): 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.

---

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