# Any DailyMed FDA Drug Labels

**Use case:** 

Extract DailyMed FDA Drug Labels data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "drugName": "ibuprofen",
  "deaSchedule": ""
}
```

## Output

```json
{
  "setId": {
    "label": "SetID",
    "format": "text"
  },
  "splVersion": {
    "label": "Spl version"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "genericName": {
    "label": "Generic",
    "format": "text"
  },
  "manufacturer": {
    "label": "Manufacturer",
    "format": "text"
  },
  "labelerName": {
    "label": "Labeler name"
  },
  "dosageForm": {
    "label": "Form",
    "format": "text"
  },
  "route": {
    "label": "Route",
    "format": "text"
  },
  "marketingStatus": {
    "label": "Marketing status"
  },
  "marketingCategory": {
    "label": "Marketing category"
  },
  "ndcCodes": {
    "label": "NDC",
    "format": "object"
  },
  "activeIngredients": {
    "label": "Active",
    "format": "object"
  },
  "inactiveIngredients": {
    "label": "Inactive ingredients"
  },
  "indications": {
    "label": "Indications"
  },
  "dosageAndAdministration": {
    "label": "Dosage and administration"
  },
  "warnings": {
    "label": "Warnings"
  },
  "storageAndHandling": {
    "label": "Storage and handling"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "effectiveDate": {
    "label": "Effective",
    "format": "date"
  },
  "splUrl": {
    "label": "Label",
    "format": "link"
  },
  "pdfUrl": {
    "label": "PDF",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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