# Aspirin DailyMed Drug Labels

**Use case:** 

Explore aspirin with DailyMed Drug Labels Scraper - SPL Metadata. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "drugName": "aspirin",
  "maxResults": 3
}
```

## Output

```json
{
  "set_id": {
    "label": "Set Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "spl_version": {
    "label": "Spl Version",
    "format": "text"
  },
  "published_date": {
    "label": "Published Date",
    "format": "date"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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