# Federal antitrust opinions scraper

**Use case:** 

Search CourtListener federal antitrust opinions and export court, date, citation, case name, and opinion metadata.

## Input

```json
{
  "mode": "opinions",
  "query": "antitrust",
  "status": "published",
  "maxResults": 50
}
```

## 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.