# ICD-10-CM Diabetes Code Scraper

**Use case:** 

Search ICD-10-CM clinical codes for diabetes terms. Get diagnosis codes and descriptions from NIH tables in structured JSON.

## Input

```json
{
  "table": "icd10cm",
  "query": "diabetes",
  "maxItems": 5,
  "pageSize": 500
}
```

## Output

```json
{
  "table": {
    "label": "Table",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "code": {
    "label": "Code",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ICD-10-CM, LOINC & Clinical Terminology Scraper (NLM)](https://apify.com/parseforge/icd10-loinc-clinical-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/icd10-loinc-clinical-scraper) to learn more, explore other use cases, and run it yourself.