# Verify a Florida General Contractor's License (CGC)

**Use case:** 

Verify any Florida Certified General Contractor (CGC) license instantly. Check status, expiration, and address straight from DBPR records.

## Input

```json
{
  "licenseNumbers": [
    "CGC1512345"
  ],
  "licenseeNames": [
    {
      "lastName": "SMITH",
      "firstName": "JOHN"
    }
  ],
  "citySearches": [],
  "licenseTypeSearches": [],
  "enrichmentLevel": "basic",
  "statusCheckOnly": false,
  "maxResultsPerSearch": 50,
  "includeExpired": false,
  "maxConcurrency": 3,
  "requestTimeoutSecs": 90,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Licensee",
    "format": "string"
  },
  "license_number": {
    "label": "License #",
    "format": "string"
  },
  "license_type": {
    "label": "License Type",
    "format": "string"
  },
  "board": {
    "label": "Board",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expires",
    "format": "string"
  },
  "main_address": {
    "label": "Address",
    "format": "object"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [DBPR Florida License Verification](https://apify.com/stackrelay/dbpr-florida-license-verification) with a specific input configuration. Visit the [Actor detail page](https://apify.com/stackrelay/dbpr-florida-license-verification) to learn more, explore other use cases, and run it yourself.