# RxNorm Drug Name Scraper

**Use case:** 

Normalize drug names like aspirin and metformin into RxNorm concepts, RxCUIs, synonyms, brands, ingredients, and related rows.

## Input

```json
{
  "drugNames": [
    "aspirin",
    "metformin",
    "Lipitor"
  ],
  "rxcuis": [
    "1191",
    "617314"
  ],
  "ndcs": [
    "00071015523"
  ],
  "maxItems": 100,
  "includeRelatedConcepts": true,
  "includeNdcs": true
}
```

## Output

```json
{
  "sourceInputType": {
    "label": "Input type"
  },
  "sourceInput": {
    "label": "Input"
  },
  "relationship": {
    "label": "Relationship"
  },
  "rxcui": {
    "label": "RxCUI"
  },
  "tty": {
    "label": "TTY"
  },
  "name": {
    "label": "Name"
  },
  "synonym": {
    "label": "Synonym"
  },
  "ndc": {
    "label": "NDC"
  },
  "ndcStatus": {
    "label": "NDC status"
  },
  "active": {
    "label": "Active"
  },
  "rxnormNdc": {
    "label": "RxNorm NDC"
  },
  "conceptStatus": {
    "label": "Concept status"
  },
  "suppress": {
    "label": "Suppress"
  },
  "language": {
    "label": "Language"
  },
  "umlscui": {
    "label": "UMLS CUI"
  },
  "apiUrl": {
    "label": "API URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [NLM RxNorm Drug Concepts Scraper](https://apify.com/automation-lab/nlm-rxnorm-drug-concepts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/nlm-rxnorm-drug-concepts-scraper) to learn more, explore other use cases, and run it yourself.