# Browse All Drugs SingleCare Drug Price

**Use case:** 

Extract SingleCare Drug Price data filtered by Browse All Drugs. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "mode": "listings",
  "maxItems": 10,
  "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.