# Verify a South Carolina Contractor by License Number

**Use case:** 

Confirm an SC LLR contractor license — status and type — from the official South Carolina registry.

## Input

```json
{
  "lastName": "Smith",
  "licenseNumber": "116578",
  "classification": "All",
  "maxResults": 50
}
```

## Output

```json
{
  "license_number": {
    "label": "License #",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "license_type": {
    "label": "License type",
    "format": "string"
  },
  "business_name": {
    "label": "Business name",
    "format": "string"
  },
  "person_name": {
    "label": "Licensee name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "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 [South Carolina Contractor License Lookup & Verify (SC LLR)](https://apify.com/fried_calamaries/south-carolina-contractor-license-lookup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fried_calamaries/south-carolina-contractor-license-lookup) to learn more, explore other use cases, and run it yourself.