# List South Carolina General Contractors in a City

**Use case:** 

Pull South Carolina general contractors in a given city by classification, straight from the SC LLR registry.

## Input

```json
{
  "lastName": "Smith",
  "city": "Columbia",
  "classification": "BD",
  "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.