State: Search Licenses
State via Parse · government_public
Search for licensees by last name and/or first name, optionally filtered by license type. Returns matching results with full license details including license number, type, status, issue date, and expiration date. Each result includes all licenses and registrations held by that entity. Makes one API call per result to fetch details (capped at 50 results). A homepage warmup request is made to establish session cookies before the search. Search and retrieve license/registration details for pharmacy professionals regulated by the Minnesota Board of Pharmacy, including pharmacists, pharmacy technicians, interns, preceptors, and facility licenses. Fulfilled by Parse from pha.hlb.state.mn.us.
- b2b-directory
- government-public
- healthcare
- parse
- pha-hlb-state-mn-us
- platform-key
- state
Price and execution
- Price
- $0.20 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1f44388a-3298-436c-bccb-9e02ddeefa50/search_licenses
- Interface artifact
- sha256:7e80ca96686cd0d847c09648053fbc7cd2552a0c57ad59fa717850604ac0f1f4
- Manifest digest
- sha256:acdb7d83c8a6a66ddf1e5b9cee614e2d8375591f806bf63dc46f2671a5749e92
Request fields
- last_name (string): Last name or organization name to search for. Supports wildcard (%) for partial matching (e.g. '%John%' matches any name containing John). At least one of last_name or first_name must be provided.
- first_name (string): First name to search for. Supports wildcard (%) for partial matching. At least one of last_name or first_name must be provided.
- license_type (string): Filter results by license/registration type. When omitted, all license types are returned.
Example queries
- {"last_name":"Smith","first_name":"John","license_type":"Pharmacist"}