# A RxList | Prescription Drug Information

**Use case:** 

Extract RxList | Prescription Drug Information data filtered by A. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "letter": "A"
}
```

## Output

```json
{
  "drugName": {
    "label": "💊 Drug Name",
    "format": "text"
  },
  "genericName": {
    "label": "🔬 Generic Name",
    "format": "text"
  },
  "brandNames": {
    "label": "🏷 Brand Names",
    "format": "text"
  },
  "drugClass": {
    "label": "📂 Drug Class",
    "format": "text"
  },
  "description": {
    "label": "📄 Description",
    "format": "text"
  },
  "usedFor": {
    "label": "🩺 Used For",
    "format": "text"
  },
  "sideEffects": {
    "label": "⚠️ Side Effects",
    "format": "text"
  },
  "dosage": {
    "label": "💉 Dosage",
    "format": "text"
  },
  "warnings": {
    "label": "🚨 Warnings",
    "format": "text"
  },
  "interactions": {
    "label": "🔀 Interactions",
    "format": "text"
  },
  "pregnancy": {
    "label": "🤰 Pregnancy",
    "format": "text"
  },
  "manufacturer": {
    "label": "🏭 Manufacturer",
    "format": "text"
  },
  "rxListUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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