Justia Lawyer Directory Scraper - Attorney Data & Leads avatar

Justia Lawyer Directory Scraper - Attorney Data & Leads

Pricing

Pay per event

Go to Apify Store
Justia Lawyer Directory Scraper - Attorney Data & Leads

Justia Lawyer Directory Scraper - Attorney Data & Leads

Scrape lawyers from the Justia Lawyer Directory by location and practice area, or from listing / profile URLs. One row per attorney: name, phone, firm, address, practice areas, years of experience, education, bar memberships, website and social links. Optional full-profile enrichment. JSON/CSV out.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Muhamed Didovic

Muhamed Didovic

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Justia Lawyer Directory Scraper

Turn any Justia Lawyer Directory page into clean, structured attorney data. Scrape by location and practice area, or paste listing URLs and lawyer profile URLs — and get one flat row per attorney with name, phone, law firm, address, practice areas, years of experience, education, bar memberships, website and social links.

Built for legal lead generation, competitive intelligence for law firms, legal-tech datasets, and directory research across every US state, city and practice area.

How it works

How the Justia Lawyer Directory Scraper works

✨ Why use this scraper?

  • Rich rows out of the box — ~20 fields per lawyer from the directory listing alone: name, phone, profile photo, practice areas, years of experience, city/state, law-firm website, badges (Claimed Profile, Offers Video, Q&A) and free-consultation flag.
  • Three ways in — build listings from a location (+ optional practice area), paste listing URLs, or paste lawyer-profile URLs. Mix them in one run.
  • Beats Justia's block — Justia serves datacenter scrapers a Cloudflare challenge; this actor routes every request through US residential IPs with a real browser fingerprint, so you get the real page.
  • Full profile on demand — turn on Scrape full profile pages (or paste a profile URL) to add the law-firm name, full street address, geo coordinates, every bar membership, education, job titles, social links, fax, opening hours and the profile FAQ.
  • Every practice area & location — personal injury, criminal, family, bankruptcy, business, immigration, real estate and more, in any US state or city.
  • Stable schema.org parsing — reads Justia's embedded Person structured data plus the listing cards, so the output stays reliable.
  • JSON, CSV, Excel or API — pipe straight into your CRM, sheet or pipeline. Billed per lawyer.

🎯 Use cases

You are a…Use it to…
Legal marketer / lead-genBuild targeted attorney lists by location, practice area and firm, with phone and website
Legal-tech / SaaS builderSeed a lawyer/firm directory dataset with structured, deduplicated rows
Law firm / recruiterMap the competitive landscape — who practices what, where, and how experienced they are
Market researcherMeasure attorney density, practice-area mix and experience distribution per city
Bar association / analystCross-reference bar memberships, education and firm affiliations at scale

📥 Supported inputs

InputExampleWhat it does
Locationcalifornia/los-angeles, texasBuilds & paginates that location's lawyer directory
Location + practice areacalifornia/los-angeles + personal-injuryFilters the directory to one practice area
Listing URLhttps://www.justia.com/lawyers/personal-injury/california/los-angelesPaginates that directory listing
Profile URLhttps://lawyers.justia.com/lawyer/{slug}-{id}Scrapes that single lawyer's full profile

Not supported: case-law documents, client/message data, and anything behind a login. The actor reads only public Justia lawyer directory and profile pages.

⚙️ How it works

  1. Classify every input — locations (+ practice areas) become directory URLs; pasted URLs are sorted into listing / profile.
  2. Unlock each page with a browser TLS fingerprint over a US residential IP, so the real page is returned instead of the Cloudflare challenge.
  3. Parse each listing's lawyer cards + embedded Person structured data — ~40-50 lawyers per page; the ?page=2, ?page=3 … sequence is followed automatically up to your limit.
  4. Enrich each lawyer from their profile page (when Scrape full profile pages is on): firm, full address, geo, bar memberships, education, social links, opening hours and FAQ.
  5. Emit one flat, deduplicated row per lawyer to the dataset.

⚙️ Input parameters

FieldTypeDefaultDescription
locationsarray["california/los-angeles"]Locations as Justia path segments: state/city or state.
practiceAreasarrayOptional practice-area slugs, e.g. personal-injury, criminal-law. Each location × area builds one listing.
startUrlsarrayListing URLs and/or profile URLs. Auto-classified.
scrapeDetailsbooleanfalseAlso fetch each lawyer's profile page for firm, full address, geo, bar memberships, education, social links, FAQ (~2× requests). Pasted profile URLs are always fully detailed.
maxItemsinteger1000Max rows for the whole run.
maxItemsPerSearchinteger1000Max lawyers per location / listing.
maxConcurrencyinteger6Parallel requests. Keep moderate — Justia is Cloudflare-protected.
maxRequestRetriesinteger20Retry budget per request on Cloudflare challenges (403), 429 and network errors.
proxyobjectApify Residential, USApplies to free-tier runs; paid runs use a built-in US residential pool.

📊 Output overview

