# UK case law judgments — example search

**Use case:** 

Searches UK court judgments via the Find Case Law public API and returns a few records with citation, court and date.

## Input

```json
{
  "query": "negligence",
  "includeFullText": false,
  "onlyNewSinceLastRun": false,
  "maxItems": 5,
  "concurrency": 4
}
```

## Output

```json
{
  "citation": {
    "label": "Neutral citation",
    "format": "string"
  },
  "title": {
    "label": "Case name",
    "format": "string"
  },
  "court": {
    "label": "Court",
    "format": "string"
  },
  "date": {
    "label": "Judgment date",
    "format": "string"
  },
  "url": {
    "label": "Judgment page URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Case Law Scraper — BAILII Alternative, Judgments API](https://apify.com/nomad-agent/uk-case-law-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/uk-case-law-scraper) to learn more, explore other use cases, and run it yourself.