# openFDA Drug Adverse Events Data Export

**Use case:** 

Data Export of openFDA Drug Adverse Events. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "seriousOnly": false
}
```

## Output

```json
{
  "safetyReportId": {
    "label": "Report ID",
    "format": "text"
  },
  "safetyReportVersion": {
    "label": "Version",
    "format": "text"
  },
  "receiveDate": {
    "label": "Received",
    "format": "text"
  },
  "receiptDate": {
    "label": "Receipt",
    "format": "text"
  },
  "transmissionDate": {
    "label": "Transmission",
    "format": "text"
  },
  "serious": {
    "label": "Serious",
    "format": "text"
  },
  "seriousnessDeath": {
    "label": "Death",
    "format": "text"
  },
  "seriousnessDisabling": {
    "label": "Disabling",
    "format": "text"
  },
  "seriousnessOther": {
    "label": "Other",
    "format": "text"
  },
  "reporterCountry": {
    "label": "Reporter Country",
    "format": "text"
  },
  "reporterQualification": {
    "label": "Reporter Qualification",
    "format": "text"
  },
  "occurCountry": {
    "label": "Event Country",
    "format": "text"
  },
  "primarySourceCountry": {
    "label": "Primary Source",
    "format": "text"
  },
  "reportType": {
    "label": "Report Type",
    "format": "text"
  },
  "fulfillExpediteCriteria": {
    "label": "Expedite",
    "format": "text"
  },
  "patientSex": {
    "label": "Sex",
    "format": "text"
  },
  "patientAge": {
    "label": "Age",
    "format": "number"
  },
  "patientAgeUnit": {
    "label": "Age Unit",
    "format": "text"
  },
  "drugs": {
    "label": "Drugs",
    "format": "object"
  },
  "reactions": {
    "label": "Reactions",
    "format": "object"
  },
  "outcomes": {
    "label": "Outcomes",
    "format": "object"
  },
  "sender": {
    "label": "Sender",
    "format": "text"
  },
  "receiver": {
    "label": "Receiver",
    "format": "text"
  },
  "companyNumber": {
    "label": "Company #",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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