# Oncology Drug FDA Approvals (Merck, AstraZeneca, BMS)

**Use case:** 

FDA approvals, new indications and regulatory actions for oncology drugs from Merck, AstraZeneca and Bristol Myers Squibb.

## Input

```json
{
  "companies": [
    "Merck",
    "AstraZeneca",
    "Bristol Myers Squibb"
  ],
  "maxEvents": 25,
  "minImpact": 0
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "company_query": {
    "label": "Company"
  },
  "events_found": {
    "label": "# Events"
  },
  "approvals_count": {
    "label": "# Approvals"
  },
  "high_impact_count": {
    "label": "# High-impact"
  },
  "events": {
    "label": "Events"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Drug Approval & Action Monitor - Regulatory Catalysts](https://apify.com/datasignalslab/fda-drug-approval-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datasignalslab/fda-drug-approval-monitor) to learn more, explore other use cases, and run it yourself.