# Novo Nordisk Type 2 Diabetes Trials Data

**Use case:** 

Access detailed datasets of ongoing Type 2 diabetes clinical trials by Novo Nordisk. Get real-time updates on trial status and information.

## Input

```json
{
  "condition": "",
  "searchTerm": "type 2 diabetes",
  "sponsor": "Novo Nordisk",
  "overallStatus": [
    "RECRUITING",
    "ACTIVE_NOT_RECRUITING"
  ],
  "studyType": "",
  "sort": "LastUpdatePostDate:desc",
  "maxStudies": 200
}
```

## Output

```json
{
  "nctId": {
    "label": "NCT ID",
    "format": "string"
  },
  "briefTitle": {
    "label": "Brief title",
    "format": "string"
  },
  "overallStatus": {
    "label": "Overall status",
    "format": "string"
  },
  "phases": {
    "label": "Phases",
    "format": "array"
  },
  "leadSponsor": {
    "label": "Lead sponsor",
    "format": "string"
  },
  "conditions": {
    "label": "Conditions",
    "format": "array"
  },
  "enrollmentCount": {
    "label": "Enrollment",
    "format": "integer"
  },
  "startDate": {
    "label": "Start date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ClinicalTrials.gov Scraper — Trials Data, No API Key](https://apify.com/logiover/clinicaltrials-gov-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/clinicaltrials-gov-scraper) to learn more, explore other use cases, and run it yourself.