# HHS OIG LEIE monthly supplement scraper

**Use case:** 

Extract the newest HHS OIG LEIE monthly exclusion and reinstatement supplements for recurring compliance monitoring.

## Input

```json
{
  "mode": "supplements",
  "maxItems": 250,
  "includeReinstatements": true,
  "maxSupplementMonths": 2,
  "states": [
    "NY"
  ],
  "nameQuery": "",
  "exclusionTypes": []
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "fullName": {
    "label": "Full name"
  },
  "businessName": {
    "label": "Business name"
  },
  "firstName": {
    "label": "First name"
  },
  "lastName": {
    "label": "Last name"
  },
  "generalCategory": {
    "label": "General category"
  },
  "specialty": {
    "label": "Specialty"
  },
  "npi": {
    "label": "NPI"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip": {
    "label": "ZIP"
  },
  "exclusionType": {
    "label": "Exclusion type"
  },
  "exclusionDate": {
    "label": "Exclusion date"
  },
  "reinstatementDate": {
    "label": "Reinstatement date"
  },
  "waiverState": {
    "label": "Waiver state"
  },
  "sourceFile": {
    "label": "Source file"
  },
  "fetchedAt": {
    "label": "Fetched at"
  }
}
```

## About this Actor

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