# Multiple Sclerosis Trials Recruiting Data

**Use case:** 

Access data on recruiting clinical trials for multiple sclerosis. Get detailed insights in CSV, JSON, or Excel formats.

## Input

```json
{
  "condition": "",
  "searchTerm": "multiple sclerosis",
  "sponsor": "",
  "overallStatus": [
    "RECRUITING"
  ],
  "studyType": "INTERVENTIONAL",
  "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.