# List current FDA drug shortages with category rollup

**Use case:** 

Pull every active FDA drug shortage with therapeutic category, status and dates, plus a category-level rollup for supply-chain planning.

## Input

```json
{
  "status": "Current",
  "maxResults": 1000,
  "monitor": false,
  "includeRollup": true
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "string"
  },
  "change_type": {
    "label": "Change type (delta)",
    "format": "string"
  },
  "generic_name": {
    "label": "Generic name",
    "format": "string"
  },
  "company_name": {
    "label": "Company",
    "format": "string"
  },
  "therapeutic_category": {
    "label": "Therapeutic category",
    "format": "array"
  },
  "dosage_form": {
    "label": "Dosage form",
    "format": "string"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "shortage_reason": {
    "label": "Shortage reason",
    "format": "string"
  },
  "update_date": {
    "label": "Update date",
    "format": "string"
  },
  "record_type": {
    "label": "Record type",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Drug Shortage API — Delta Monitor & FDA Shortage Tracker](https://apify.com/malonestar/drug-shortage-delta-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/drug-shortage-delta-monitor) to learn more, explore other use cases, and run it yourself.