Nevada Contractor License Lookup & Verify (NSCB) avatar

Nevada Contractor License Lookup & Verify (NSCB)

Pricing

$0.004 / verified license records

Go to Apify Store
Nevada Contractor License Lookup & Verify (NSCB)

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

ByteMe

ByteMe

Maintained by Community

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:

FieldDescription
license_numberNSCB license number (e.g. '0014202')
legal_namePrimary legal business name
dba_nameDoing-business-as name, if any
nv_business_idNevada Secretary of State business ID (e.g. 'NV20101370144')
principal_namePrincipal name from results list (for principal/QI searches)
classificationTrade classification from the results list
statusLicense status (e.g. 'Active', 'Voluntary Surrender', 'Cancelled Not Renewed')
cityCity from the results list
stateState abbreviation from the results list
matched_byWhich search surfaced this record: 'license_number', 'company_name', or 'principal_name'
has_detailTrue when the full license detail was fetched and merged
monetary_limitLicense monetary limit (detail)
mailing_addressMailing street address (detail)
mailing_cityMailing city (detail)
mailing_stateMailing state (detail)
mailing_zipMailing ZIP code (detail)
mailing_phoneMailing phone number (detail)
physical_addressPhysical street address (detail)
physical_cityPhysical city (detail)
physical_statePhysical state (detail)
physical_zipPhysical ZIP code (detail)
physical_phonePhysical phone number (detail)
status_dateDate of the current status (detail)
origin_dateOriginal license issue date (detail)
expiration_dateLicense expiration date (detail)
business_typeEntity type — Sole Proprietor, Corporation, LLC… (detail)
classificationsAll trade classifications held, e.g. ['C-2 Electrical'] (detail)
principalsPrincipals list — each has 'name' and 'role' (detail)
qualified_individualsQualified individuals list — each has 'name' and 'qualifier_type' (detail)
bond_typeBond type (e.g. 'Surety', 'Cash') — detail
bond_numberBond number (detail)
bond_amountBond amount (detail)
bond_surety_companySurety company name (detail)
bond_effective_dateBond effective date (detail)
source_urlDirect 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

FieldRequiredTypeDefaultDescription
queryyesstring"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.
searchBynostring"auto"Controls which NSCB index to search. 'auto' (default) routes digit-only queries to license-number lookup and everything else to company-name search.
includeDetailsnobooleantrueWhen 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.
maxResultsnointeger50Cap on the number of matches returned (and enriched) in a single run. Defaults to 50.
proxyConfigurationnoobject{"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.