# FDA Drug Label Monitor for Manufacturers

**Use case:** 

Monitor FDA drug labels by manufacturer and route with warnings, interactions, dosage, and SPL metadata.

## Input

```json
{
  "searchQuery": "_exists_:openfda.brand_name",
  "brandNames": [
    "Advil"
  ],
  "manufacturers": [
    "Pfizer"
  ],
  "route": "ORAL",
  "maxItems": 100,
  "includeRaw": true
}
```

## Output

```json
{
  "setId": {
    "label": "SPL set ID"
  },
  "splId": {
    "label": "SPL ID"
  },
  "effectiveTime": {
    "label": "Effective time"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "brandNames": {
    "label": "Brand names"
  },
  "genericNames": {
    "label": "Generic names"
  },
  "substanceNames": {
    "label": "Substance names"
  },
  "manufacturerNames": {
    "label": "Manufacturers"
  },
  "routes": {
    "label": "Routes"
  },
  "activeIngredient": {
    "label": "Active ingredient"
  },
  "purpose": {
    "label": "Purpose"
  },
  "indicationsAndUsage": {
    "label": "Indications and usage"
  },
  "boxedWarning": {
    "label": "Boxed warning"
  },
  "warnings": {
    "label": "Warnings"
  },
  "dosageAndAdministration": {
    "label": "Dosage"
  },
  "contraindications": {
    "label": "Contraindications"
  },
  "adverseReactions": {
    "label": "Adverse reactions"
  },
  "drugInteractions": {
    "label": "Drug interactions"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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