# DailyMed Drug Labels Latest Results

**Use case:** 

Latest Results of DailyMed Drug Labels. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "drugName": "ibuprofen",
  "maxItems": 25
}
```

## Output

```json
{
  "setid": {
    "label": "🔹 setid",
    "format": "text"
  },
  "spl_version": {
    "label": "🔹 spl_version",
    "format": "text"
  },
  "title": {
    "label": "🔹 title",
    "format": "text"
  },
  "published_date": {
    "label": "🔹 published_date",
    "format": "text"
  },
  "marketing_status": {
    "label": "🔹 marketing_status",
    "format": "text"
  },
  "packager": {
    "label": "🔹 packager",
    "format": "text"
  },
  "ndcCount": {
    "label": "🔹 ndcCount",
    "format": "text"
  },
  "url": {
    "label": "🔹 url",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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