# ALS Amyotrophic Lateral Sclerosis Trials Data

**Use case:** 

Collect data on recruiting clinical trials for ALS. Get insights in CSV, JSON, or Excel formats to support your research.

## Input

```json
{
  "condition": "",
  "searchTerm": "ALS amyotrophic lateral sclerosis",
  "sponsor": "",
  "overallStatus": [
    "RECRUITING"
  ],
  "studyType": "",
  "sort": "StudyFirstPostDate:desc",
  "maxStudies": 150
}
```

## 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.