# Find Recruiting Breast Cancer Trials | ClinicalTrials.gov

**Use case:** 

Get recruiting breast cancer clinical trials from ClinicalTrials.gov as normalized data: phase, status, sponsor, eligibility, and study sites with geo.

## Input

```json
{
  "condition": "breast cancer",
  "status": [
    "RECRUITING"
  ],
  "phases": [],
  "nctIds": [
    "NCT04267848",
    "NCT04368728"
  ],
  "maxItems": 50,
  "maxLocationsPerTrial": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "nctId": {
    "label": "NCT ID"
  },
  "briefTitle": {
    "label": "Title"
  },
  "overallStatus": {
    "label": "Status"
  },
  "phase": {
    "label": "Phase"
  },
  "studyType": {
    "label": "Type"
  },
  "conditions": {
    "label": "Conditions"
  },
  "leadSponsor": {
    "label": "Lead sponsor"
  },
  "enrollmentCount": {
    "label": "Enrollment"
  },
  "startDate": {
    "label": "Start"
  },
  "primaryCompletionDate": {
    "label": "Primary completion"
  },
  "numLocations": {
    "label": "Sites"
  },
  "numCountries": {
    "label": "Countries"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Clinical Trials API - Normalized ClinicalTrials.gov Data](https://apify.com/webdata_labs/clinical-trials-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/clinical-trials-api) to learn more, explore other use cases, and run it yourself.