# NCI Breast Cancer Cases Scraper

**Use case:** 

Scrape NCI GDC breast cancer cases from the TCGA program. Get case IDs, demographics and diagnosis data from the Genomic Data Commons as JSON.

## Input

```json
{
  "entity": "cases",
  "maxItems": 5,
  "primarySite": "Breast",
  "program": "TCGA"
}
```

## Output

```json
{
  "project_id": {
    "label": "Project id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "dbgap_accession_number": {
    "label": "Dbgap accession number",
    "format": "text"
  },
  "releasable": {
    "label": "Releasable",
    "format": "text"
  },
  "released": {
    "label": "Released",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NCI GDC Cancer Genomics Scraper](https://apify.com/parseforge/nci-gdc-cancer-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nci-gdc-cancer-scraper) to learn more, explore other use cases, and run it yourself.