Oregon CCB Contractor License Lookup & Search API
Pricing
from $8.40 / 1,000 results
Oregon CCB Contractor License Lookup & Search API
Search Oregon's Construction Contractors Board (CCB) by business name for licence number, business name, status and address on every match, including expired and lapsed licences. Built for verifying contractors, vetting subcontractors and building lead lists.
Pricing
from $8.40 / 1,000 results
Rating
0.0
(0)
Developer
Joseph McRell
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Share
Oregon Contractor License Search (CCB)
Search the Oregon Construction Contractors Board register by business name and export licence numbers, business names, licence status and mailing addresses as structured data. No API key, no CCB account, no browser. The board publishes no shareable results URL, so this Actor submits the public search form for you — you give it a name, not a link. Set max_items before every run: it is the hard ceiling on both the records you get back and the money you spend.
What data can I extract?
Four fields per row, exactly the columns the CCB's own results table shows:
license_number— the CCB licence numberbusiness_name— the registered business or DBA namestatus— the board's current status wording for that licenceaddress— the mailing address the board holds, as one line
Every value is Unicode-normalized, whitespace-collapsed and lowercased, so records join, dedupe and match against other datasets without a cleaning pass first. Results are written to the default dataset and download as JSON, CSV, Excel or XML.
One thing to know before you read the output: the CCB matches your term anywhere in the name, not just at the start. Searching SMITH also returns every LOCKSMITH business in the register. That is the board's own search behaviour — good for broad sweeps, and worth knowing before you treat a hit as a false positive.
All 26 columns
Identity — associated_individuals, assumed_business_names, business_name, legal_name, license_number, residential_bond_amount, residential_bond_company, unpaid_civil_penalties, unpaid_claims
Status — endorsement_type, entity_type, status, workers_comp_status
Dates — date_first_licensed, expiration_date
Location — address
Money — commercial_bond_amount, commercial_bond_company, liability_amount
Contact — phone
Other detail — administrative_suspensions, complaint_history, disciplinary_history, lbpr_certified, liability_expiration, liability_insurer
Input example
{"search_terms": ["SMITH"],"max_items": 10}
search_terms takes one or more full or partial names and the Actor runs each in turn. max_items caps the total number of records emitted across all terms, and it is the only lever you need for cost. Start at 10, look at what comes back, then scale.
Output example
Real records from a run of the default input, unedited:
[{"license_number": "235359","business_name": "1 best locksmith inc","status": "not active - expired","address": "po box 2058 beaverton or 97075"},{"license_number": "257787","business_name": "3 hands locksmith","status": "active","address": "13360 southeast oatfield road milwaukie or 97222"},{"license_number": "197222","business_name": "a 1 martys locksmith","status": "active","address": "po box 843 seaside or 97138"}]
Statuses returned by that same run: active, not active - expired, not active - expired after a lapse, not active - voluntarily surrendered, no longer associated, and never been licensed - ccb id only. The register is a full history rather than an active-only list, so filter on status if you only want contractors who can work today.
The same license_number can appear on more than one row. A licence can carry several registered names, and the board lists each as its own row — licence 151643 came back as both a aaawesome locksmith inc and a act fast locksmith. Group by license_number if you want one record per licence.
Common use cases
- Confirming a contractor's licence is current before you sign, hire or pay
- Building subcontractor and supplier shortlists for a trade or a metro area
- Lead generation for building products, tools, insurance, bonding and trade services
- Enriching an existing vendor list with licence status and a mailing address
- Watching a named set of competitors for lapses, surrenders and new registrations
Use with AI agents and MCP
Apify's MCP server can discover and call this Actor from an agent workflow. A workable intent:
Search the Oregon CCB register for contractors matching "ROOFING", return at most 25 records, and tell me which of them are active.
Pass the JSON from Input example as the tool arguments. The input schema is strict, so unsupported keys are rejected rather than quietly ignored, and every dataset field carries a title, a description and a real example — an agent can interpret status without guessing at the wording. Because the board's search is a contains-match, instruct the agent to filter the results rather than trusting the row count.
Pricing and cost control
Output is billed per result at $0.012 per result (about $12.00 per 1,000 results), plus a $0.0005 Actor-start charge billed once per gigabyte of memory at run start. Use max_items to cap both output volume and charges. The price shown on the Apify Store listing is authoritative.
max_items is a hard ceiling on the record count, which makes the worst-case cost of a run a number you choose before you start it. There is no subscription and no minimum. You are not billed for the compute time the run spends, and since this Actor makes one HTTP POST per search term with no browser, that time is seconds rather than minutes.
Prices can change; confirm the live figure on the Store page before a large run.
Reliability
There is very little to go wrong at runtime — no browser, no login, one form submission per search term. The fragile part of any scraper is its selectors, and those are checked against the live CCB site every night by an automated monitor that re-derives the row and field selectors, validates them against two independent searches plus a schema contract, and only then ships a change. Drift is normally fixed before a buyer meets it.
The board's search runs on ASP.NET, which rejects a POST without a matching __VIEWSTATE and __EVENTVALIDATION pair. The Actor therefore loads the form and carries its hidden fields through on every search rather than replaying a stored payload, which is why a term that works today still works after the board redeploys its site.
If a run returns nothing for a name that plainly exists in the register, that is worth reporting — open an issue on the Actor.
Limitations and responsible use
- Four fields only. Licence classifications, bond and insurance details, effective and expiry dates, owner names and complaint history live on each licence's own detail page and would need a separate request per record. This Actor does not fetch them.
- Oregon only. Every other state runs its own board on its own site.
- The address is one string. Street, city, state and ZIP are not split out, and it is the mailing address the board holds — often a PO box, and sometimes outside Oregon (
po box 47764 atlanta ga 30362is a real result). Treat it as contact information, not as a place of business. - Name search only. There is no lookup by licence number, city or trade.
- The results table's pagination footer arrives as one or two trailing rows carrying placeholder values —
license_numbernull or a single digit, with empty or numeric text in the other fields. Drop any record whoselicense_numberis not at least four digits. - Output is lowercased for matching. Re-case names yourself if you are putting them in front of a person.
Oregon contractor licences are public records published by the Construction Contractors Board, and this Actor reads the same public form any visitor would; it collects nothing behind a login. Many licensees are sole traders, so a share of these records describe identifiable people. Verification, due diligence and B2B outreach are ordinary uses — check the marketing and data-protection rules that apply to you before anything else, and when a decision actually matters, confirm the licence with the board rather than relying on a scraped status.
FAQ
Do I need a CCB account or an API key?
No. The register is public and the Actor uses no credentials of any kind.
Why does searching "SMITH" return locksmiths?
The CCB matches your term anywhere in the business name, not only at the start. That is the board's behaviour, not a fault in the Actor. Filter on business_name afterwards if you need a stricter match.
Can I search by licence number?
No. The page this Actor drives is the name search. Licence-number lookup is a separate form on the board's site.
Why does the same licence number appear on several rows?
One licence can carry several registered business names, and the board gives each name its own row. Group by license_number if you want one record per licence.
How do I get only active contractors?
Filter on status == "active" after the run. The Actor returns the register as the board publishes it, lapsed and surrendered licences included, because knowing that a licence expired is usually the reason for the lookup.
How do I keep the cost predictable?
Set max_items. It caps records, and records are what you are charged for. Ten is enough to see the shape of the data before committing to a larger sweep.
Can I export the results?
Yes — JSON, CSV, Excel or XML from the run's Dataset tab, or straight from the Apify API.