# Generic NADAC Drug Acquisition Cost

**Use case:** 

Extract NADAC Drug Acquisition Cost data filtered by Generic. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "drugName": "METFORMIN",
  "classification": "G",
  "sortOrder": "newest"
}
```

## Output

```json
{
  "ndc": {
    "label": "NDC",
    "format": "text"
  },
  "ndcDescription": {
    "label": "Drug",
    "format": "text"
  },
  "nadacPerUnit": {
    "label": "NADAC / Unit",
    "format": "number"
  },
  "pricingUnit": {
    "label": "Unit",
    "format": "text"
  },
  "effectiveDate": {
    "label": "Effective",
    "format": "date"
  },
  "pharmacyTypeIndicator": {
    "label": "Pharmacy Type",
    "format": "text"
  },
  "otc": {
    "label": "OTC",
    "format": "text"
  },
  "explanationCode": {
    "label": "Explanation code"
  },
  "classificationForRateSetting": {
    "label": "Class",
    "format": "text"
  },
  "asOfDate": {
    "label": "As Of",
    "format": "date"
  },
  "sourceUrl": {
    "label": "Record",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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