Florida Bar Lawyers Directory Scraper avatar

Florida Bar Lawyers Directory Scraper

Pricing

from $20.00 / 1,000 lawyer records

Go to Apify Store
Florida Bar Lawyers Directory Scraper

Florida Bar Lawyers Directory Scraper

Scrape The Florida Bar attorney directory. Get name, bar number, status, law firm, email, phone, fax, address, county, circuit, admission date, discipline history, law school, board certifications and practice areas. Filter by name, firm, county, city, practice area or bar number.

Pricing

from $20.00 / 1,000 lawyer records

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Florida Bar Lawyers Directory Scraper

Florida Bar Lawyers Directory Scraper

Here is one real result, a full profile with the AI add-ons on, with every field the actor returns:

{
"name": "Coretta Anthony-Smith",
"barNumber": "175684",
"status": "Member in Good Standing",
"eligibility": "Eligible to Practice Law in Florida",
"eligibleToPractice": true,
"email": "canthony@anthony-smithlaw.com",
"officePhone": "407-299-8589",
"cellPhone": null,
"fax": "407-299-8549",
"firm": "Anthony-Smith Law, P.A.",
"firmSize": "2-5",
"firmPosition": "Managing Partner",
"mailAddress": "Anthony-Smith Law, P.A., 1711 Amazing Way Ste 205, Ocoee, FL 34761-3491",
"mailStreet": "1711 Amazing Way Ste 205",
"mailCity": "Ocoee",
"mailState": "FL",
"mailZip": "34761-3491",
"physicalAddress": "1711 Amazing Way Ste 205, Ocoee, FL 34761-3491",
"physicalCity": "Ocoee",
"physicalState": "FL",
"physicalZip": "34761-3491",
"county": "Orange",
"circuit": "09",
"admittedDate": "09/14/1999",
"admittedYear": 1999,
"yearsAdmitted": 27,
"disciplineHistory10Year": "None",
"pendingDisciplineCases": null,
"lawSchool": "University of Florida, Fredric G. Levin College of Law, 1999",
"advancedDegrees": [],
"boardCertifications": [],
"practiceAreas": [],
"languages": ["English", "Portuguese", "Spanish"],
"federalCourts": [
"U.S. District Court, Middle District of Florida",
"U.S. District Court, Northern District of Florida",
"U.S. District Court, Southern District of Florida"
],
"stateCourts": ["Florida"],
"services": [],
"committees": [],
"sections": [],
"judicialPosition": null,
"boardOfGovernors": null,
"photoUrl": "https://imageserver.floridabar.org/Images/4/68/0175684p.jpg",
"profileUrl": "https://www.floridabar.org/directories/find-mbr/profile/?num=175684",
"personalBarUrl": "https://www.floridabar.org/mybarprofile/175684",
"vcardUrl": "https://www.floridabar.org/app/plugins/tfb/public/vcard.php?mid=175684",
"searchLocation": null,
"searchLocationType": null,
"searchLastName": "Smith",
"source": "The Florida Bar",
"observedAt": "2026-08-14T07:44:55.442Z",
"error": null,
"aiLeadScore": 90,
"aiLeadTemperature": "hot",
"aiProfileSummary": "Coretta Anthony-Smith is a managing partner at Anthony-Smith Law, P.A. in Ocoee, FL, with 27 years of experience and a clean disciplinary record. She is fluent in English, Portuguese, and Spanish, and is eligible to practice law in Florida."
}

The most complete Florida Bar attorney scraper available. It returns every field the official Florida Bar directory exposes for each member (bar number, status and eligibility, email, phones, firm, mailing and physical addresses, county and judicial circuit, admission date, discipline history, law school, board certifications, practice areas, languages, and admitted courts), plus derived fields and optional AI lead scoring and profile summaries, and gives you name, firm, location, practice-area, certification, school, language, and bar-number filters to target exactly the attorneys you need.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor searches the official Florida Bar member directory. Pass attorney last names, a firm, bar numbers, or locations (and any of the practice-area, certification, school, language, or service filters), and the actor runs each search, paginates through the matches, and writes one normalized record per attorney to the run's dataset. With withDetails on (default), each attorney's full profile is opened to capture county, judicial circuit, admission date, discipline history, law school, board certifications, practice areas, languages, and admitted courts.

Two optional paid AI add-ons run on top: withLeadScore scores each attorney as a B2B sales lead (0 to 100 with a hot/warm/cold tier), and withProfileSummary adds a short factual profile summary. Both are off by default and charged only on usable AI output. Missing source values are returned as null, never invented.

Quickstart

Open the actor, paste this into the input, and press Run. It returns up to 3 attorneys named Smith with full profiles, an AI lead score, and an AI profile summary.

{
"lastNames": ["Smith"],
"maxLawyers": 3,
"withDetails": true,
"withLeadScore": true,
"withProfileSummary": true
}

Leave lastNames empty with a locations list to sweep a whole county or city, or pass barNumbers to look up specific attorneys directly. Turn the AI add-ons off for a plain scrape.

Input reference

FieldTypeRequiredDefaultDescription
lastNamesstring[]no["Alvarez"]One or more attorney last names. Each runs its own search. Leave empty to list every lawyer in the chosen locations.
firstNamestringno(any)Narrow to attorneys whose first name matches this value.
firmstringno(any)Find every attorney whose firm name contains this text, for example Greenberg or Holland & Knight.
locationTypeenumnocountyWhat the locations values mean: county, city, state (out-of-state members), or country (members abroad).
locationsstring[]no(none)Locations to search, matching locationType, for example Miami-Dade, Orange (counties) or Miami, Tampa (cities). Empty with no name or firm sweeps all 67 Florida counties.
practiceAreasstring[]no(any)Only return attorneys who list these practice areas, for example Personal Injury, Immigration. Matched loosely.
boardCertificationsstring[]no(any)Only return board-certified attorneys in these areas, for example Civil Trial, Marital and Family Law.
lawSchoolsstring[]no(any)Only return attorneys who graduated from these law schools.
languagesstring[]no(any)Only return attorneys who speak these languages, for example Spanish, Creole.
servicesstring[]no(any)Only return attorneys offering these client services (ADA accessible, translation, pro bono for crime victims).
barNumbersstring[]no(none)Look up specific attorneys directly by Florida Bar number.
eligibleOnlybooleannofalseExclude members not currently eligible to practice (suspended, inactive, retired).
includeDeceasedbooleannofalseInclude historic records for deceased members. Useful for estate and succession research.
soundsLikebooleannofalseMatch last names phonetically, returning spelling variants too.
withDetailsbooleannotrueOpen each attorney's profile for county, circuit, admission date, discipline, school, certifications, practice areas, languages, and courts. Billed as an extra details event per record.
maxLawyersintegerno50Maximum attorney records across the whole run. Free Apify plans are capped at 10.
withLeadScorebooleannofalsePaid AI add-on. Score each attorney as a B2B lead (0 to 100 plus hot/warm/cold). Requires a paid Apify plan.
withProfileSummarybooleannofalsePaid AI add-on. Add a concise factual profile summary of each attorney. Requires a paid Apify plan.

All fields are optional; with an empty input the actor searches the default last name.

Output reference

One dataset item per attorney. Fields marked (details) appear only with withDetails; fields marked (add-on) appear only when the matching AI add-on is on. Types: string, integer, boolean, string[], or null when absent.

FieldTypeDescription
namestringAttorney full name (may include a nickname in quotes).
barNumberstringFlorida Bar number, unique per member.
statusstringMembership status, for example Member in Good Standing.
eligibilitystringEligibility text, for example Eligible to Practice Law in Florida.
eligibleToPracticebooleanWhether currently eligible to practice.
emailstringContact email, or null.
officePhone / cellPhone / faxstringContact numbers, or null.
firmstringFirm name, or null.
firmSizestringFirm size band, for example 2-5.
firmPositionstringRole at the firm, for example Managing Partner.
mailAddressstringFull mailing address (single line).
mailStreet / mailCity / mailState / mailZipstringParsed mailing address parts.
physicalAddressstringFull physical address, or null.
physicalCity / physicalState / physicalZipstringParsed physical address parts.
countystring(details) Florida county.
circuitstring(details) Judicial circuit.
admittedDatestring(details) Bar admission date (MM/DD/YYYY).
admittedYearinteger(details) Admission year.
yearsAdmittedinteger(details) Whole years since admission.
disciplineHistory10Yearstring(details) 10-year discipline summary, for example None.
pendingDisciplineCasesstring(details) Pending discipline cases, or null.
lawSchoolstring(details) Law school and graduation year.
advancedDegreesstring[](details) Advanced degrees.
boardCertificationsstring[](details) Board certifications.
practiceAreasstring[](details) Listed practice areas.
languagesstring[](details) Languages spoken.
federalCourtsstring[](details) Admitted federal courts.
stateCourtsstring[](details) Admitted state jurisdictions.
servicesstring[](details) Client services offered.
committees / sectionsstring[](details) Bar committees and sections.
judicialPositionstring(details) Judicial position, or null.
boardOfGovernorsstring(details) Board of Governors role, or null.
photoUrlstringProfile photo URL, or null.
profileUrlstringPublic directory profile URL.
personalBarUrlstringMyBarProfile URL.
vcardUrlstringvCard download URL.
searchLastName / searchLocation / searchLocationTypestringThe search inputs that produced this record.
sourcestringAlways The Florida Bar.
observedAtstringISO 8601 collection timestamp.
errorstringnull on success. On a failed run, a single item with a populated error field is written instead.
aiLeadScoreinteger(add-on) Lead score 0 to 100, or null.
aiLeadTemperaturestring(add-on) hot, warm, or cold, or null.
aiProfileSummarystring(add-on) Short factual profile summary, or null.

Example output record

Real record from a live run (input {"lastNames":["Alvarez"],"maxLawyers":10,"withDetails":true}), a litigation attorney with practice areas, languages, and services:

{
"name": "Alejandro Alvarez \"Alex\"",
"barNumber": "946346",
"status": "Member in Good Standing",
"eligibility": "Eligible to Practice Law in Florida",
"eligibleToPractice": true,
"email": "alex@talf.law",
"officePhone": "305-444-7675",
"cellPhone": null,
"fax": "305-444-0075",
"firm": "The Alvarez Law Firm",
"firmSize": "6-10",
"firmPosition": "Managing Partner",
"mailAddress": "The Alvarez Law Firm, 3251 Ponce de Leon Blvd, Coral Gables, FL 33134-7251",
"mailStreet": "3251 Ponce de Leon Blvd",
"mailCity": "Coral Gables",
"mailState": "FL",
"mailZip": "33134-7251",
"physicalAddress": "3251 Ponce de leon Blvd, Miami, FL 33134-7251",
"physicalCity": "Miami",
"physicalState": "FL",
"physicalZip": "33134-7251",
"county": "Miami-Dade",
"circuit": "11",
"admittedDate": "09/25/1992",
"admittedYear": 1992,
"yearsAdmitted": 34,
"disciplineHistory10Year": "None",
"pendingDisciplineCases": null,
"lawSchool": "University of Miami School of Law, 1992",
"advancedDegrees": [],
"boardCertifications": [],
"practiceAreas": ["Civil Litigation", "Civil Trial", "Litigation/Trial Advocacy/Advocacy", "Medical Malpractice", "Product Liability", "Toxic Torts", "Trial"],
"languages": ["Spanish"],
"federalCourts": [
"U.S. Court of Appeals for the Eighth Circuit",
"U.S. Court of Federal Claims",
"U.S. District Court, Southern District of Florida"
],
"stateCourts": ["District Of Columbia", "Florida", "Hawaii", "New Mexico", "Oregon"],
"services": ["ADA Accessible Client Services", "Language Translation"],
"committees": [],
"sections": [],
"judicialPosition": null,
"boardOfGovernors": null,
"photoUrl": "https://imageserver.floridabar.org/Images/6/34/0946346p.jpg",
"profileUrl": "https://www.floridabar.org/directories/find-mbr/profile/?num=946346",
"personalBarUrl": "https://www.floridabar.org/mybarprofile/946346",
"vcardUrl": "https://www.floridabar.org/app/plugins/tfb/public/vcard.php?mid=946346",
"searchLastName": "Alvarez",
"source": "The Florida Bar",
"observedAt": "2026-08-10T14:37:13.874Z",
"error": null
}

The federalCourts array above is trimmed to three of six entries for readability; all values are real.

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~florida-bar-lawyers-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"lastNames":["Smith"],"maxLawyers":25,"withDetails":true}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~florida-bar-lawyers-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"locationType":"county","locations":["Miami-Dade"],"practiceAreas":["Immigration"],"languages":["Spanish"],"maxLawyers":100}'

Apify CLI:

apify call scrapers_lat/florida-bar-lawyers-scraper \
--input '{"barNumbers":["175684","946346"],"withDetails":true}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per attorney record returned (result event). See the pricing tab for the current per-result price.
  • Details and AI add-ons billed separately. withDetails charges an extra details event per attorney; the AI lead score and AI profile summary each charge per record, and only on usable AI output.
  • No charge on failure. If a run errors, the actor writes a single item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results.
  • Free Apify plans are capped at 10 records per run. The AI add-ons require a paid Apify plan. Upgrade for the full directory and higher maxLawyers.

FAQ and troubleshooting

How do I list every lawyer in a county or city? Leave lastNames empty, set locationType, and add the county or city to locations. With no name, firm, or location at all, the actor sweeps all 67 Florida counties.

How do I look up specific attorneys directly? Pass their Florida Bar numbers in barNumbers. Each resolves to a single profile.

How do I target a practice area or a Spanish-speaking attorney? Use practiceAreas, languages, boardCertifications, lawSchools, or services. Filters combine, so Immigration plus Spanish returns Spanish-speaking immigration attorneys.

Why are county, discipline, and law school missing? Those come from the full profile. Turn on withDetails (default on) to capture them. Values the Bar does not publish are returned as null.

A run returned 0 records. Why? The name, firm, or filter combination matched nothing. Loosen filters, try soundsLike for spelling variants, or widen the location. Zero-result runs are not charged.

Is this an official Florida Bar tool? No. This actor is independent and has no affiliation with The Florida Bar. It reads only data that is publicly available in the official member directory. Use the results in accordance with the Bar's terms and applicable law.

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Independent tool, not affiliated with The Florida Bar. Accesses only publicly available directory data. Use in accordance with the Bar's terms and applicable law.