# INTERVENTIONAL ClinicalTrials.Gov Study

**Use case:** 

Scrape INTERVENTIONAL clinicaltrials.gov study with contact details and key fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract clinicaltrials.gov study for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "condition": "",
  "intervention": "",
  "sponsor": "",
  "phase": "",
  "studyStatus": [],
  "studyType": "INTERVENTIONAL",
  "keyword": "",
  "maxItems": 200
}
```

## Output

```json
{
  "nct_id": {
    "label": "Nct Id",
    "format": "string"
  },
  "study_title": {
    "label": "Study Title",
    "format": "string"
  },
  "study_status": {
    "label": "Study Status",
    "format": "string"
  },
  "phase": {
    "label": "Phase",
    "format": "string"
  },
  "conditions": {
    "label": "Conditions",
    "format": "array"
  },
  "lead_sponsor": {
    "label": "Lead Sponsor",
    "format": "string"
  },
  "enrollment_count": {
    "label": "Enrollment Count",
    "format": "number"
  },
  "start_date": {
    "label": "Start Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ClinicalTrials.gov Study Crawler](https://apify.com/jungle_synthesizer/clinicaltrials-gov-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/clinicaltrials-gov-crawler) to learn more, explore other use cases, and run it yourself.