# COVID-19 Vaccine Clinical Trial Data Collector

**Use case:** 

Collect detailed COVID-19 vaccine clinical trial data. Export up to 500 trial records in CSV, JSON, or Excel format.

## Input

```json
{
  "condition": "COVID-19",
  "searchTerm": "vaccine",
  "sponsor": "",
  "overallStatus": [],
  "studyType": "",
  "sort": "LastUpdatePostDate:desc",
  "maxStudies": 500
}
```

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