Check a plumber's licence in Oregon by number or by business name and get one normalized JSON record back, sourced from the Construction Contractors Board (CCB) + Building Codes Division (BCD). The Construction Contractors Board extract holds 5,884 records under these classifications as of 2026-08-07.
Try a free lookup — no signup, right here on this page. For programmatic access, take a free API key — 250 requests a month, no card. Also on RapidAPI and, if you would rather not write code at all, the Apify Store.
PB — Plumbing Contractor 1,392 recordsJP — Journeyman Plumber 4,239 recordsWHI — Water Heater Installer 228 recordsWTI — Water Treatment Installer 25 recordsA record's classifications array carries these codes, so you can tell a
licence that covers the work from one that merely exists.
curl "https://contractor-license-verification2.p.rapidapi.com/v1/licenses/OR/PB3668" \
-H "X-RapidAPI-Key: YOUR_KEY" \
-H "X-RapidAPI-Host: contractor-license-verification2.p.rapidapi.com"
PB3668 is a real OR licence (REESE PLUMBING LLC) in this trade, so that call works as written.
PB is the business licence and the one to verify before you hire. Journeyman, water heater and water treatment licences are individual and do not authorise contracting. As with the electrical trades, this register holds active licences only — a miss means “not currently licensed”, not “never licensed”.
Full coverage detail, including the caveats that apply to every Oregon lookup, is on the Oregon page.
The API is on RapidAPI with a free tier: Contractor License Verification. It is also on the Apify Store: Contractor License Lookup & Verification. Full schema at /docs.