# Injury openFDA Medical Device Events

**Use case:** 

Extract openFDA Medical Device Events data filtered by Injury. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "eventType": "Injury"
}
```

## Output

```json
{
  "reportNumber": {
    "label": "Report #",
    "format": "text"
  },
  "mdrReportKey": {
    "label": "MDR Key",
    "format": "text"
  },
  "eventType": {
    "label": "Event Type",
    "format": "text"
  },
  "dateOfEvent": {
    "label": "Event Date",
    "format": "text"
  },
  "dateReceived": {
    "label": "Received",
    "format": "text"
  },
  "dateReport": {
    "label": "Report Date",
    "format": "text"
  },
  "dateAdded": {
    "label": "Added",
    "format": "text"
  },
  "dateChanged": {
    "label": "Changed",
    "format": "text"
  },
  "eventLocation": {
    "label": "Location",
    "format": "text"
  },
  "productProblemFlag": {
    "label": "Product Problem",
    "format": "text"
  },
  "productProblems": {
    "label": "Problems",
    "format": "array"
  },
  "reportSource": {
    "label": "Source",
    "format": "array"
  },
  "reporterCountry": {
    "label": "Reporter Country",
    "format": "text"
  },
  "manufacturerName": {
    "label": "Manufacturer",
    "format": "text"
  },
  "manufacturerCity": {
    "label": "Manuf. City",
    "format": "text"
  },
  "typeOfReport": {
    "label": "Report Types",
    "format": "array"
  },
  "devices": {
    "label": "Devices",
    "format": "object"
  },
  "patientCount": {
    "label": "# Patients",
    "format": "number"
  },
  "patients": {
    "label": "Patients",
    "format": "array"
  },
  "eventText": {
    "label": "Narrative",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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