# Verify a North Carolina Contractor by License Number

**Use case:** 

Check an NCLBGC licence by number - status, classification, expiration, address and phone, straight from the Board's portal.

## Input

```json
{
  "query": "L.03194",
  "includeDetails": true,
  "maxResults": 1
}
```

## Output

```json
{
  "license_number": {
    "label": "License #",
    "format": "string"
  },
  "business_name": {
    "label": "Business / licensee name",
    "format": "string"
  },
  "license_type": {
    "label": "Classification(s)",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expiration date",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "matched_by": {
    "label": "Matched by",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

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