# NCI GDC Cases Data Export

**Use case:** 

Data Export of NCI GDC Cases. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "primarySite": "Breast",
  "maxItems": 100
}
```

## Output

```json
{
  "case_id": {
    "label": "🔹 case_id",
    "format": "text"
  },
  "submitter_id": {
    "label": "🔹 submitter_id",
    "format": "text"
  },
  "project_id": {
    "label": "🔹 project_id",
    "format": "text"
  },
  "primary_site": {
    "label": "🔹 primary_site",
    "format": "text"
  },
  "disease_type": {
    "label": "🔹 disease_type",
    "format": "text"
  },
  "gender": {
    "label": "🔹 gender",
    "format": "text"
  },
  "race": {
    "label": "🔹 race",
    "format": "text"
  },
  "ageAtDiagnosis": {
    "label": "🔹 ageAtDiagnosis",
    "format": "text"
  },
  "diagnosisCount": {
    "label": "🔹 diagnosisCount",
    "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 [NCI GDC Cases Scraper](https://apify.com/parseforge/nci-gdc-cases-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nci-gdc-cases-scraper) to learn more, explore other use cases, and run it yourself.