# Extract Doxpop Indiana court case detail record

**Use case:** 

Scrape full Doxpop.com Indiana court case detail with docket entries, parties, and hearing dates for case monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.doxpop.com/prod/in/court/ViewCaseDetails?caseId=1819022431659"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "caseNumber": {
    "label": "Case Number",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "fileDate": {
    "label": "File Date",
    "format": "text"
  },
  "dispositionDate": {
    "label": "Disposition Date",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "actorId": {
    "label": "Actor ID",
    "format": "text"
  },
  "birthDate": {
    "label": "Birth Date",
    "format": "text"
  },
  "role": {
    "label": "Role",
    "format": "text"
  },
  "caseDetailsUrl": {
    "label": "Case Details URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Doxpop.com Scraper](https://apify.com/lexis-solutions/doxpop-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/doxpop-com-scraper) to learn more, explore other use cases, and run it yourself.