# UK BAILII Judgments - Court Decisions Data Export

**Use case:** 

Data Export of UK BAILII Judgments - Court Decisions. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "searchQuery": "contract"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK BAILII Judgments Scraper - Court Decisions](https://apify.com/parseforge/uk-bailii-judgments-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/uk-bailii-judgments-scraper) to learn more, explore other use cases, and run it yourself.