# Pending cases International Court of Justice (ICJ) Cases

**Use case:** 

Extract International Court of Justice (ICJ) Cases data filtered by Pending cases. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "listType": "pending"
}
```

## Output

```json
{
  "title": {
    "label": "Case",
    "format": "text"
  },
  "caseNumber": {
    "label": "#",
    "format": "text"
  },
  "introductionYear": {
    "label": "Year",
    "format": "text"
  },
  "parties": {
    "label": "Parties"
  },
  "summary": {
    "label": "Summary"
  },
  "listType": {
    "label": "List type"
  },
  "url": {
    "label": "Source",
    "format": "link"
  },
  "source": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [International Court of Justice (ICJ) Cases Scraper](https://apify.com/parseforge/icj-international-court-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/icj-international-court-scraper) to learn more, explore other use cases, and run it yourself.