# Diabetes and Pembrolizumab Clinical Trial Monitor

**Use case:** 

Track the latest clinical trials for diabetes and pembrolizumab straight from ClinicalTrials.gov. Get NCT ID, study status, phase, and direct study URLs.

## Input

```json
{
  "queries": [
    "diabetes",
    "pembrolizumab"
  ],
  "pageSize": 5,
  "maxConcurrency": 3
}
```

## Output

```json
{
  "sourceQuery": {
    "label": "Query",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "phase": {
    "label": "Phase",
    "format": "text"
  },
  "sponsor": {
    "label": "Sponsor",
    "format": "text"
  },
  "conditions": {
    "label": "Conditions",
    "format": "array"
  },
  "lastUpdated": {
    "label": "Last updated",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Clinical Trials Monitor](https://apify.com/zinin/clinical-trials-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/clinical-trials-monitor) to learn more, explore other use cases, and run it yourself.