# North Carolina contractor license lookup example

**Use case:** 

Look up a real NCLBGC license number and export its current public status, dates, limitation, classifications, and contact details.

## Input

```json
{
  "searches": [
    {
      "licenseNumber": "01060"
    }
  ],
  "activeOnly": true,
  "maxItems": 5,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "name": {
    "label": "Contractor / qualifier",
    "format": "string"
  },
  "accountNumber": {
    "label": "License / account #",
    "format": "string"
  },
  "accountType": {
    "label": "Type",
    "format": "string"
  },
  "isValid": {
    "label": "Valid",
    "format": "boolean"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "expirationDate": {
    "label": "Expiration",
    "format": "string"
  },
  "limitation": {
    "label": "Limitation",
    "format": "string"
  },
  "classifications": {
    "label": "Classifications",
    "format": "array"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "detailUrl": {
    "label": "Source detail",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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