# TCIA Collections Full Export

**Use case:** 

Full Export of TCIA Collections. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "cancerType": "Lung",
  "maxItems": 500
}
```

## Output

```json
{
  "id": {
    "label": "🔹 id",
    "format": "text"
  },
  "slug": {
    "label": "🔹 slug",
    "format": "text"
  },
  "title": {
    "label": "🔹 title",
    "format": "text"
  },
  "modalities": {
    "label": "🔹 modalities",
    "format": "text"
  },
  "subjects": {
    "label": "🔹 subjects",
    "format": "text"
  },
  "license": {
    "label": "🔹 license",
    "format": "text"
  },
  "url": {
    "label": "🔹 url",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TCIA Collections Scraper](https://apify.com/parseforge/tcia-collections-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/tcia-collections-scraper) to learn more, explore other use cases, and run it yourself.