# Pull Every Certified General Contractor in a Florida County

**Use case:** 

The full DBPR list of certified general contractors for one Florida county - licence number, status, business name and address.

## Input

```json
{
  "listCountiesOnly": false,
  "county": "Hillsborough",
  "board": "06",
  "licenseType": "0605",
  "maxResults": 500,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "business_name": {
    "label": "Business / Licensee Name",
    "format": "string"
  },
  "license_number": {
    "label": "License Number",
    "format": "string"
  },
  "license_type": {
    "label": "License Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expiration Date",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "zip_code": {
    "label": "ZIP Code",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Florida Contractor Directory & Leads Scraper (DBPR)](https://apify.com/scrapebench/florida-contractor-directory-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapebench/florida-contractor-directory-leads-scraper) to learn more, explore other use cases, and run it yourself.