# 1st Circuit Court of Appeals Justia Case Law

**Use case:** 

Extract Justia Case Law data filtered by 1st Circuit Court of Appeals. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "court": "ca1",
  "yearFrom": 2025,
  "yearTo": 2025
}
```

## Output

```json
{
  "caseName": {
    "label": "Case Name",
    "format": "string"
  },
  "court": {
    "label": "Court",
    "format": "string"
  },
  "docketNumber": {
    "label": "Docket Number",
    "format": "string"
  },
  "citation": {
    "label": "Citation",
    "format": "string"
  },
  "justiaSummary": {
    "label": "Summary",
    "format": "string"
  },
  "opinionText": {
    "label": "Opinion Text",
    "format": "string"
  },
  "opinionAuthor": {
    "label": "Opinion Author",
    "format": "string"
  },
  "volume": {
    "label": "Volume",
    "format": "string"
  },
  "reporter": {
    "label": "Reporter",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "dateDecided": {
    "label": "Date Decided",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Justia Case Law Scraper](https://apify.com/parseforge/justia-case-law-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/justia-case-law-scraper) to learn more, explore other use cases, and run it yourself.