# State Appellate Court Opinions on Due Process

**Use case:** 

Gather opinions from state appellate courts regarding due process.

## Input

```json
{
  "maxRecords": 10,
  "withDetails": true,
  "query": "due process",
  "type": "opinions",
  "court": "nysd",
  "dateFrom": "2015-01-01",
  "dateTo": "2023-10-01",
  "sort": "most cited"
}
```

## Output

```json
{
  "caseName": {
    "label": "Case",
    "format": "text"
  },
  "court": {
    "label": "Court",
    "format": "text"
  },
  "dateFiled": {
    "label": "Filed",
    "format": "date"
  },
  "docketNumber": {
    "label": "Docket #",
    "format": "text"
  },
  "citations": {
    "label": "Citations",
    "format": "array"
  },
  "judge": {
    "label": "Judge",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CourtListener Court Cases & Opinions Scraper](https://apify.com/scrapers_lat/courtlistener-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/courtlistener-scraper) to learn more, explore other use cases, and run it yourself.