Each dataset record is one lawyer. Listing rows carry the directory-card fields (name, phone, image, practice areas, experience, city/state, website, badges, free-consultation flag). When Scrape full profile pages is on — or for pasted profile URLs — the detail fields are added: firm name, full street address, geo coordinates, bar memberships, education, job titles, social links, fax, opening hours and the profile FAQ.

📦 Output sample

{
"rowType": "lawyer",
"lawyerId": "764389",
"name": "Calvin Lee",
"profileUrl": "https://lawyers.justia.com/lawyer/calvin-lee-764389",
"phone": "805 409 7106",
"website": "https://leelawfirmla.com",
"image": "https://justatic.com/profile-images/764389-1755705424-sl.jpeg",
"experienceYears": 23,
"practiceAreas": ["Personal Injury", "Family", "Business"],
"education": ["New Mexico"],
"freeConsultation": true,
"listingType": "organic/claimed",
"firmName": "Law Office of Calvin Lee",
"streetAddress": "6201 W 87th St, PMB B-63",
"city": "Los Angeles",
"state": "CA",
"postalCode": "90045",
"latitude": 33.9587712,
"longitude": -118.3937367,
"barMemberships": ["State Bar of California", "New Mexico State Bar"],
"socialLinks": [
"https://www.linkedin.com/in/calvin-lee-esq/",
"https://www.avvo.com/attorneys/90045-ca-calvin-lee-4634206.html"
],
"sourceMode": "profile",
"scrapedAt": "2026-07-06T03:30:00.000Z"
}

🗂 Key output fields

FieldTypeNotes
name / profileUrlstringLawyer name + canonical Justia profile URL
phone / websitestringContact phone + law-firm website
imagestringProfile photo URL
practiceAreasstring[]Practice areas shown on the card
experienceYearsnumberYears of experience (parsed from the card)
city / state / postalCodestringOffice location
freeConsultationbooleanWhether a free consultation is offered
listingTypestringorganic / premium / gold / claimed
badgesstring[]Claimed Profile, Offers Video Conferencing, Q&A, Social Media
firmName / streetAddressstringLaw firm + full address (with detail / profile URLs)
latitude / longitudenumberOffice geo coordinates (with detail)
barMembershipsstring[]Bar/jurisdiction affiliations (with detail)
educationstring[]Law schools / universities
socialLinksstring[]LinkedIn, Facebook, X, Avvo, etc. (with detail)
jobTitles / fax / openingHours / faqPresent with scrapeDetails / on profile URLs

❓ FAQ

Can I get the lawyer's email? Justia's public directory doesn't expose attorney email addresses, so the actor returns the public contact fields it does publish: phone, law-firm website and social links. Emails can be enriched from the firm website on request.

How many lawyers can I get per location? Justia returns ~40-50 lawyers per page and paginates deep. Combine a location with a practice area and maxItemsPerSearch to focus the run.

What does Scrape full profile pages add? The listing row is already rich (~20 fields). Turning it on visits each lawyer's profile to add the firm name, full street address, geo coordinates, all bar memberships, education, job titles, social links, fax, opening hours and the profile FAQ — at roughly double the requests. Profile URLs you paste are always fully detailed.

Which locations and practice areas work? Any US state or state/city Justia covers (e.g. california/los-angeles, new-york/new-york, texas) and any Justia practice-area slug (personal-injury, criminal-law, family-law, bankruptcy, immigration-law, business-law, and more).

Do I need to configure proxies? No. US residential routing is built in (Justia blocks datacenter IPs with Cloudflare). Just give it locations or URLs.

💬 Support

Found a bug or need an extra field? Open an issue on the actor's Issues tab and it'll be looked at quickly.

🛠 Additional services

Need email enrichment from firm websites, another legal directory (Avvo, FindLaw, Martindale, Lawyers.com), or a scheduled attorney-data feed into your CRM or warehouse? Custom scraping and pipeline work is available on request.

🔎 Explore more scrapers

Looking for more directory, company-data or professional-services sources? Check out the other directory, e-commerce and review scrapers in the same publisher's collection on the Apify Store.


⚠️ Disclaimer

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Justia Inc. or any of its subsidiaries or affiliates. All trademarks mentioned are the property of their respective owners.

The scraper accesses only publicly available Justia lawyer directory and profile pages — no authenticated endpoints, no login-only or private data. Attorney directory listings are published by Justia as public professional information. Users are responsible for ensuring their use complies with Justia's Terms of Service, applicable data-protection law (including GDPR and CCPA where relevant) and any contractual obligations of their own organisation. Use scraped personal data (such as lawyer names and contact details) lawfully and honour opt-out / do-not-contact requirements.


SEO Keywords

justia scraper, scrape justia, justia lawyer scraper, justia lawyer directory scraper, justia attorney scraper, lawyer directory scraper, attorney data extraction, legal lead generation, scrape lawyers, law firm data scraper, attorney contact scraper, justia api, legal directory scraper, lawyer leads scraper, attorney directory data, practice area lawyer scraper, us lawyers dataset, law firm leads, justia lawyers extractor, apify justia