Federal Judicial Center Scraper | US Judge Profiles avatar

Federal Judicial Center Scraper | US Judge Profiles

Pricing

from $19.00 / 1,000 results

Go to Apify Store
Federal Judicial Center Scraper | US Judge Profiles

Federal Judicial Center Scraper | US Judge Profiles

Pull US federal judge biographical data from FJC: appointments, courts served, education, nominating president, and tenure dates. Filter by court or era. Useful for legal researchers, litigation strategy teams, and academics studying the federal judiciary.

Pricing

from $19.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Categories

Share

ParseForge Banner

⚖️ FJC Federal Judges Biographical Scraper

🚀 Export every U.S. federal judge biography in seconds. Pull appointment history, confirmation dates, education, ABA ratings, and court assignments straight from the Federal Judicial Center. Download as CSV, Excel, JSON, or XML.

🕒 Last updated: 2026-05-25 · 📊 30+ fields per record · 4,000+ judges · United States, 1789-present

The FJC Federal Judges Scraper loads the Federal Judicial Center's official Biographical Directory of Article III Federal Judges and exposes every judge as a structured record. Every record contains the judge's name, dates, court assignments, appointing president and party, ABA rating, confirmation and commission dates, senior-status and termination details, and education.

Coverage: every U.S. federal judge in the FJC archive, from 1789 through current sitting judges, including district, appellate, circuit, and Supreme Court appointments.


Target Audience / Use Cases

🎯 Target Audience💡 Primary Use Cases
Legal researchersBuild datasets of judicial appointments and demographics
JournalistsInvestigate the makeup of federal courts
Law schoolsTeaching datasets on judicial history
Political scientistsStudy confirmation patterns and party alignment
Court technology vendorsAugment case-analytics products with judge biographies
GenealogistsTrace federal judicial appointments

📋 What the FJC Federal Judges Scraper does

  • Downloads the official FJC biographical CSV in a single request
  • Parses every judge record including multi-appointment history
  • Filters by name, court type, appointing president's party, or still-serving status
  • Returns biographical (birth, death, gender, race/ethnicity) and appointment fields
  • Includes education (school, degree, year) and a free-text professional career summary
  • Exports in JSON, CSV, Excel, or XML

💡 Why it matters: The FJC biographies are the canonical source for federal judges, but the raw CSV has 201 columns. This actor flattens, filters, and gives you a clean record per judge.


🎬 Full Demo

🚧 Coming soon


⚙️ Input

FieldTypeRequiredDefaultDescription
nameFilterstringNo(none)Filter by partial name match (any of last, first, middle).
maxItemsintegerNo10Max records.
courtTypeFilterselectNo(all)Filter to a specific federal court type.
appointingPartyFilterselectNo(all)Filter by appointing president's party.
stillServingOnlybooleanNofalseOnly judges with no termination date.

Example 1 - First 50 currently-serving district judges:

{
"maxItems": 50,
"courtTypeFilter": "U.S. District Court",
"stillServingOnly": true
}

Example 2 - Every judge named "Smith":

{
"nameFilter": "smith",
"maxItems": 200
}

⚠️ Good to Know: The FJC source CSV contains up to 6 appointments per judge. This actor returns appointment 1 details directly and exposes totalAppointments so you can pivot for multi-appointment careers.


📊 Output

FieldTypeDescription
📛 titlestringFull name
🆔 idstringFJC nid (node ID)
🎂 birthYear / birthCity / birthStatestringBirth details
⚰️ deathYear / deathCity / deathStatestringDeath details if applicable
🧑 gender / raceOrEthnicitystringDemographics
🏛️ courtType / courtNamestringCourt of first appointment
🇺🇸 appointingPresident / appointingPartystringAppointment 1
📝 abaRatingstringABA rating at confirmation
📅 nominationDate / confirmationDate / commissionDatestringProcess dates
🟡 seniorStatusDate / terminationDate / terminationReasonstringEnd of service
🎓 school1 / degree1 / degreeYear1stringFirst listed degree
🔢 totalAppointmentsintegerNumber of appointments held
🔗 sourceUrlstringFJC profile URL
🕒 scrapedAtstringISO timestamp
errorstringError if any

