# India Supreme Court Judgments | SCI Case Records Data Export

**Use case:** 

Data Export of India Supreme Court Judgments | SCI Case Records. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "year": "2023"
}
```

## Output

```json
{
  "parties": {
    "label": "⚖️ Parties",
    "format": "text"
  },
  "caseNumber": {
    "label": "📋 Case #",
    "format": "text"
  },
  "diaryNumber": {
    "label": "📔 Diary #",
    "format": "text"
  },
  "diaryNo": {
    "label": "🔢 Diary No",
    "format": "text"
  },
  "judgmentType": {
    "label": "📝 Type",
    "format": "text"
  },
  "orderDate": {
    "label": "📅 Order Date",
    "format": "text"
  },
  "orderDateIso": {
    "label": "📆 Date (ISO)",
    "format": "text"
  },
  "uploadedOn": {
    "label": "⬆️ Uploaded",
    "format": "text"
  },
  "pdfUrl": {
    "label": "📄 PDF",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "text"
  },
  "court": {
    "label": "🏛️ Court",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [India Supreme Court Judgments Scraper | SCI Case Records](https://apify.com/parseforge/india-supreme-court-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/india-supreme-court-scraper) to learn more, explore other use cases, and run it yourself.