# Check a Nevada Contractor's License Status

**Use case:** 

Confirm a Nevada contractor's license status, monetary limit, and bond before hiring or onboarding — straight from the official NSCB registry.

## Input

```json
{
  "query": "0037687",
  "searchBy": "auto",
  "includeDetails": true,
  "maxResults": 1,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "license_number": {
    "label": "License Number",
    "format": "string"
  },
  "legal_name": {
    "label": "Legal Business Name",
    "format": "string"
  },
  "dba_name": {
    "label": "DBA Name",
    "format": "string"
  },
  "classification": {
    "label": "Classification",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expiration Date",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Nevada Contractor License Lookup & Verify (NSCB)](https://apify.com/scrapebench/nevada-contractor-license-lookup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapebench/nevada-contractor-license-lookup) to learn more, explore other use cases, and run it yourself.