# EMA DHPC Safety Communications Search

**Use case:** 

Search official EMA DHPC safety communications and return structured records for pharmacovigilance, regulatory monitoring, and AI agents.

## Input

```json
{
  "sources": [
    "dhpc"
  ],
  "keywords": [
    "oncology"
  ],
  "keywordMode": "any",
  "medicineNames": [],
  "activeSubstances": [],
  "holders": [],
  "statuses": [],
  "categories": [
    "Human"
  ],
  "mode": "snapshot",
  "firstRunMode": "emit_current",
  "emitRemovals": true,
  "maxResults": 100,
  "stateStoreName": "ema-regulatory-monitor-state",
  "stateNamespace": "default",
  "requestTimeoutSecs": 45,
  "maxRetries": 3
}
```

## Output

```json
{
  "changeType": {
    "label": "Change",
    "format": "string"
  },
  "dataset": {
    "label": "EMA dataset",
    "format": "string"
  },
  "name": {
    "label": "Medicine",
    "format": "string"
  },
  "activeSubstances": {
    "label": "Active substances",
    "format": "array"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "holder": {
    "label": "Holder",
    "format": "string"
  },
  "emaProductNumber": {
    "label": "EMA product",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Official source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EMA Medicines API — EPAR, DHPC & Shortage Monitor](https://apify.com/xerophylous_mercy_0wn/ema-medicines-api-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/xerophylous_mercy_0wn/ema-medicines-api-monitor) to learn more, explore other use cases, and run it yourself.