# All Courts (high volume) CourtListener Opinions | US Court

**Use case:** 

Extract CourtListener Opinions | US Court Rulings data filtered by All Courts (high volume). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "court": "all",
  "maxItems": 10
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "court": {
    "label": "Court",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "text"
  },
  "pdfUrl": {
    "label": "PDF",
    "format": "link"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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