# Newest first (date) UK Courts and Tribunals | Judgment Data

**Use case:** 

Extract UK Courts and Tribunals | Judgment Data data filtered by Newest first (date). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "order": "-date",
  "maxItems": 10
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "court": {
    "label": "Court",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "text"
  },
  "updatedDate": {
    "label": "Updated",
    "format": "text"
  },
  "documentXmlUrl": {
    "label": "XML",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Courts and Tribunals Scraper | Judgment Data](https://apify.com/parseforge/uk-courts-tribunals-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/uk-courts-tribunals-scraper) to learn more, explore other use cases, and run it yourself.