# Under evaluation EU Clinical Trials Register

**Use case:** 

Extract EU Clinical Trials Register data filtered by Under evaluation. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "status": "under_evaluation"
}
```

## Output

```json
{
  "ctNumber": {
    "label": "ctNumber",
    "format": "text"
  },
  "ctStatus": {
    "label": "ctStatus",
    "format": "text"
  },
  "ctTitle": {
    "label": "ctTitle",
    "format": "text"
  },
  "conditions": {
    "label": "conditions",
    "format": "text"
  },
  "trialCountries": {
    "label": "trialCountries",
    "format": "text"
  },
  "decisionDateOverall": {
    "label": "decisionDateOverall",
    "format": "text"
  },
  "sponsorName": {
    "label": "sponsorName",
    "format": "text"
  },
  "therapeuticAreas": {
    "label": "therapeuticAreas",
    "format": "text"
  },
  "sourceUrl": {
    "label": "sourceUrl",
    "format": "link"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [EU Clinical Trials Register Scraper](https://apify.com/parseforge/eu-clinical-trials-register-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/eu-clinical-trials-register-scraper) to learn more, explore other use cases, and run it yourself.