# Review recent Texas data breach notices

**Use case:** 

Run a bounded example that previews recent official Texas OAG public data breach notices without raw debugging fields.

## Input

```json
{
  "maxItems": 10,
  "publishedFrom": "2026-01-01",
  "minTexansAffected": 0,
  "includeAllVersions": false,
  "sortBy": "publishedAt",
  "sortDescending": true,
  "includeRawFields": false,
  "timeoutSecs": 30
}
```

## Output

```json
{
  "reportId": {
    "label": "Report ID",
    "format": "text"
  },
  "entityName": {
    "label": "Entity",
    "format": "text"
  },
  "entityType": {
    "label": "Entity type",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "breachStartDate": {
    "label": "Breach start",
    "format": "date"
  },
  "breachEndDate": {
    "label": "Breach end",
    "format": "date"
  },
  "breachDiscoveredDate": {
    "label": "Discovered",
    "format": "date"
  },
  "texansAffected": {
    "label": "Texans affected",
    "format": "number"
  },
  "noticeProvided": {
    "label": "Notice provided",
    "format": "boolean"
  },
  "noticeMethods": {
    "label": "Notice methods",
    "format": "array"
  },
  "informationTypes": {
    "label": "Information types",
    "format": "array"
  },
  "entityCity": {
    "label": "City",
    "format": "text"
  },
  "entityState": {
    "label": "State",
    "format": "text"
  },
  "entityZipCode": {
    "label": "ZIP",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Texas Data Breach Reports Scraper](https://apify.com/defenestrator/texas-data-breach-reports) with a specific input configuration. Visit the [Actor detail page](https://apify.com/defenestrator/texas-data-breach-reports) to learn more, explore other use cases, and run it yourself.