# Upcoming Clinical-Trial Readouts (Moderna, Pfizer, Vertex)

**Use case:** 

Track upcoming clinical-trial readouts and phase transitions for Moderna, Pfizer and Vertex from ClinicalTrials.gov, scored for share-price impact.

## Input

```json
{
  "sponsors": [
    "Moderna",
    "Pfizer",
    "Vertex Pharmaceuticals"
  ],
  "maxStudies": 50,
  "minImpact": 0
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "sponsor_query": {
    "label": "Company"
  },
  "trials_found": {
    "label": "# Trials"
  },
  "high_impact_count": {
    "label": "# High-impact"
  },
  "catalysts": {
    "label": "Catalysts"
  }
}
```

## About this Actor

This example demonstrates how to use [Biotech Catalyst Monitor: Clinical Trial Readouts & Signals](https://apify.com/datasignalslab/biotech-catalyst-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datasignalslab/biotech-catalyst-monitor) to learn more, explore other use cases, and run it yourself.