# Browse All Drugs SingleCare Drug Price Standard Export

**Use case:** 

Standard Export of SingleCare Drug Price for Browse All Drugs. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "mode": "listings",
  "maxItems": 100,
  "drugs": [
    "metformin",
    "lisinopril",
    "atorvastatin"
  ]
}
```

## Output

```json
{
  "drugName": {
    "label": "Drug",
    "format": "text"
  },
  "drugType": {
    "label": "Type",
    "format": "text"
  },
  "lowestPrice": {
    "label": "Lowest Price",
    "format": "number"
  },
  "lowestPricePharmacy": {
    "label": "Pharmacy",
    "format": "text"
  },
  "quantity": {
    "label": "Qty",
    "format": "number"
  },
  "ndc": {
    "label": "NDC",
    "format": "text"
  },
  "pharmacyCount": {
    "label": "Pharmacies",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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