# U.S. Court of Appeals Federal Judicial Center | US Judge

**Use case:** 

Extract Federal Judicial Center | US Judge Profiles data filtered by U.S. Court of Appeals. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "courtTypeFilter": "U.S. Court of Appeals",
  "stillServingOnly": false
}
```

## Output

```json
{
  "title": {
    "label": "Judge",
    "format": "text"
  },
  "id": {
    "label": "Id"
  },
  "lastName": {
    "label": "Last name"
  },
  "firstName": {
    "label": "First name"
  },
  "birthYear": {
    "label": "Born",
    "format": "text"
  },
  "deathYear": {
    "label": "Death year"
  },
  "gender": {
    "label": "Gender"
  },
  "raceOrEthnicity": {
    "label": "Race or ethnicity"
  },
  "courtType": {
    "label": "Court type"
  },
  "courtName": {
    "label": "Court",
    "format": "text"
  },
  "appointmentTitle": {
    "label": "Appointment title"
  },
  "appointingPresident": {
    "label": "Appointed by",
    "format": "text"
  },
  "appointingParty": {
    "label": "Party",
    "format": "text"
  },
  "confirmationDate": {
    "label": "Confirmed",
    "format": "text"
  },
  "commissionDate": {
    "label": "Commission date"
  },
  "terminationDate": {
    "label": "Termination date"
  },
  "totalAppointments": {
    "label": "Total appointments"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Federal Judicial Center Scraper | US Judge Profiles](https://apify.com/parseforge/federal-judicial-center-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/federal-judicial-center-scraper) to learn more, explore other use cases, and run it yourself.