# FDA MAUDE manufacturer monitor task

**Use case:** 

Monitor FDA MAUDE adverse event reports for one device manufacturer with clean export fields and optional raw JSON.

## Input

```json
{
  "startDate": "2024-01-01",
  "endDate": "2024-03-31",
  "maxItems": 250,
  "manufacturerName": "MEDTRONIC PUERTO RICO OPERATIONS CO.",
  "sortBy": "date_received_desc",
  "pageSize": 100,
  "includeRaw": true
}
```

## Output

```json
{
  "dateReceived": {
    "label": "Date received"
  },
  "eventType": {
    "label": "Event type"
  },
  "manufacturerName": {
    "label": "Manufacturer"
  },
  "brandName": {
    "label": "Brand"
  },
  "deviceName": {
    "label": "Device name"
  },
  "productCode": {
    "label": "Product code"
  },
  "reportNumber": {
    "label": "Report number"
  },
  "mdrReportKey": {
    "label": "MDR key"
  },
  "patientProblems": {
    "label": "Patient problems"
  },
  "eventDescription": {
    "label": "Event description"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA MAUDE Adverse Event Reports Scraper](https://apify.com/automation-lab/fda-maude-adverse-event-reports-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/fda-maude-adverse-event-reports-scraper) to learn more, explore other use cases, and run it yourself.