Florida DBPR contractor data

Florida Contractor License API

Use a live DBPR contractor API integration to search construction and electrical records by business name or verify a known Florida license number.

Production APILive
curl --request POST "https://api.statelicense.io/v1/search" \
  --header "Authorization: Bearer YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "state": "FL",
  "business_name": "ACME",
  "page_size": 5
}'
Representative response
{
  "results": [
    {
      "state": "FL",
      "license_number": "LICENSE_NUMBER",
      "business_name": "Example Contractor",
      "status": "active",
      "authority": "Florida Department of Business and Professional Regulation",
      "license_type": "Source-specific type",
      "source_updated_at": "2026-09-03T00:00:00Z"
    }
  ],
  "total": 1,
  "page": 1
}

Authority

Florida Department of Business and Professional Regulation (DBPR)

Live coverage

Construction and electrical contractor datasets; registered licenses may be locally limited

Refresh cadence

Weekly

Normalize certified and registered DBPR records

StateLicense maps common Florida identity, status, type, date, jurisdiction, and location details into the same response model used for other supported authorities.

  • Discover possible records by business name.
  • Verify a contractor-supplied license number.
  • Preserve source authority and refresh timestamps for review.

Built for Florida onboarding workflows

Use the API in marketplace enrollment, vendor qualification, contractor SaaS, compliance review, and recurring verification workflows.

API fields returned

InformationAvailability
License number and statusWhen supplied by the authority
Business and licensee identityWhen supplied by the authority
License type and classificationWhen supplied by the authority
Issue and expiration datesWhen supplied by the authority
Jurisdiction and locationWhen supplied by the authority
Authority and freshness timestampsWhen supplied by the authority

Freshness: Weekly. Field availability depends on the source record; unavailable values are not inferred.

Coverage limitations

  • Coverage is limited to DBPR construction and electrical datasets.
  • Registered licenses may authorize work only in a specific local jurisdiction; they are not automatically statewide.

Florida Contractor License API FAQ

Is the Florida contractor license API live?

Yes. Free accounts can create an API key and make authenticated Florida search and verification requests.

Which Florida licenses are covered?

Current coverage comes from DBPR construction and electrical contractor datasets, including certified and registered types. Registered licenses can have local jurisdiction limits.

How often does Florida data refresh?

The Florida construction and electrical snapshots refresh weekly. Each record includes source and record timestamps for freshness review.