# Track patent litigation dockets in federal court

**Use case:** 

Pull federal patent dockets: case name, docket number, assigned judge, nature of suit, parties, attorneys of record, law firms and filed date. No PACER fees.

## Input

```json
{
  "mode": "dockets",
  "searchQuery": "data privacy",
  "court": "cand",
  "natureOfSuit": "Patent",
  "precedentialStatus": "",
  "orderBy": "newest",
  "includeFullText": false,
  "includeDocketEntries": false,
  "includeJudgeDetails": true,
  "resolveJudgeNames": true,
  "maxResults": 200,
  "monitorMode": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Case / Name",
    "format": "text"
  },
  "court": {
    "label": "Court",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "docketNumber": {
    "label": "Docket #",
    "format": "text"
  },
  "assignedJudge": {
    "label": "Judge",
    "format": "text"
  },
  "citationCount": {
    "label": "Cited by",
    "format": "number"
  },
  "attorneyCount": {
    "label": "Attorneys",
    "format": "number"
  },
  "leadScore": {
    "label": "Score",
    "format": "number"
  },
  "url": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

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