# Parkinson Disease Clinical Trials

**Use case:** 

Collect clinical trials studying parkinson disease including status, phase, sponsor, locations and enrollment counts for medical research teams.

## Input

```json
{
  "searchQuery": "parkinson disease",
  "maxItems": 50
}
```

## Output

```json
{
  "nctId": {
    "label": "NCT ID"
  },
  "briefTitle": {
    "label": "Title"
  },
  "status": {
    "label": "Status"
  },
  "phase": {
    "label": "Phase"
  },
  "conditions": {
    "label": "Conditions"
  },
  "sponsor": {
    "label": "Sponsor"
  },
  "enrollment": {
    "label": "Enrollment"
  },
  "startDate": {
    "label": "Start"
  },
  "completionDate": {
    "label": "Completion"
  },
  "studyType": {
    "label": "Type"
  },
  "countries": {
    "label": "Countries"
  }
}
```

## About this Actor

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