# ClinicalTrials.gov Monitor: New Lung Cancer Trials

**Use case:** 

Track new and updated recruiting lung cancer trials on ClinicalTrials.gov: phase, status, sponsor and locations. Alerts on what changed, only.

## Input

```json
{
  "conditions": [
    "small cell lung cancer"
  ],
  "terms": [],
  "sponsors": [],
  "phases": [],
  "overallStatus": [
    "RECRUITING"
  ],
  "studyType": "",
  "pageSize": 10,
  "maxStudies": 10,
  "monitorMode": false
}
```

## Output

```json
{
  "nctId": {
    "label": "NCT ID",
    "format": "string"
  },
  "overallStatus": {
    "label": "Status",
    "format": "string"
  },
  "phase": {
    "label": "Phase",
    "format": "string"
  },
  "leadSponsor": {
    "label": "Lead sponsor",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "lastUpdatePostDate": {
    "label": "Last update posted",
    "format": "string"
  },
  "url": {
    "label": "Study URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ClinicalTrials.gov Monitor 🔬 (new trials, status alerts)](https://apify.com/tagadanar/clinicaltrials-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/clinicaltrials-monitor) to learn more, explore other use cases, and run it yourself.