# US Supreme Court Opinions - Dockets & Justices Full Export

**Use case:** 

Full Export of US Supreme Court Opinions - Dockets & Justices. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "terms": [
    "24",
    "23",
    "22"
  ]
}
```

## Output

```json
{
  "title": {
    "label": "Case",
    "format": "text"
  },
  "docketNumber": {
    "label": "Docket",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "term": {
    "label": "Term",
    "format": "text"
  },
  "opinionNumber": {
    "label": "Opinion number"
  },
  "justice": {
    "label": "Justice",
    "format": "text"
  },
  "citation": {
    "label": "Citation",
    "format": "text"
  },
  "summary": {
    "label": "Summary"
  },
  "pdfUrl": {
    "label": "PDF",
    "format": "link"
  },
  "url": {
    "label": "Url"
  },
  "source": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [US Supreme Court Opinions Scraper - Dockets & Justices](https://apify.com/parseforge/supreme-court-opinions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/supreme-court-opinions-scraper) to learn more, explore other use cases, and run it yourself.