# NCI Thesaurus Leukemia Concepts Scraper

**Use case:** 

Search the NCI Thesaurus for leukemia concepts with code, name, definition, semantic types, and browser URL. Export cancer terminology to JSON or CSV.

## Input

```json
{
  "mode": "search",
  "term": "leukemia",
  "codes": [
    "C3224",
    "C16612"
  ],
  "include": "full",
  "maxItems": 5
}
```

## Output

```json
{
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "code": {
    "label": "🆔 Code",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "semanticTypes": {
    "label": "🧬 Semantic Type",
    "format": "array"
  },
  "definition": {
    "label": "📝 Definition",
    "format": "text"
  },
  "synonyms": {
    "label": "🏷 Synonyms",
    "format": "array"
  },
  "conceptStatus": {
    "label": "📊 Status",
    "format": "text"
  },
  "parents": {
    "label": "⬆ Parents",
    "format": "array"
  },
  "children": {
    "label": "⬇ Children",
    "format": "array"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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