# Litigation Insights for Local Research

**Use case:** 

Retrieve focused case insights and litigation signals for local research. Get ready-to-use records with source URLs and match reasons included.

## Input

```json
{
  "sourceMode": "sample",
  "startUrls": [
    {
      "url": "https://www.courtlistener.com/help/api/",
      "sourceId": "COURTLISTENER-API",
      "userData": {
        "sourceId": "COURTLISTENER-API"
      }
    },
    {
      "url": "https://www.courtlistener.com/help/api/bulk-data/",
      "sourceId": "COURTLISTENER-BULK",
      "userData": {
        "sourceId": "COURTLISTENER-BULK"
      }
    }
  ],
  "maxItems": 15,
  "sourceIds": [
    "COURTLISTENER-API",
    "COURTLISTENER-BULK"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyer_name": {
    "label": "Buyer name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "deadline": {
    "label": "Deadline",
    "format": "string"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Litigation Monitoring API](https://apify.com/zentrafoundry/courtlistener-litigation-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/courtlistener-litigation-intelligence) to learn more, explore other use cases, and run it yourself.