# Scrape recruiting cancer trials from ClinicalTrials.gov

**Use case:** 

Extract recruiting cancer trials with sponsors, phases, locations, enrollment, and ClinicalTrials.gov URLs.

## Input

```json
{
  "searchTerm": "cancer",
  "statuses": [
    "RECRUITING"
  ],
  "maxItems": 100,
  "includeLongText": false
}
```

## Output

```json
{
  "nctId": {
    "label": "NCT ID",
    "format": "text"
  },
  "briefTitle": {
    "label": "Brief title",
    "format": "text"
  },
  "overallStatus": {
    "label": "Status",
    "format": "text"
  },
  "studyType": {
    "label": "Study type",
    "format": "text"
  },
  "phases": {
    "label": "Phases",
    "format": "array"
  },
  "conditions": {
    "label": "Conditions",
    "format": "array"
  },
  "interventions": {
    "label": "Interventions",
    "format": "array"
  },
  "leadSponsor": {
    "label": "Lead sponsor",
    "format": "text"
  },
  "countries": {
    "label": "Countries",
    "format": "array"
  },
  "enrollmentCount": {
    "label": "Enrollment",
    "format": "number"
  },
  "startDate": {
    "label": "Start date",
    "format": "date"
  },
  "completionDate": {
    "label": "Completion date",
    "format": "date"
  },
  "lastUpdatePostDate": {
    "label": "Last update",
    "format": "date"
  },
  "sourceUrl": {
    "label": "Study URL",
    "format": "link"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "date"
  }
}
```

## About this Actor

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