# Bilka New Products Monitor

**Use case:** 

Monitor new Bilka products — incremental runs return only fresh items since last run. price, photos and description.

## Input

```json
{
  "productIds": [],
  "quantities": {},
  "query": "mælk",
  "categories": [],
  "maxResults": 0,
  "campaignsOnly": false,
  "memberOffersOnly": false,
  "inStockOnly": false,
  "compact": false,
  "excludeEmptyFields": false,
  "incrementalMode": true,
  "emitUnchanged": false,
  "emitExpired": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false
}
```

## Output

```json
{
  "ean": {
    "label": "EAN"
  },
  "articleId": {
    "label": "Article ID"
  },
  "name": {
    "label": "Name"
  },
  "description": {
    "label": "Description"
  },
  "productType": {
    "label": "Product type"
  },
  "brand": {
    "label": "Brand"
  },
  "subBrand": {
    "label": "Sub-brand"
  },
  "manufacturer": {
    "label": "Manufacturer"
  },
  "categoryLvl0": {
    "label": "Category"
  },
  "categoryLvl1": {
    "label": "Subcategory"
  },
  "categoryLvl2": {
    "label": "Section"
  },
  "categoryPath": {
    "label": "Category path"
  },
  "labels": {
    "label": "Labels"
  },
  "ageLimit": {
    "label": "Age limit"
  },
  "price": {
    "label": "Price (DKK)"
  },
  "inStock": {
    "label": "In stock"
  },
  "offerDescription": {
    "label": "Offer"
  },
  "comparePrice": {
    "label": "Per-unit price"
  },
  "normalComparePrice": {
    "label": "Normal per-unit price"
  },
  "offerComparePrice": {
    "label": "Offer per-unit price"
  },
  "compareUnit": {
    "label": "Compare unit"
  },
  "multiPromoPrice": {
    "label": "Multi-buy price"
  },
  "multiPromoQty": {
    "label": "Multi-buy quantity"
  },
  "isOnOffer": {
    "label": "On offer"
  },
  "isInCurrentLeaflet": {
    "label": "In leaflet"
  },
  "memberOffer": {
    "label": "Bilka Plus offer"
  },
  "memberPrice": {
    "label": "Member price"
  },
  "memberOriginalPrice": {
    "label": "Was"
  },
  "memberSavings": {
    "label": "Member saving"
  },
  "memberDiscountPercent": {
    "label": "Member % off"
  },
  "memberOfferQty": {
    "label": "Member offer quantity"
  },
  "memberOfferTitle": {
    "label": "Member offer title"
  },
  "memberOfferId": {
    "label": "Member offer ID"
  },
  "memberOfferFrom": {
    "label": "Offer starts"
  },
  "memberOfferTo": {
    "label": "Offer ends"
  },
  "unitSize": {
    "label": "Unit size"
  },
  "unitMeasure": {
    "label": "Unit measure"
  },
  "ingredients": {
    "label": "Ingredients"
  },
  "nutrition": {
    "label": "Nutrition"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "images": {
    "label": "Images"
  },
  "currency": {
    "label": "Currency"
  },
  "storeId": {
    "label": "Representative store"
  },
  "storePriceVariance": {
    "label": "Store price variance"
  },
  "priceMin": {
    "label": "Lowest store price"
  },
  "priceMax": {
    "label": "Highest store price"
  },
  "priceSpread": {
    "label": "Store price spread"
  },
  "deviatingStoreCount": {
    "label": "Deviating stores"
  },
  "source": {
    "label": "Source"
  },
  "portalUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "changeType": {
    "label": "Change type"
  },
  "firstSeenAt": {
    "label": "First seen"
  },
  "lastSeenAt": {
    "label": "Last seen"
  },
  "expiredAt": {
    "label": "Expired at"
  },
  "quantity": {
    "label": "Quantity"
  },
  "lineSubtotal": {
    "label": "Line subtotal"
  },
  "lineMemberTotal": {
    "label": "Line member total"
  },
  "lineSavings": {
    "label": "Line saving"
  },
  "lineTotal": {
    "label": "Line total"
  }
}
```

## About this Actor

This example demonstrates how to use [Bilka Scraper - Danish Grocery Products & Prices](https://apify.com/blackfalcondata/bilka-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/bilka-scraper) to learn more, explore other use cases, and run it yourself.