# Scrape Harris County Civil Filings

**Use case:** 

Collect today's public Harris County District Clerk civil filing listings with case numbers, courts, and file dates.

## Input

```json
{
  "recordTypes": [
    "civilNewFilings"
  ],
  "maxItems": 50,
  "includeViewerTokens": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "text"
  },
  "caseNumber": {
    "label": "Case number",
    "format": "text"
  },
  "style": {
    "label": "Style",
    "format": "text"
  },
  "fileDate": {
    "label": "File date",
    "format": "text"
  },
  "court": {
    "label": "Court",
    "format": "text"
  },
  "caseRegion": {
    "label": "Case region",
    "format": "text"
  },
  "typeOfActionOrOffense": {
    "label": "Type of action / offense",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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