# Heart Failure — Recruiting Trials

**Use case:** 

Heart failure studies open for enrolment, with intervention, eligibility and site countries. Covers both HFrEF and HFpEF programmes.

## Input

```json
{
  "condition": "heart failure",
  "intervention": "",
  "sponsor": "",
  "location": "",
  "searchTerms": "",
  "advancedFilter": "",
  "statuses": [
    "RECRUITING"
  ],
  "phases": [],
  "studyType": "",
  "countries": [],
  "minEnrollment": 0,
  "onlyWithResults": false,
  "updatedAfter": "",
  "sortBy": "LastUpdatePostDate:desc",
  "maxTrials": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "nctId": {
    "label": "NCT ID",
    "format": "string"
  },
  "studyTitle": {
    "label": "Brief title",
    "format": "string"
  },
  "overallStatus": {
    "label": "Recruitment status",
    "format": "string"
  },
  "phases": {
    "label": "Phases",
    "format": "array"
  },
  "sponsorName": {
    "label": "Lead sponsor",
    "format": "string"
  },
  "plannedEnrollment": {
    "label": "Planned enrolment",
    "format": "integer"
  },
  "startDate": {
    "label": "Start date",
    "format": "string"
  },
  "studyCountries": {
    "label": "Countries",
    "format": "array"
  },
  "studyUrl": {
    "label": "Registry URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ClinicalTrials Scraper · Trials, Sponsors, Phases & Outcomes](https://apify.com/reapx/clinicaltrials-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/clinicaltrials-scraper) to learn more, explore other use cases, and run it yourself.