# RxTerms Drug Name Scraper

**Use case:** 

Search the RxTerms drug terminology table for medications like aspirin. Get drug names and details from NIH data in structured JSON.

## Input

```json
{
  "table": "rxterms",
  "query": "aspirin",
  "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.