# ClinicalTrials.gov Updated Oncology Monitor

**Use case:** 

Monitor recently updated oncology trials from ClinicalTrials.gov and extract sponsors, statuses, locations, and dates.

## Input

```json
{
  "searchTerms": [
    "oncology"
  ],
  "condition": "breast cancer",
  "location": "United States",
  "overallStatuses": [
    "RECRUITING"
  ],
  "nctIds": [
    "NCT05162118"
  ],
  "lastUpdateFrom": "2026-06-01",
  "maxItems": 250,
  "pageSize": 100,
  "includeRaw": false
}
```

## Output

```json
{
  "nctId": {
    "label": "NCT ID",
    "format": "text"
  },
  "url": {
    "label": "Study URL",
    "format": "link"
  },
  "briefTitle": {
    "label": "Brief title"
  },
  "overallStatus": {
    "label": "Status"
  },
  "studyType": {
    "label": "Study type"
  },
  "phases": {
    "label": "Phases"
  },
  "conditions": {
    "label": "Conditions"
  },
  "interventions": {
    "label": "Interventions"
  },
  "leadSponsor": {
    "label": "Lead sponsor"
  },
  "enrollmentCount": {
    "label": "Enrollment"
  },
  "startDate": {
    "label": "Start date"
  },
  "lastUpdatePostDate": {
    "label": "Last update posted"
  },
  "countries": {
    "label": "Countries"
  },
  "locations": {
    "label": "Locations"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [ClinicalTrials.gov Study Scraper](https://apify.com/automation-lab/clinicaltrials-gov-study-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/clinicaltrials-gov-study-scraper) to learn more, explore other use cases, and run it yourself.