# Daily Medical Device Alert Monitor

**Use case:** 

Receive daily updates on medical device alerts, including product risks, corrective actions, and source URLs from EU databases.

## Input

```json
{
  "sourceMode": "startUrls",
  "startUrls": [
    {
      "url": "https://ec.europa.eu/tools/eudamed/",
      "sourceId": "EUDAMED",
      "userData": {
        "sourceId": "EUDAMED"
      }
    },
    {
      "url": "https://www.bfarm.de/EN/Medical-devices/Tasks/Risk-assessment-and-research/Field-corrective-actions/_node.html",
      "sourceId": "BFARM-FSCA",
      "userData": {
        "sourceId": "BFARM-FSCA"
      }
    },
    {
      "url": "https://webgate.ec.europa.eu/icsms/",
      "sourceId": "ICSMS",
      "userData": {
        "sourceId": "ICSMS"
      }
    }
  ],
  "maxItems": 25,
  "sourceIds": [
    "EUDAMED",
    "BFARM-FSCA",
    "ICSMS"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "product_name": {
    "label": "Product name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "risk_level": {
    "label": "Risk level",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "published_at": {
    "label": "Published",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Medical Device Alert Monitor](https://apify.com/zentrafoundry/medical-device-alert-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/medical-device-alert-monitor) to learn more, explore other use cases, and run it yourself.