# PharmacyChecker Latest Results

**Use case:** 

Latest Results of PharmacyChecker. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "drugNames": [
    "lipitor"
  ],
  "maxItems": 25,
  "isGeneric": false
}
```

## Output

```json
{
  "canonicalUrl": {
    "label": "Canonical Url",
    "format": "link"
  },
  "pageUrl": {
    "label": "Page Url",
    "format": "link"
  },
  "pharmacyProfileUrl": {
    "label": "Pharmacy Profile Url",
    "format": "link"
  },
  "drugName": {
    "label": "Drug Name",
    "format": "text"
  },
  "drugSlug": {
    "label": "Drug Slug",
    "format": "text"
  },
  "strength": {
    "label": "Strength",
    "format": "text"
  },
  "drugForm": {
    "label": "Drug Form",
    "format": "text"
  },
  "isGeneric": {
    "label": "Is Generic",
    "format": "boolean"
  },
  "brandName": {
    "label": "Brand Name",
    "format": "text"
  },
  "genericName": {
    "label": "Generic Name",
    "format": "text"
  },
  "pharmacyName": {
    "label": "Pharmacy Name",
    "format": "text"
  },
  "pharmacyDomain": {
    "label": "Pharmacy Domain",
    "format": "text"
  },
  "pharmacyId": {
    "label": "Pharmacy Id",
    "format": "text"
  },
  "pricePerUnit": {
    "label": "Price Per Unit",
    "format": "number"
  },
  "totalPrice": {
    "label": "Total Price",
    "format": "number"
  },
  "quantity": {
    "label": "Quantity",
    "format": "number"
  },
  "quantityUnit": {
    "label": "Quantity Unit",
    "format": "text"
  },
  "shippingCountries": {
    "label": "Shipping Countries",
    "format": "text"
  },
  "shippingCost": {
    "label": "Shipping Cost",
    "format": "text"
  },
  "freeShipping": {
    "label": "Free Shipping",
    "format": "boolean"
  },
  "lowestOnlinePrice": {
    "label": "Lowest Online Price",
    "format": "number"
  },
  "highestOnlinePrice": {
    "label": "Highest Online Price",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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