# FDA Generic Drug Shortage Monitor

**Use case:** 

Monitor FDA shortage updates for a generic drug or active ingredient and export clean shortage records.

## Input

```json
{
  "maxItems": 250,
  "status": "All",
  "search": "",
  "genericName": "lisdexamfetamine",
  "companyName": "",
  "therapeuticCategory": "",
  "updatedSince": "2025-01-01",
  "postedSince": ""
}
```

## Output

```json
{
  "status": {
    "label": "Status"
  },
  "genericName": {
    "label": "Generic name"
  },
  "companyName": {
    "label": "Company"
  },
  "availability": {
    "label": "Availability"
  },
  "dosageForm": {
    "label": "Dosage form"
  },
  "presentation": {
    "label": "Presentation"
  },
  "therapeuticCategories": {
    "label": "Therapeutic categories"
  },
  "packageNdc": {
    "label": "Package NDC"
  },
  "updateDateIso": {
    "label": "Updated"
  },
  "initialPostingDateIso": {
    "label": "Initially posted"
  },
  "sourceUrl": {
    "label": "Source URL"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Drug Shortages Scraper](https://apify.com/automation-lab/fda-drug-shortages-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/fda-drug-shortages-scraper) to learn more, explore other use cases, and run it yourself.