# Psoriasis Biologic Clinical Trial Data Export

**Use case:** 

Access detailed data on recruiting interventional psoriasis clinical trials. Get comprehensive trial datasets in CSV, JSON, or Excel format.

## Input

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