Ohio Contractor License Search (OCILB)
Pricing
from $5.00 / 1,000 results
Ohio Contractor License Search (OCILB)
Verify Ohio contractor licenses from the official OCILB eLicense registry — electrical, HVAC, plumbing, hydronics & refrigeration contractors. Search by name, license number, or trade. Returns license status, issue/expiry dates, company, and address of record.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
lulz bot
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Search and verify Ohio contractor licenses straight from the official Ohio Construction Industry Licensing Board (OCILB) eLicense registry — the state's system of record for licensed specialty contractors.
Covers all five OCILB-licensed trades plus training agencies:
- EL — Electrical Contractors
- HV — HVAC Contractors
- HY — Hydronics Contractors
- PL — Plumbing Contractors
- RE — Refrigeration Contractors
- TA — Training Agencies
What you get
Each record includes:
| Field | Description |
|---|---|
name | Licensee name |
credentialNumber | License number (e.g. EL.47712) |
licenseType | Trade (Electrical, HVAC, Plumbing, …) |
status | ACTIVE / INACTIVE / etc. |
issueDate / expirationDate | Current license period |
company | Company the license is registered under |
address | Company public address of record |
credentials[] | All credentials held by the contact (many contractors hold EL+HV+PL+RE under one number) |
renewalRequirements[] | CE completion status + estimated renewal amount due |
detailUrl | Link to the official detail page |
Use cases
- License verification — confirm a contractor's license is active before hiring or writing a policy
- Lead generation — build lists of active electrical/HVAC/plumbing contractors in Ohio
- Compliance monitoring — track expirations and status changes across a contractor network
- Insurance & lending — validate trade licensing during underwriting
Input
Search by any combination of:
lastName,firstName,maidenName— licensee namelicenseNumber— number without the trade prefix (e.g.47712forEL.47712)credentialTypes— restrict to trades:["EL", "HV", "PL"]; leave empty for allincludeDetails— fetch each result's detail page (address, dates, company, all credentials, CE info); defaulttruemaxResults— cap the number of records (default 100,0= unlimited)
Example
{"credentialTypes": ["EL"],"lastName": "Smith","includeDetails": true,"maxResults": 50}
Output example
{"name": "JEFF E ABBE","credentialNumber": "EL.14258","licenseType": "Electrical","status": "ACTIVE","issueDate": "01/01/2026","expirationDate": "12/31/2028","company": "EAGLE RIDGE CONTRACTING","address": "8595 ROUTE 86, Montville, OH 44064","contactType": "LICENSEE","state": "OH","credentials": [{ "credentialNumber": "EL.14258", "licenseType": "Electrical", "status": "ACTIVE", "company": "EAGLE RIDGE CONTRACTING" },{ "credentialNumber": "HV.14258", "licenseType": "HVAC", "status": "ACTIVE", "company": "EAGLE RIDGE CONTRACTING" }],"renewalRequirements": [{ "credentialNumber": "EL.14258", "ceRequirementsCompleted": "No", "estimatedAmountDue": "$0.00" }],"detailUrl": "https://elicense4.com.ohio.gov/Lookup/licensedetail.aspx?id=...","source": "Ohio OCILB eLicense (elicense4.com.ohio.gov)"}
Notes
- Data comes directly from the official state registry at
elicense4.com.ohio.gov— no third-party databases. - Results are paginated 12 per page server-side; the actor handles pagination automatically.
- With
includeDetailsenabled the actor makes one extra request per result (throttled politely).