# EMA Active Substance Regulatory Search

**Use case:** 

Search EMA medicine, procedure, and orphan designation data by active substance for regulatory intelligence.

## Input

```json
{
  "reportTypes": [
    "medicines",
    "postAuthorisation",
    "orphanDesignations"
  ],
  "maxItems": 100,
  "textSearch": "ranibizumab",
  "monitorMode": false,
  "includeUnchanged": false,
  "snapshotKey": "ema-drug-approval-watch-snapshot"
}
```

## Output

```json
{
  "recordId": {
    "label": "Stable ID"
  },
  "reportType": {
    "label": "Report type"
  },
  "reportTitle": {
    "label": "Report title"
  },
  "medicineName": {
    "label": "Medicine name"
  },
  "activeSubstance": {
    "label": "Active substance"
  },
  "therapeuticArea": {
    "label": "Therapeutic area"
  },
  "applicantOrMah": {
    "label": "Applicant / MAH"
  },
  "procedureNumber": {
    "label": "Procedure number"
  },
  "authorisationStatus": {
    "label": "Status"
  },
  "decisionDate": {
    "label": "Decision date"
  },
  "opinionDate": {
    "label": "Opinion date"
  },
  "productCategory": {
    "label": "Product category"
  },
  "country": {
    "label": "Country"
  },
  "shortageStatus": {
    "label": "Shortage status"
  },
  "isNew": {
    "label": "New"
  },
  "isUpdated": {
    "label": "Updated"
  },
  "changedFields": {
    "label": "Changed fields"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "sourceReport": {
    "label": "Source report"
  },
  "rowHash": {
    "label": "Row hash"
  },
  "rawFields": {
    "label": "Raw fields"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [EMA Drug Approval Watch](https://apify.com/automation-lab/ema-drug-approval-watch) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/ema-drug-approval-watch) to learn more, explore other use cases, and run it yourself.