# eCourts India Case Status - CNR Number Lookup Full Export

**Use case:** 

Full Export of eCourts India Case Status - CNR Number Lookup. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "cnrNumbers": [
    "DLHC010012342023"
  ]
}
```

## Output

```json
{
  "cnrNumber": {
    "label": "CNR",
    "format": "text"
  },
  "caseType": {
    "label": "Type",
    "format": "text"
  },
  "filingNumber": {
    "label": "Filing number"
  },
  "filingDate": {
    "label": "Filing date"
  },
  "registrationNumber": {
    "label": "Registration number"
  },
  "registrationDate": {
    "label": "Registration date"
  },
  "cnrStatus": {
    "label": "Status",
    "format": "text"
  },
  "nextHearingDate": {
    "label": "Next hearing date"
  },
  "stage": {
    "label": "Stage"
  },
  "courtNumberAndJudge": {
    "label": "Court number and judge"
  },
  "petitioner": {
    "label": "Petitioner"
  },
  "respondent": {
    "label": "Respondent"
  },
  "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 [eCourts India Case Status Scraper - CNR Number Lookup](https://apify.com/parseforge/court-records-ecourt-india-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/court-records-ecourt-india-scraper) to learn more, explore other use cases, and run it yourself.