# RxNorm Metformin Drug Scraper

**Use case:** 

Search RxNorm for metformin drug concepts with RxCUIs, term types and normalized names. Structured US drug terminology data fast.

## Input

```json
{
  "mode": "search",
  "name": "metformin",
  "tty": "SBD",
  "maxItems": 5
}
```

## Output

```json
{
  "rxcui": {
    "label": "Rxcui",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "tty": {
    "label": "Tty",
    "format": "text"
  },
  "synonym": {
    "label": "Synonym",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "suppress": {
    "label": "Suppress",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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