# ICD-10-PCS (procedures) ICD-10 Codes | Medical Diagnosis

**Use case:** 

Extract ICD-10 Codes | Medical Diagnosis Lookup data filtered by ICD-10-PCS (procedures). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "searchTerm": "diabetes",
  "maxItems": 10,
  "codeSystem": "icd10pcs"
}
```

## Output

```json
{
  "title": {
    "label": "Code + Description",
    "format": "text"
  },
  "code": {
    "label": "Code",
    "format": "text"
  },
  "codeSystem": {
    "label": "System",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ICD-10 Codes Scraper | Medical Diagnosis Lookup](https://apify.com/parseforge/icd10-codes-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/icd10-codes-scraper) to learn more, explore other use cases, and run it yourself.