Nursys: Search Nurse
Nursys via Parse · healthcare
Search for nurse licensure records by name, license number, or NCSBN ID. Name search requires last_name, first_name, license_type, and state. License number search requires license_number and state. NCSBN ID search requires only the ncsbn_id. Returns a list of matching individuals, each with their associated license records across jurisdictions. Requires solving a reCAPTCHA v2 security verification. API for searching nurse licensure records and viewing participating nursing board information from Nursys QuickConfirm License Verification. Fulfilled by Parse from nursys.com.
- b2b-directory
- government-public
- healthcare
- nursys
- nursys-com
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- healthcare
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/82f9d1fe-f8a1-43dd-93ea-1a85d1aef854/search_nurse
- Interface artifact
- sha256:6ed20f23a21588da45d4c2d94f8d19a5349c64995ca1855067c8a40c4d048517
- Manifest digest
- sha256:025e2a183da4c605c84d9992919235f93cb176f1fd17edf88e61032376dcd82d
Request fields
- state (string): Numeric ID of the jurisdiction/state. Required for name search and license number search. Examples: 78 (Alabama), 94 (Alaska), 96 (Arizona), 12 (California-RN).
- ncsbn_id (string): NCSBN Public ID for ID-based search. When provided, other fields are not required.
- last_name (string): Last name of the nurse. Required for name search. Partial matches accepted.
- first_name (string): First name of the nurse. Required for name search.
- license_type (string): Numeric ID of the license type. Required for name search. Values: 2 (PN), 3 (RN), 8 (APRN-CNP), 6 (APRN-CRNA), 5 (APRN-CNM), 7 (APRN-CNS).: Allowed values: 2, 3, 8, 6, 5, 7
- license_number (string): License number for license number search. Requires state to be specified.
Example queries
- {"state":"78","last_name":"Smith","first_name":"John","license_type":"2"}