# Ongoing EU Clinical Trials EMA CTIS

**Use case:** 

Extract EU Clinical Trials EMA CTIS data filtered by Ongoing. Export structured results ready for analysis, lead generation, or research.

## Input

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

## Output

```json
{
  "eu_ct_number": {
    "label": "🆔 EU CT Number",
    "format": "text"
  },
  "title": {
    "label": "📝 Title",
    "format": "text"
  },
  "sponsor": {
    "label": "🏢 Sponsor",
    "format": "text"
  },
  "condition": {
    "label": "🩺 Condition",
    "format": "text"
  },
  "phase": {
    "label": "🧪 Phase",
    "format": "text"
  },
  "status": {
    "label": "📍 Status",
    "format": "text"
  },
  "member_states": {
    "label": "🇪🇺 Member States",
    "format": "text"
  },
  "start_date": {
    "label": "📅 Start Date",
    "format": "text"
  },
  "end_date": {
    "label": "🏁 End Date",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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