# Look Up Nevada Contractors by Name

**Use case:** 

Search Nevada NSCB contractor licenses by business name — license number, classification, status, city, and full detail records.

## Input

```json
{
  "query": "Smith Electric",
  "searchBy": "auto",
  "includeDetails": true,
  "maxResults": 25,
  "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.