# Monitor Clinical Trial & FDA Changes Daily

**Use case:** 

Schedule incremental change detection on NCT IDs and sponsors to capture only new trials, status changes, approvals, and recalls per run.

## Input

```json
{
  "mode": "monitor",
  "sponsorIdentifiers": [],
  "nctIds": [],
  "conditions": [
    "non-small cell lung cancer"
  ],
  "interventions": [],
  "phases": [],
  "statuses": [],
  "countries": [],
  "applicantName": "Medtronic",
  "productCode": "",
  "devicePathways": [
    "510k",
    "pma"
  ],
  "drugName": "Ozempic",
  "seriousOnly": false,
  "recallClassifications": [],
  "recallDomains": [
    "drug",
    "device"
  ],
  "shortageStatus": "any",
  "dateFrom": "",
  "dateTo": "",
  "maxItems": 100,
  "maxItemsPerSource": 1000,
  "incrementalMode": true,
  "monitorTargets": [
    "NCT04368728",
    "MRNA",
    "PFE"
  ],
  "enableAiSummary": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "sponsorName": {
    "label": "Sponsor",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "phase": {
    "label": "Phase",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "verifyUrl": {
    "label": "Verify",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Clinical Trials & FDA Pipeline Intelligence Scraper](https://apify.com/constructive_calm/clinical-trials-fda-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/clinical-trials-fda-scraper) to learn more, explore other use cases, and run it yourself.