# SCOTUS First Amendment case scraper

**Use case:** 

Extract Supreme Court First Amendment court records from CourtListener with court filtering and date-bounded search inputs.

## Input

```json
{
  "mode": "opinions",
  "query": "First Amendment",
  "court": "scotus",
  "dateFrom": "2000-01-01",
  "status": "",
  "maxResults": 75
}
```

## Output

```json
{
  "caseName": {
    "label": "Case",
    "format": "text"
  },
  "court": {
    "label": "Court",
    "format": "text"
  },
  "docketNumber": {
    "label": "Docket #",
    "format": "text"
  },
  "dateFiled": {
    "label": "Filed",
    "format": "text"
  },
  "judge": {
    "label": "Judge",
    "format": "text"
  },
  "citeCount": {
    "label": "Citations",
    "format": "number"
  },
  "url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

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