# Federal Appeals Court Locator Scraper

**Use case:** 

Locate active US federal appellate courts with PACER access details and jurisdiction codes. Structured court directory data extracted fast.

## Input

```json
{
  "maxItems": 5,
  "jurisdiction": "F",
  "inUseOnly": true
}
```

## Output

```json
{
  "courtId": {
    "label": "Court Id",
    "format": "text"
  },
  "pacerCourtId": {
    "label": "Pacer Court Id",
    "format": "number"
  },
  "fjcCourtId": {
    "label": "Fjc Court Id",
    "format": "text"
  },
  "shortName": {
    "label": "Short Name",
    "format": "text"
  },
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "citationString": {
    "label": "Citation String",
    "format": "text"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "text"
  },
  "courtUrl": {
    "label": "Court Url",
    "format": "link"
  },
  "pacerHasRssFeed": {
    "label": "Pacer Has Rss Feed",
    "format": "text"
  },
  "pacerRssEntryTypes": {
    "label": "Pacer Rss Entry Types",
    "format": "text"
  },
  "inUse": {
    "label": "In Use",
    "format": "text"
  },
  "hasOpinionScraper": {
    "label": "Has Opinion Scraper",
    "format": "text"
  },
  "hasOralArgumentScraper": {
    "label": "Has Oral Argument Scraper",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Federal Court Locator Scraper](https://apify.com/parseforge/pacer-court-locator-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/pacer-court-locator-scraper) to learn more, explore other use cases, and run it yourself.