# Civil Harris County Court Records

**Use case:** 

Extract Harris County Court Records data filtered by Civil. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "caseType": "Civil",
  "court": "All",
  "status": "-All",
  "dateFrom": "01/01/2025",
  "dateTo": "01/31/2025",
  "partyType": "Party",
  "includeDetails": true
}
```

## Output

```json
{
  "caseNumber": {
    "label": "Case #",
    "format": "text"
  },
  "court": {
    "label": "Court",
    "format": "text"
  },
  "fileDate": {
    "label": "File Date",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "caseType": {
    "label": "Type",
    "format": "text"
  },
  "typeDescription": {
    "label": "Description",
    "format": "text"
  },
  "style": {
    "label": "Style",
    "format": "text"
  },
  "partiesCount": {
    "label": "Parties",
    "format": "number"
  },
  "eventsCount": {
    "label": "Events",
    "format": "number"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Harris County Court Records Scraper](https://apify.com/parseforge/harris-county-court-records-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/harris-county-court-records-scraper) to learn more, explore other use cases, and run it yourself.