# Look Up Florida Contractors by Name

**Use case:** 

Search Florida DBPR contractor and trade licenses by business or licensee name — license number, type, status, and expiration.

## Input

```json
{
  "query": "ARIZA BUILDERS",
  "includeDetails": true,
  "maxResults": 25,
  "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.