# RxNorm Drugs Full Export

**Use case:** 

Full Export of RxNorm Drugs. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "drugName": "cymbalta"
}
```

## Output

```json
{
  "rxcui": {
    "label": "rxcui",
    "format": "text"
  },
  "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"
  },
  "umlscui": {
    "label": "umlscui",
    "format": "text"
  },
  "related_concepts": {
    "label": "related_concepts",
    "format": "text"
  },
  "ndcs": {
    "label": "ndcs",
    "format": "text"
  },
  "attributes": {
    "label": "attributes",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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