License Disciplinary Actions - Enforcement Records Scraper avatar

License Disciplinary Actions - Enforcement Records Scraper

Pricing

Pay per usage

Go to Apify Store
License Disciplinary Actions - Enforcement Records Scraper

License Disciplinary Actions - Enforcement Records Scraper

Scrape professional license disciplinary actions and enforcement records from state licensing boards. Get complaints, violations, dispositions, and penalties for FL DBPR licensees.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

Apify Actor for scraping professional license disciplinary actions, complaints, and enforcement records from state licensing boards. Currently supports Florida DBPR (Department of Business & Professional Regulation).

Supported States

  • Florida (FL) -- DBPR MyFloridaLicense.com (classic ASP form, no CAPTCHA)

How It Works

  1. Searches the FL DBPR licensee database by name or license number
  2. Visits each licensee's detail page for full license information
  3. Checks each licensee's complaint page for disciplinary actions
  4. Returns combined license + disciplinary data in a single dataset

Input

FieldTypeDefaultDescription
statestring"FL"State to search (FL)
lastNamestring"Smith"Last name to search
firstNamestring""First name (optional)
licenseNumberstring""License number lookup
licenseTypestring""Filter by license type code
boardstring""Board code (e.g., 06 = Construction, 25 = Real Estate)
maxResultsinteger25Max records (0 = unlimited)

Florida Board Codes

CodeBoard
01Certified Public Accounting
02Architecture & Interior Design
03Barbers
05Cosmetology
06Construction Industry
08Electrical Contractors
09Engineers
13Landscape Architecture
25Real Estate
26Veterinary Medicine
38Community Association Managers
200Hotels and Restaurants
400Alcoholic Beverages & Tobacco

Output

Each record contains license details and any disciplinary actions:

{
"name": "SMITH, JOHN A",
"licenseNumber": "CGC1234567",
"licenseType": "Certified General Contractor",
"rank": "Cert General",
"board": "Construction Industry",
"status": "Current,Active",
"licensureDate": "01/15/2005",
"expirationDate": "08/31/2026",
"address": "123 MAIN ST MIAMI, Florida 33101",
"county": "MIAMI-DADE",
"hasDisciplinaryAction": true,
"disciplinaryCount": 2,
"disciplinaryActions": [
{
"caseNumber": "2023-012345",
"caseClass": "Legally Sufficient",
"incidentDate": "03/15/2023",
"caseStatus": "Closed",
"disposition": "Final Order",
"dispositionDate": "09/01/2023",
"disciplineDescription": "09/01/2023 - Fine $2,500; Probation 1 year"
}
],
"detailUrl": "https://www.myfloridalicense.com/LicenseDetail.asp?SID=&id=...",
"complaintUrl": "https://www.myfloridalicense.com/viewcomplaint.asp?SID=&licid=...",
"state": "FL",
"source": "Florida DBPR",
"searchedLastName": "Smith",
"searchedFirstName": "",
"scrapedAt": "2026-04-04T01:30:00.000Z"
}

Output Fields

FieldTypeDescription
namestringLicensee name
licenseNumberstringLicense number
licenseTypestringFull license type description
rankstringLicense rank/classification
boardstringLicensing board category
statusstringLicense status (Current, Active, Expired, etc.)
licensureDatestringDate license was issued
expirationDatestringLicense expiration date
addressstringPrimary address on file
countystringCounty
hasDisciplinaryActionbooleanWhether any complaints/discipline exist
disciplinaryCountnumberNumber of disciplinary actions
disciplinaryActionsarrayDetailed complaint/discipline records
detailUrlstringDirect link to license detail page
complaintUrlstringDirect link to complaint history page

Disciplinary Action Fields

FieldTypeDescription
caseNumberstringComplaint/case number
caseClassstringComplaint classification
incidentDatestringDate of incident
caseStatusstringStatus (Open, Closed, etc.)
dispositionstringCase outcome (Final Order, Dismissed, etc.)
dispositionDatestringDate of disposition
disciplineDescriptionstringPenalty details (fines, probation, suspension, etc.)

Use Cases

  • Compliance screening -- Verify contractors, real estate agents, or other professionals before hiring
  • Due diligence -- Check for disciplinary history before engaging a licensed professional
  • Risk assessment -- Identify licensees with patterns of complaints or enforcement actions
  • Regulatory monitoring -- Track disciplinary trends across professions and boards
  • Insurance underwriting -- Screen licensed professionals for claims and risk factors
  • Journalism/research -- Investigate enforcement patterns in regulated industries

Quick Start

$apify run --purge

Performance Notes

  • Each result requires 2-3 HTTP requests (listing + detail + complaint page)
  • Default maxResults=25 keeps runs fast and cost-effective
  • For bulk searches, increase maxResults but expect longer run times
  • Built-in rate limiting (300ms between detail page fetches) to be respectful

More data tools by lulzasaur: