Lawyer Legion Scraper avatar

Lawyer Legion Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Lawyer Legion Scraper

Lawyer Legion Scraper

Scrape Lawyer Legion, a US attorney directory with state-bar certified specialists. Search attorneys by state and practice area. Extracts name, firm, phone, address, practice areas, bar admissions, education, certifications, and more.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(4)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrape attorney profiles from Lawyer Legion — a specialized US attorney directory featuring state-bar certified specialists. Search by US state and practice area, or scrape profiles from direct URLs.

Features

  • Search by state and practice area — 50 US states + DC, 100+ practice area categories
  • Rich attorney data — name, firm, phone, address, geo coordinates, photo, practice areas
  • Enriched profile mode — biography, bar admissions, education, specialty certifications, federal court admissions, association memberships, awards
  • Pagination support — automatically fetches all pages for a state/practice combination
  • No proxy required — works from standard datacenter IPs
  • No authentication — no API keys, cookies, or login needed

Use Cases

  • Building attorney referral databases
  • Legal services market research
  • Law firm competitive analysis
  • Finding certified specialists in specific practice areas
  • Attorney contact information lookup by region

Input

FieldTypeDescription
modeString (enum)search (default) or byUrls
stateString (enum)US state slug (e.g. florida, new-york) — required for search mode
practiceAreaString (enum)Practice area (e.g. personal-injury, criminal-defense) — defaults to personal-injury
profileUrlsArrayDirect attorney profile URLs — required for byUrls mode
enrichProfilesBooleanVisit full profile pages for biography, bar admissions, education, certifications, and more
maxItemsIntegerMaximum number of records to return (default: 50, max: 10000)

Example Input — Search Mode

{
"mode": "search",
"state": "florida",
"practiceArea": "personal-injury",
"maxItems": 50
}

Example Input — Enriched Profiles

{
"mode": "search",
"state": "new-york",
"practiceArea": "criminal-defense",
"enrichProfiles": true,
"maxItems": 20
}

Example Input — Direct URLs

{
"mode": "byUrls",
"profileUrls": [
"https://lawyers.lawyerlegion.com/florida/christian-dietrich-searcy-27004317"
]
}

Output

Each record represents one attorney profile.

Standard Fields (all modes)

FieldDescription
nameFull attorney name
profileUrlURL on Lawyer Legion
photoUrlHeadshot photo URL
firmLaw firm name
streetOffice street address
cityOffice city
stateState abbreviation (e.g. FL, NY, CA)
zipZIP code
phonePrimary office phone
latitudeGeographic latitude
longitudeGeographic longitude
practiceAreasList of practice areas
recordTypeAlways attorney
scrapedAtISO 8601 timestamp

Enriched Fields (when enrichProfiles: true or mode=byUrls)

FieldDescription
descriptionAttorney biography
firmWebsiteLaw firm website URL
yearsLicensedYears the attorney has been licensed
barAdmissionsState bar admission(s) with status
educationLaw school and degree(s)
certificationsBoard specialty certifications
federalAdmissionsFederal courts admitted to practice in
associationsProfessional associations and memberships
awardsAwards and honors received

Sample Output Record

{
"name": "Christian Dietrich Searcy",
"profileUrl": "https://lawyers.lawyerlegion.com/florida/christian-dietrich-searcy-27004317",
"photoUrl": "https://cdn.lawyerlegion.com/a/27004317/christian-dietrich-searcy-profile-l.jpg",
"firm": "Searcy Denney Scarola Barnhart & Shipley",
"firmWebsite": "https://www.searcylaw.com",
"street": "2139 Palm Beach Lakes Blvd",
"city": "West Palm Beach",
"state": "FL",
"zip": "33409",
"phone": "561-686-6300",
"latitude": "26.7131307",
"longitude": "-80.0955336",
"practiceAreas": ["Personal Injury", "Wrongful Death"],
"yearsLicensed": 49,
"barAdmissions": ["Florida | Active - Member in Good Standing"],
"education": ["Stetson University College of Law | Juris Doctor"],
"certifications": [
"Board Certified Specialist Civil Trial Law | The Florida Bar Board of Legal Specialization and Education"
],
"federalAdmissions": [
"U.S. Court of Appeals for the Eleventh Circuit",
"United States Supreme Court"
],
"associations": [
"Member | The Inner Circle of Advocates",
"Fellow | American Board of Trial Advocates"
],
"awards": [
"Perry Nichols Award | Florida Justice Association",
"War Horse Award | Southern Trial Lawyers Association"
],
"recordType": "attorney",
"scrapedAt": "2026-05-23T10:00:00+00:00"
}

Supported Practice Areas

Over 100 practice areas are supported, including:

  • Personal Injury, Motor Vehicle Accidents, Medical Malpractice, Wrongful Death
  • Criminal Defense, DUI/DWI, Drug Crimes, Federal Crimes
  • Family Law, Divorce, Child Custody, Adoption
  • Bankruptcy, Business Law, Employment Law
  • Immigration Law, Real Estate Law, Estate Planning
  • And many more...

Frequently Asked Questions

Does this require cookies or authentication? No. Lawyer Legion is publicly accessible and does not require login.

Does this require a proxy? No. The scraper works from standard Apify datacenter IPs without any proxy.

How many attorneys are available? Lawyer Legion has hundreds of attorneys per state/practice area combination, with 50 per listing page.

What does enriched mode add? Enriched mode visits each attorney's full profile page to extract their biography, bar admissions, law school education, board certifications, federal court admissions, professional associations, and awards. It takes longer but returns much more detailed data.

Can I scrape all attorneys in a state? Yes. Set practiceArea to your desired area, state to the target state, and maxItems to a high value. The scraper will automatically paginate through all available results.

What is Lawyer Legion? Lawyer Legion is a free online attorney directory that specializes in board-certified and specialty-certified lawyers. It features verified bar admissions and specialty certifications directly from state bar databases.