Sample record:

{
"title": "Adam Ben Abelson",
"id": "13761857",
"lastName": "Abelson",
"birthYear": "1982",
"birthCity": "Cleveland",
"birthState": "OH",
"courtType": "U.S. District Court",
"courtName": "U.S. District Court for the District of Maryland",
"appointingPresident": "Joseph R. Biden",
"appointingParty": "Democratic",
"abaRating": "Well Qualified",
"confirmationDate": "2024-09-10",
"commissionDate": "2024-09-12",
"totalAppointments": 1
}

✨ Why choose this Actor

  • 🟢 Official FJC source - the canonical archive
  • 🟢 No login, no scraping fragility - it's a single CSV
  • 🟢 Every U.S. federal judge in one run
  • 🟢 Powerful filter combinations on demographics and appointment history
  • 🟢 Outputs to JSON / CSV / Excel / XML

📈 How it compares to alternatives

OptionFree?FilterableStructuredUp-to-date
FJC raw CSVYesNo201 columns flatYes
WikipediaYesNoInconsistentSometimes
Westlaw / Bloomberg LawNoYesYesYes (paid)
ParseForge FJC ScraperYesYesClean JSON/CSVYes

🚀 How to use

  1. Create a free account w/ $5 credit
  2. Open this actor on Apify Console
  3. Set optional filters, click Start
  4. Download CSV / Excel / JSON / XML
  5. Schedule the run or integrate via API

💼 Business use cases

Build judge profiles for litigation analytics products in minutes.

Investigative journalism

Pivot judges by appointing party, ABA rating, or court for stories.

Academic research

Datasets for studies on judicial diversity, tenure, and career paths.

Education

Class-ready datasets for political-science and law courses.


🔌 Automating FJC Federal Judges Scraper

The actor integrates with Make, Zapier, n8n, Slack, Airbyte, GitHub Actions, Google Drive, and any HTTP-aware tool via the Apify API.


🌟 Beyond business use cases

Research

Study confirmation-vote patterns or senior-status trends over time.

Personal

Look up a judge before a court appearance.

Non-profit

Publish judicial-diversity reports.

Experimentation

Combine with case-outcome datasets to study judicial behavior.


🤖 Ask an AI assistant about this scraper

ChatGPT · Claude · Perplexity · Microsoft Copilot


❓ Frequently Asked Questions

Q: Is the data from the official FJC? Yes. Each run downloads the official biographical CSV from fjc.gov.

Q: How many judges are included? Over 4,000, covering every Article III federal judge from 1789 to today.

Q: Are state judges included? No. FJC's database covers federal judges only.

Q: How often is the source updated? The FJC updates the dataset regularly as new appointments are confirmed.

Q: Can I get the full multi-appointment history? Yes. totalAppointments reflects how many appointments a judge held; appointment 1 is exposed in detail, additional ones can be added on request.

Q: Output formats? JSON, CSV, Excel, XML.

Q: Free preview? Yes, free users get 10 records per run.

Q: Does this include the Supreme Court? Yes. Set courtTypeFilter to U.S. Supreme Court.

Q: What about judges before 1789? The dataset begins with the establishment of the federal judiciary in 1789.

Q: Licensing? The FJC publishes its data in the public interest; this actor is an independent integration tool.


🔌 Integrate with any app

Webhooks, REST API, Make scenarios, Zapier zaps, Slack channels, Airbyte connectors, Google Sheets, and more.


ActorWhat it does
SEC Investment Adviser ScraperAdviser/firm registrations
FINRA BrokerCheck ScraperBroker disclosures
Federal Register ScraperU.S. federal rules and notices

💡 Pro Tip: browse the complete ParseForge collection.

🆘 Need Help? Open our contact form

⚠️ Disclaimer: independent tool, not affiliated with the Federal Judicial Center. Only publicly available data from fjc.gov is collected.