# Check a Florida Contractor's License Status

**Use case:** 

Confirm a Florida contractor's license status and expiration before hiring or onboarding — straight from the official DBPR registry.

## Input

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

## Output

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