Maryland Contractor License Search (MHIC)
Pricing
from $10.00 / 1,000 results
Maryland Contractor License Search (MHIC)
Verify Maryland home improvement contractor & salesperson licenses from the official MHIC database. Search by trade name, personal name, city/zip, or license number. Returns contractor name, trade name, address, expiration date, category & registration number. B2B compliance & lead gen.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
lulz bot
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
20 days ago
Last modified
Categories
Share
Search and verify Maryland home improvement contractor and salesperson licenses directly from the official Maryland Home Improvement Commission (MHIC) public database, maintained by the Maryland Department of Labor.
Maryland requires every home improvement contractor and salesperson to hold an active MHIC license. This actor turns the state's clunky CGI search into clean, structured JSON — perfect for compliance checks, insurance underwriting, sub-contractor vetting, and lead generation.
What it does
- ✅ Searches the official state database (dllr.state.md.us) — not a third-party copy
- 🔍 Five search modes: contractor trade name, contractor personal name, salesperson name, location (city or zip), or license registration number
- 📄 Automatic pagination — pulls every result page (50 records per page) up to your
maxResults - 🧾 Returns structured records: contractor name, trade name, street address, city, state, zip, license expiration date, license category, registration number, and suffix
Use cases
- Compliance & risk: verify a contractor's license is active before contract award or claim payout
- Insurance underwriting: batch-verify MHIC registration numbers
- Sub-contractor vetting: general contractors confirming subs are licensed
- Lead generation: pull every licensed contractor in a city or zip code with expiration dates for renewal-timed outreach
- Market research: contractor density by city/zip across Maryland
Input
| Field | Type | Description |
|---|---|---|
searchType | select | businessName, personalName, salespersonName, location, or licenseNumber |
query | string | Trade name, last name, or registration number (depending on search type) |
city | string | Optional city filter for name searches; required (or zip) for location searches |
zip | string | 5-digit zip — location searches only |
maxResults | integer | Max records to return (0 = unlimited) |
Example input
{"searchType": "location","city": "Baltimore","maxResults": 500}
Output
{"name": "JEREMY BRYANT","tradeName": "A & B HOME IMPROVEMENT","address": "111 RIVERSIDE DRIVE","city": "BALTIMORE","state": "MD","zip": "21221","expirationDate": "2027-11-30","category": "CONTRACTOR/SALESMAN","licenseNumber": "80398","suffix": "N/A","searchType": "businessName","searchTotal": 2671,"source": "Maryland Home Improvement Commission (MHIC)","scrapedAt": "2026-08-14T12:00:00.000Z"}
Notes
- Results include active licensees only — the state search excludes inactive licenses.
- The address field occasionally includes legacy license references from the state system; these are preserved in
addressExtra. - No proxy needed for normal volumes. The actor rate-limits itself between pages to be polite to the state server.
Related actors
Building a multi-state license verification stack? Check out our other license scrapers: California CSLB, contractor licenses (CA/TX/FL/NY), nurse licenses (FL/NY), and realtor licenses (FL/CA/TX/NY).