Ohio Contractor License Search (OCILB) avatar

Ohio Contractor License Search (OCILB)

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Ohio Contractor License Search (OCILB)

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

lulz bot

Maintained by Community

Actor 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:

FieldDescription
nameLicensee name
credentialNumberLicense number (e.g. EL.47712)
licenseTypeTrade (Electrical, HVAC, Plumbing, …)
statusACTIVE / INACTIVE / etc.
issueDate / expirationDateCurrent license period
companyCompany the license is registered under
addressCompany 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
detailUrlLink 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 name
  • licenseNumber — number without the trade prefix (e.g. 47712 for EL.47712)
  • credentialTypes — restrict to trades: ["EL", "HV", "PL"]; leave empty for all
  • includeDetails — fetch each result's detail page (address, dates, company, all credentials, CE info); default true
  • maxResults — 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 includeDetails enabled the actor makes one extra request per result (throttled politely).