# Drug Adverse Events OpenFDA Drug Adverse Events & Recall

**Use case:** 

Extract OpenFDA Drug Adverse Events & Recall data filtered by Drug Adverse Events. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "dataType": "drug_events"
}
```

## Output

```json
{
  "safetyReportId": {
    "label": "🔑 Safety Report ID",
    "format": "text"
  },
  "receiveDate": {
    "label": "📅 Receive Date",
    "format": "text"
  },
  "serious": {
    "label": "⚠️ Serious",
    "format": "text"
  },
  "seriousnessDeath": {
    "label": "💀 Death Outcome",
    "format": "text"
  },
  "patientAge": {
    "label": "🧑 Patient Age",
    "format": "text"
  },
  "patientSex": {
    "label": "🚻 Patient Sex",
    "format": "text"
  },
  "reactions": {
    "label": "🔬 Reactions",
    "format": "text"
  },
  "drugs": {
    "label": "💊 Drugs",
    "format": "text"
  },
  "reportCountry": {
    "label": "🌍 Country",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenFDA Drug Adverse Events & Recall Scraper](https://apify.com/parseforge/openfda-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/openfda-scraper) to learn more, explore other use cases, and run it yourself.