Nevada Contractor License Lookup & Verify (NSCB)
Pricing
$0.004 / verified license records
Nevada Contractor License Lookup & Verify (NSCB)
Verify any Nevada contractor by license number or business name โ status, trade classifications, bond info, principals, and address โ from the official NSCB registry.
Pricing
$0.004 / verified license records
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Pain points
- Verifying a Nevada contractor on the NSCB portal is one slow manual lookup at a time.
- NSCB's multi-step WebForms search is hard to automate โ each query requires an autopostback handshake before the actual search.
- Registry pages return HTML, not JSON, and aren't structured for compliance workflows or CRM enrichment.
What we solve
- Verify any Nevada NSCB contractor by license number, business name, or principal/QI name โ one search.
- Returns status, trade classifications, bond info, principals, qualified individuals, and addresses from the official registry.
- Handles the two-step NSCB postback flow automatically โ just provide a query.
- Enrich a license number or name into a full structured record; pay per match, empty searches free.
Summary
Look up and verify any Nevada contractor from a single search โ type an NSCB license number (e.g. '0014202'), a business name, or a principal's name and get back the licensed business, status, trade classifications, contractor's bond, qualified individuals, and full address, straight from the official Nevada State Contractors Board (NSCB) registry. Detail enrichment is on by default, so each match returns a complete record with all available fields. Built for fast verification, compliance checks, and enriching a license number or name into a structured record.
Who it's for
- GCs and hiring managers vetting Nevada subcontractors before award
- Insurance underwriters and lenders running KYC checks on Nevada contractors
- Compliance teams and procurement platforms verifying NSCB license standing
- RevOps and BD teams enriching contractor lead lists with official license data
How to use
Set the input, run the actor, and collect results from the run's dataset (export to JSON/CSV/Excel, or pull via the Apify API). Example input:
{"query":"Smith Electric","includeDetails":true,"maxResults":25}
See Inputs below for every available field.
What you get
One row per record:
| Field | Description |
|---|---|
license_number | NSCB license number (e.g. '0014202') |
legal_name | Primary legal business name |
dba_name | Doing-business-as name, if any |
nv_business_id | Nevada Secretary of State business ID (e.g. 'NV20101370144') |
principal_name | Principal name from results list (for principal/QI searches) |
classification | Trade classification from the results list |
status | License status (e.g. 'Active', 'Voluntary Surrender', 'Cancelled Not Renewed') |
city | City from the results list |
state | State abbreviation from the results list |
matched_by | Which search surfaced this record: 'license_number', 'company_name', or 'principal_name' |
has_detail | True when the full license detail was fetched and merged |
monetary_limit | License monetary limit (detail) |
mailing_address | Mailing street address (detail) |
mailing_city | Mailing city (detail) |
mailing_state | Mailing state (detail) |
mailing_zip | Mailing ZIP code (detail) |
mailing_phone | Mailing phone number (detail) |
physical_address | Physical street address (detail) |
physical_city | Physical city (detail) |
physical_state | Physical state (detail) |
physical_zip | Physical ZIP code (detail) |
physical_phone | Physical phone number (detail) |
status_date | Date of the current status (detail) |
origin_date | Original license issue date (detail) |
expiration_date | License expiration date (detail) |
business_type | Entity type โ Sole Proprietor, Corporation, LLCโฆ (detail) |
classifications | All trade classifications held, e.g. ['C-2 Electrical'] (detail) |
principals | Principals list โ each has 'name' and 'role' (detail) |
qualified_individuals | Qualified individuals list โ each has 'name' and 'qualifier_type' (detail) |
bond_type | Bond type (e.g. 'Surety', 'Cash') โ detail |
bond_number | Bond number (detail) |
bond_amount | Bond amount (detail) |
bond_surety_company | Surety company name (detail) |
bond_effective_date | Bond effective date (detail) |
source_url | Direct link to the official NSCB license detail page |
Sample:
{"license_number":"0014202","legal_name":"SMITH ELECTRIC","dba_name":null,"nv_business_id":"NV20101370144","principal_name":null,"classification":"C-2 Electrical","status":"Active","city":"CARSON CITY","state":"NV","matched_by":"company_name","has_detail":true,"monetary_limit":"$40,000.00","mailing_address":"1651 N WINNIE LANE","mailing_city":"CARSON CITY","mailing_state":"NV","mailing_zip":"89703","mailing_phone":"(775) 885-0333","physical_address":"1651 N WINNIE LANE","physical_city":"CARSON CITY","physical_state":"NV","physical_zip":"89703","physical_phone":"(775) 885-0333","status_date":"05/16/2025","origin_date":"07/06/1977","expiration_date":"07/31/2027","business_type":"Sole Proprietor","classifications":["C-2 Electrical"],"principals":[{"name":"SMITH, ALFRED MERLIN JR","role":"Owner"}],"qualified_individuals":[{"name":"SMITH, ALFRED MERLIN JR","qualifier_type":"CMS and Trade"}],"bond_type":"Surety","bond_number":"9080237","bond_amount":"$1,000.00","bond_surety_company":"FIDELITY & DEPOSIT COMPANY OF MARYLAND","bond_effective_date":"06/27/1977","source_url":"https://app.nvcontractorsboard.com//Clients/NVSCB/Public/Shared/Details.aspx?EntID=3874334&LicNum=393849"}
Inputs
| Field | Required | Type | Default | Description |
|---|---|---|---|---|
query | yes | string | "Smith Electric" | A Nevada NSCB license number (digits only, e.g. '0014202') OR a business name OR a person's name. Numbers are looked up directly; names search the company-name index by default. Use 'searchBy' to switch to principal/QI name search. |
searchBy | no | string | "auto" | Controls which NSCB index to search. 'auto' (default) routes digit-only queries to license-number lookup and everything else to company-name search. |
includeDetails | no | boolean | true | When on (default), each match is enriched with its full detail record: addresses, phone, business type, principals, qualified individuals, bond info, and dates. Turn off for a faster, lighter result list. |
maxResults | no | integer | 50 | Cap on the number of matches returned (and enriched) in a single run. Defaults to 50. |
proxyConfiguration | no | object | {"useApifyProxy": false} | Optional. NSCB is reachable directly from Apify datacenter IPs; enable a proxy only if you observe blocks. |
Pricing (Pay Per Event)
You pay per result (dataset-item) โ no charge for empty runs. Example: 100 verified license records at $0.004/result โ $0.40.
Illustrative โ the final per-result price is set at publish time. Apify platform usage (compute) is billed separately per your plan.
Use cases
- License verification โ confirm a Nevada contractor's status, trade classifications, bond type, and expiration before hiring or onboarding.
- Principal/QI lookup โ find every license tied to a specific individual (owner, president, or qualified individual) by searching their name.
- Record enrichment โ turn a license number or business name into a full structured record for a CRM, compliance platform, or vetting workflow.
- Lender / insurer due diligence โ pull authoritative NSCB data on demand to verify a contractor's standing and bonding before extending credit or coverage.
Why this actor
- Straight from the official Nevada State Contractors Board (NSCB) registry โ authoritative, not a stale third-party copy.
- Handles the NSCB multi-step autopostback flow automatically โ no browser required, fast and cheap.
- Returns full detail per match: address, phone, principals, QI, bond info, and trade classifications.
- Pay per match; searches with no results are free.
Limitations & updates
Covers Nevada's NSCB public contractor registry only. Results reflect the live registry and change as it updates. Name searches return up to the first page of results (~25โ350 rows depending on the query); very broad queries may be capped โ refine the name to narrow. License number lookup returns the matching row(s) directly. Runs are bounded by maxResults (default 50).
FAQ
Where does the data come from?
The official Nevada State Contractors Board (NSCB) public 'ContractorLicenseSearch' portal โ authoritative public-record data.
What can I search by?
A license number (digits only, e.g. '0014202'), a business name, or a principal/qualified-individual name. Use the 'searchBy' field to select the mode; 'auto' handles digit-only vs. name classification automatically.
What fields do I get?
License number, business name, DBA, NV business ID, trade classification, status, city, and state always. With includeDetails on (default): full addresses, phone, business type, principals, qualified individuals, bond details, and dates.
How am I charged?
Pay-per-result โ per license match returned. No charge for searches with no results.
Is this personal data?
It's public professional-license data (business and license-holder records as NSCB publishes them on its public portal); we add no personal/PII enrichment.
How current is it?
It reflects the live NSCB record at lookup time โ the same data you'd see on the public portal.
Which actor to choose
Part of the contractor-license verification suite โ pick the one that fits your goal:
- California Contractor License Lookup & Verify (CSLB) โ You need to verify a California contractor โ by license number, business name, or owner/personnel name.
- Florida Contractor License Lookup & Verify (DBPR) โ You need to verify a Florida contractor or tradesperson by license number or name.
- Multi-State Contractor License Lookup โ You want to verify contractor/trade licenses across multiple states in one search.
