# Cost Plus Drugs Price Data Export

**Use case:** 

Data Export of Cost Plus Drugs Price. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "drugs": [
    "ibuprofen",
    "metformin",
    "lisinopril",
    "atorvastatin",
    "amoxicillin"
  ]
}
```

## Output

```json
{
  "drugName": {
    "label": "Drug",
    "format": "text"
  },
  "genericName": {
    "label": "Generic Name",
    "format": "text"
  },
  "brandOrGeneric": {
    "label": "Brand/Generic",
    "format": "text"
  },
  "strength": {
    "label": "Strength",
    "format": "text"
  },
  "form": {
    "label": "Form",
    "format": "text"
  },
  "unitPrice": {
    "label": "Unit Price ($)",
    "format": "number"
  },
  "unitBillingPrice": {
    "label": "Billing Price ($)",
    "format": "number"
  },
  "packSize": {
    "label": "Pack Size",
    "format": "text"
  },
  "packSizeUnits": {
    "label": "Pack Units",
    "format": "text"
  },
  "quantity": {
    "label": "Quantity",
    "format": "text"
  },
  "pillType": {
    "label": "Pill Type",
    "format": "text"
  },
  "ndc": {
    "label": "NDC",
    "format": "text"
  },
  "insuranceEligible": {
    "label": "Insurance",
    "format": "boolean"
  },
  "autoRefill": {
    "label": "Auto Refill",
    "format": "boolean"
  },
  "url": {
    "label": "Product Page",
    "format": "link"
  },
  "searchTerm": {
    "label": "Search",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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