# HIPAA breach monitor feed for compliance dashboards

**Use case:** 

Create a recurring HHS OCR breach monitoring feed with IDs, affected counts, breach categories, locations, and parsed dates.

## Input

```json
{
  "maxItems": 300,
  "startPage": 0,
  "state": "",
  "coveredEntityQuery": "",
  "includeWebDescription": true
}
```

## Output

```json
{
  "coveredEntity": {
    "label": "Covered Entity"
  },
  "state": {
    "label": "State"
  },
  "coveredEntityType": {
    "label": "Covered Entity Type"
  },
  "individualsAffected": {
    "label": "Individuals Affected"
  },
  "breachSubmissionDate": {
    "label": "Submission Date"
  },
  "typeOfBreach": {
    "label": "Type of Breach"
  },
  "locationOfBreachedInformation": {
    "label": "Location"
  },
  "businessAssociatePresent": {
    "label": "Business Associate"
  },
  "webDescription": {
    "label": "Web Description"
  },
  "hhsBreachId": {
    "label": "HHS Breach ID"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

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