# Florida Licensed Construction Contractor Scraper

**Use case:** 

Scrape licensed Florida construction businesses from the DBPR registry by name. Get license status, type, number and address for vetting and leads.

## Input

```json
{
  "maxItems": 25,
  "withDetails": true,
  "searchType": "business",
  "businessName": "Construction"
}
```

## Output

```json
{
  "licenseeName": {
    "label": "Licensee",
    "format": "text"
  },
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "profession": {
    "label": "Profession",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "expirationDate": {
    "label": "Expires",
    "format": "text"
  },
  "alternateNames": {
    "label": "Alternate Names",
    "format": "array"
  },
  "relatedLicenses": {
    "label": "Related Licenses",
    "format": "array"
  },
  "disciplines": {
    "label": "Disciplines",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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