# Cruz Verde Dermocosmetics Price Tracking Colombia

**Use case:** 

Scrape Cruz Verde Colombia dermocosmetics and personal care prices for CeraVe, Eucerin and La Roche Posay. Monitor skincare pricing and stock by city.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "searchTerms": [
    "cerave",
    "eucerin",
    "la roche posay"
  ],
  "inventoryZones": [
    "COCV_zona64"
  ],
  "inventoryZone": "COCV_zona64",
  "sort": ""
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Product",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "List Price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "stock": {
    "label": "Stock Units",
    "format": "number"
  },
  "stockByZone": {
    "label": "Stock by Zone",
    "format": "object"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "laboratory": {
    "label": "Laboratory",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "prescriptionRequired": {
    "label": "Prescription",
    "format": "boolean"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Cruz Verde Colombia Pharmacy Price Scraper](https://apify.com/scrapers_lat/cruz-verde-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/cruz-verde-scraper) to learn more, explore other use cases, and run it yourself.