# Current FDA Drug Shortages Scraper

**Use case:** 

Scrape current FDA drug shortages with status, availability, company, NDC, dosage form, and update dates.

## Input

```json
{
  "maxItems": 100,
  "status": "Current",
  "search": "",
  "genericName": "",
  "companyName": "",
  "therapeuticCategory": "",
  "updatedSince": "",
  "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.