# Argentina Beverages Price Tracking on Dia

**Use case:** 

Monitor Dia Argentina beverage prices for soda, water, juice, beer and wine. Export current prices, sizes and SKUs for retail price tracking.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "searchTerms": [
    "coca cola",
    "agua mineral",
    "jugo",
    "cerveza",
    "vino"
  ],
  "sortOrder": "",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "ean": {
    "label": "EAN",
    "format": "text"
  },
  "referenceId": {
    "label": "Reference ID",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "listPrice": {
    "label": "List Price",
    "format": "number"
  },
  "priceWithoutDiscount": {
    "label": "Price No Discount",
    "format": "number"
  },
  "sellingPrice": {
    "label": "Selling Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "availableQuantity": {
    "label": "Available Qty",
    "format": "number"
  },
  "isAvailable": {
    "label": "Available",
    "format": "boolean"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "text"
  },
  "isMarketplace": {
    "label": "Marketplace",
    "format": "boolean"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "specifications": {
    "label": "Specifications",
    "format": "object"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "releaseDate": {
    "label": "Release Date",
    "format": "text"
  },
  "productReference": {
    "label": "Product Reference",
    "format": "text"
  },
  "installmentsTable": {
    "label": "Installment Table",
    "format": "array"
  },
  "priceValidUntil": {
    "label": "Price Valid Until",
    "format": "text"
  },
  "promoTeasers": {
    "label": "Promotions",
    "format": "array"
  },
  "measurementUnit": {
    "label": "Unit",
    "format": "text"
  },
  "unitMultiplier": {
    "label": "Unit Multiplier",
    "format": "number"
  }
}
```

## About this Actor

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