# Verify an Alabama Contractor by License Number

**Use case:** 

Check an Alabama LBGC contractor licence by number - business name, city, licence type and phone, as an exportable row.

## Input

```json
{
  "query": "4510",
  "maxResults": 1,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "state": {
    "label": "State",
    "format": "string"
  },
  "license_number": {
    "label": "License #",
    "format": "string"
  },
  "business_name": {
    "label": "Business",
    "format": "string"
  },
  "license_type": {
    "label": "Specialty",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expires",
    "format": "string"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

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