# Ctis Clinical Trial Multi-Source Aggregator

**Use case:** 

Extract Clinical Trial Multi-Source Aggregator data filtered by ctis. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "cancer",
  "sources": [
    "ctis"
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "source": {
    "label": "📡 Source",
    "format": "text"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "status": {
    "label": "📊 Status",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "date": {
    "label": "🕒 Date",
    "format": "text"
  },
  "summary": {
    "label": "📝 Summary",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Clinical Trial Multi-Source Aggregator](https://apify.com/parseforge/clinical-trial-multi-source-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/clinical-trial-multi-source-scraper) to learn more, explore other use cases, and run it yourself.