VOOZH about

URL: https://apify.com/fried_calamaries/nevada-contractor-license-lookup

โ‡ฑ Verify a Nevada Contractor License โ€” NSCB Lookup ยท Apify


๐Ÿ‘ 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)

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.

You might also like

California Contractor License Lookup & Verify (CSLB)

fried_calamaries/california-contractor-license-lookup

Verify any California contractor by license number or name โ€” status, classifications, bond & workers' comp โ€” from the official CSLB registry.

California Contractor Directory by Trade & County (CSLB)

fried_calamaries/california-contractor-directory

Every licensed California contractor in a county by trade โ€” license #, business, contact, classifications, bond & workers' comp โ€” from the official CSLB registry.

Louisiana Contractor License Lookup

fried_calamaries/louisiana-contractor-license-lookup

Download the full Louisiana State Licensing Board for Contractors (LSLBC) roster โ€” 50,000+ commercial, residential, and specialty licenses as structured JSON.

DBPR Florida License Verification

ws_tony/dbpr-florida-license-verification

Verify any Florida professional license (contractors, real estate, cosmetology, CPAs, engineers, and 30+ other boards) directly from the Florida Department of Business and Professional Regulation. Fresher than aggregators, priced per record.

CSLB Contractor License Scraper - California Leads

pink_comic/cslb-contractor-license-search

Scrape CSLB public records for California contractor licenses. Verify license status, classifications, bonds, workers comp, and disciplinary actions. Built for contractor verification, construction leads, vendor compliance, and due diligence.

CA Business Leads - SOS Entity Search

pink_comic/california-business-leads

Verify California companies via Secretary of State. Search any LLC, Corp, LP by name. Get formation date, status, officers, registered agent, addresses. Includes CSLB contractor license data. For sales teams, KYC compliance, and due diligence workflows. $0.002/result.