diff --git a/package-lock.json b/package-lock.json index e2becca..7954cfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,6 +20,7 @@ "hyphen": "^1.6.6", "moment": "^2.29.4", "node-html-parser": "^6.1.5", + "pdfjs-dist": "^3.7.107", "readline-sync": "^1.4.10" }, "devDependencies": { @@ -470,6 +471,46 @@ "resolved": "https://registry.npmjs.org/@kurkle/color/-/color-0.3.2.tgz", "integrity": "sha512-fuscdXJ9G1qb7W8VdHi+IwRqij3lBkosAm4ydQtEmbY58OzHXqQhvlxqEkoz0yssNVn38bcpRWgA9PP+OGoisw==" }, + "node_modules/@mapbox/node-pre-gyp": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.10.tgz", + "integrity": "sha512-4ySo4CjzStuprMwk35H5pPbkymjv1SF3jGLj6rAHp/xT/RF7TL7bd9CTm1xDY49K2qF7jmR/g7k+SkLETP6opA==", + "optional": true, + "dependencies": { + "detect-libc": "^2.0.0", + "https-proxy-agent": "^5.0.0", + "make-dir": "^3.1.0", + "node-fetch": "^2.6.7", + "nopt": "^5.0.0", + "npmlog": "^5.0.1", + "rimraf": "^3.0.2", + "semver": "^7.3.5", + "tar": "^6.1.11" + }, + "bin": { + "node-pre-gyp": "bin/node-pre-gyp" + } + }, + "node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch": { + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz", + "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==", + "optional": true, + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -538,6 +579,12 @@ "integrity": "sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==", "dev": true }, + "node_modules/abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "optional": true + }, "node_modules/accepts": { "version": "1.3.8", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", @@ -550,6 +597,41 @@ "node": ">= 0.6" } }, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "optional": true, + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/agent-base/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "optional": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/agent-base/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "optional": true + }, "node_modules/alasql": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/alasql/-/alasql-4.0.4.tgz", @@ -643,6 +725,25 @@ "node": ">= 8" } }, + "node_modules/aproba": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", + "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", + "optional": true + }, + "node_modules/are-we-there-yet": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", + "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", + "optional": true, + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/arg": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", @@ -733,7 +834,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true + "devOptional": true }, "node_modules/base64-js": { "version": "1.5.1", @@ -839,7 +940,7 @@ "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, + "devOptional": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -960,6 +1061,56 @@ } ] }, + "node_modules/canvas": { + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/canvas/-/canvas-2.11.2.tgz", + "integrity": "sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw==", + "hasInstallScript": true, + "optional": true, + "dependencies": { + "@mapbox/node-pre-gyp": "^1.0.0", + "nan": "^2.17.0", + "simple-get": "^3.0.3" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/canvas/node_modules/decompress-response": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz", + "integrity": "sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==", + "optional": true, + "dependencies": { + "mimic-response": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/canvas/node_modules/mimic-response": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz", + "integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==", + "optional": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/canvas/node_modules/simple-get": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-3.1.1.tgz", + "integrity": "sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==", + "optional": true, + "dependencies": { + "decompress-response": "^4.2.0", + "once": "^1.3.1", + "simple-concat": "^1.0.0" + } + }, "node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -1078,6 +1229,15 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, + "node_modules/color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", + "optional": true, + "bin": { + "color-support": "bin.js" + } + }, "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", @@ -1130,7 +1290,7 @@ "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true + "devOptional": true }, "node_modules/concurrently": { "version": "8.1.0", @@ -1183,6 +1343,12 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, + "node_modules/console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", + "optional": true + }, "node_modules/content-disposition": { "version": "0.5.4", "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", @@ -1406,6 +1572,12 @@ "node": ">=0.4.0" } }, + "node_modules/delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", + "optional": true + }, "node_modules/depd": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", @@ -1954,11 +2126,35 @@ "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" }, + "node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "optional": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/fs-minipass/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "optional": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true + "devOptional": true }, "node_modules/fsevents": { "version": "2.3.2", @@ -1978,6 +2174,26 @@ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" }, + "node_modules/gauge": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz", + "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==", + "optional": true, + "dependencies": { + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.2", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.1", + "object-assign": "^4.1.1", + "signal-exit": "^3.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.2" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -2024,7 +2240,7 @@ "version": "7.1.6", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "dev": true, + "devOptional": true, "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -2084,6 +2300,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", + "optional": true + }, "node_modules/he": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", @@ -2107,6 +2329,42 @@ "node": ">= 0.8" } }, + "node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "optional": true, + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/https-proxy-agent/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "optional": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/https-proxy-agent/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "optional": true + }, "node_modules/human-signals": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", @@ -2179,7 +2437,7 @@ "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dev": true, + "devOptional": true, "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -2332,6 +2590,30 @@ "node": ">=10" } }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "optional": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "optional": true, + "bin": { + "semver": "bin/semver.js" + } + }, "node_modules/media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", @@ -2435,7 +2717,7 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, + "devOptional": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -2451,6 +2733,52 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "optional": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "optional": true, + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minizlib/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "optional": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "optional": true, + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/mkdirp-classic": { "version": "0.5.3", "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", @@ -2505,6 +2833,12 @@ "thenify-all": "^1.0.0" } }, + "node_modules/nan": { + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz", + "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==", + "optional": true + }, "node_modules/nanoid": { "version": "3.3.6", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", @@ -2597,6 +2931,21 @@ "integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==", "dev": true }, + "node_modules/nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "optional": true, + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", @@ -2626,6 +2975,18 @@ "node": ">=8" } }, + "node_modules/npmlog": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz", + "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==", + "optional": true, + "dependencies": { + "are-we-there-yet": "^2.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^3.0.0", + "set-blocking": "^2.0.0" + } + }, "node_modules/nth-check": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", @@ -2641,7 +3002,7 @@ "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "dev": true, + "devOptional": true, "engines": { "node": ">=0.10.0" } @@ -2762,7 +3123,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true, + "devOptional": true, "engines": { "node": ">=0.10.0" } @@ -2787,6 +3148,27 @@ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" }, + "node_modules/path2d-polyfill": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path2d-polyfill/-/path2d-polyfill-2.0.1.tgz", + "integrity": "sha512-ad/3bsalbbWhmBo0D6FZ4RNMwsLsPpL6gnvhuSaU5Vm7b06Kr5ubSltQQ0T7YKsiJQO+g22zJ4dJKNTXIyOXtA==", + "optional": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/pdfjs-dist": { + "version": "3.7.107", + "resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-3.7.107.tgz", + "integrity": "sha512-D0pZgz4u8VNjCCXfNCjzeFcenxKFGh2RnGlLIvDHgpT+ZvOlsBlHugpOfmcLQyKk7csHBhPalf+mCM6thiclSQ==", + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "canvas": "^2.11.2", + "path2d-polyfill": "^2.0.1" + } + }, "node_modules/picocolors": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", @@ -3236,6 +3618,21 @@ "node": ">=0.10.0" } }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "optional": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", @@ -3334,6 +3731,12 @@ "node": ">= 0.8.0" } }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", + "optional": true + }, "node_modules/setprototypeof": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", @@ -3386,7 +3789,7 @@ "version": "3.0.7", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "devOptional": true }, "node_modules/simple-concat": { "version": "1.0.1", @@ -3691,6 +4094,23 @@ "node": ">=10.13.0" } }, + "node_modules/tar": { + "version": "6.1.15", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.15.tgz", + "integrity": "sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A==", + "optional": true, + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^5.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/tar-fs": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", @@ -3717,6 +4137,15 @@ "node": ">=6" } }, + "node_modules/tar/node_modules/chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "optional": true, + "engines": { + "node": ">=10" + } + }, "node_modules/thenify": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", @@ -3902,6 +4331,15 @@ "node": ">= 8" } }, + "node_modules/wide-align": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", + "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", + "optional": true, + "dependencies": { + "string-width": "^1.0.2 || 2 || 3 || 4" + } + }, "node_modules/wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", diff --git a/package.json b/package.json index 62a46cb..8233e7c 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "hyphen": "^1.6.6", "moment": "^2.29.4", "node-html-parser": "^6.1.5", + "pdfjs-dist": "^3.7.107", "readline-sync": "^1.4.10" }, "devDependencies": { diff --git a/patterns.js b/patterns.js index f5c4afa..ba1545a 100644 --- a/patterns.js +++ b/patterns.js @@ -153,6 +153,16 @@ if (!fs.existsSync("site/data/midrange-cart.json")) { } const canonicalItems = analysis.readJSON("data/latest-canonical.json.br"); + +let sumBilla = 0; +let sumSpar = 0; +canonicalItems.forEach((item) => { + if (item.store == "billa") sumBilla++; + if (item.store == "spar") sumSpar++; +}); + +console.log("Billa: " + sumBilla + ", Spar: " + sumSpar); + const lookup = {}; canonicalItems.forEach((item) => (lookup[item.store + item.id] = item)); const files = fs.readdirSync("site/data/"); @@ -204,3 +214,53 @@ for (const file of files) { fs.writeFileSync("site/data/" + file.replace(".json", ".csv"), csv, "utf-8"); } } + +(async () => { + const readline = require("readline-sync"); + const { globalUnits } = require("./stores/utils"); + const pdfjs = require("pdfjs-dist"); + + const billaItems = canonicalItems.filter((item) => item.store == "billa"); + knn.vectorizeItems(billaItems, true); + console.log("Generating cart for Billa Preisgesenkt list"); + const document = await pdfjs.getDocument("patterns/Preisgesenkt_Liste_BILLA_22_6.pdf").promise; + const dateRegex = /^(\d{2})\.(\d{2})\.(\d{2})$/; + const foundItems = []; + let totalItems = 0; + for (let i = 1; i <= document.numPages; i++) { + const page = await document.getPage(i); + const text = await page.getTextContent(); + const startIndex = text.items.findIndex((item) => item.str == "Preissenkung") + 2; + for (let j = startIndex; j < text.items.length; ) { + const textItem = { name: text.items[j].str }; + let quantity = text.items[j + 4].str; + const unit = text.items[j + 2].str; + const conv = globalUnits[unit.toLowerCase()]; + if (conv) { + quantity = Number.parseFloat(quantity.replace(",", ".")); + textItem.name += " " + conv.factor * quantity + " " + conv.unit; + } else { + textItem.name += " " + quantity + " " + unit; + } + knn.vectorizeItem(textItem); + const similar = knn.findMostSimilarItem(textItem, billaItems); + const answer = readline.question(textItem.name + " -> " + similar.item.name + " " + similar.item.quantity + " " + similar.item.unit); + if (answer.length == 0) { + foundItems.push(similar.item); + } + let k = j + 1; + for (; k < text.items.length; k++) { + const str = text.items[k].str; + if (dateRegex.test(str)) break; + } + j = k + 2; + totalItems++; + } + } + console.log("Found " + foundItems.length + "/" + totalItems + " items"); + analysis.writeJSON("site/data/preisgesenkt-cart.json", { + name: "Billa Preisgesenkt Artikel", + items: foundItems, + }); + console.log("Parsed document"); +})(); diff --git a/site/data/preisgesenkt-cart.json b/site/data/preisgesenkt-cart.json new file mode 100644 index 0000000..ce1578c --- /dev/null +++ b/site/data/preisgesenkt-cart.json @@ -0,0 +1,40363 @@ +{ + "name": "Billa Preisgesenkt Artikel", + "items": [ + { + "store": "billa", + "id": "00-408621", + "name": "Allin Power Riegel Nuts&Berries", + "description": "

Power hier, Power da, Power ist so wunderbar. Das beweist Ihnen der Power Riegel von allin. Angereichert mit vielen Ballaststoffen und 5 verschiedenen Vitaminen liefert der Snack genügend Energie, um den ganzen Tag motiviert zu sein. Zudem sorgt der salzig süße Geschmack für einen frischen Kick und lässt Ihre Geschmacksknospen tanzen. Der perfekte Snack für zuhause oder unterwegs.

", + "price": 1.79, + "priceHistory": [ + { + "date": "2023-04-03", + "price": 1.79 + }, + { + "date": "2023-03-31", + "price": 1.34 + }, + { + "date": "2023-03-23", + "price": 1.79 + }, + { + "date": "2023-01-19", + "price": 1.99 + }, + { + "date": "2022-09-04", + "price": 1.69 + }, + { + "date": "2022-09-02", + "price": 1.27 + }, + { + "date": "2022-07-06", + "price": 1.69 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 30, + "bio": false, + "category": "5D", + "tokens": [ + "allin", + "pow", + "riegel", + "nutsberri", + "30", + "g" + ], + "vector": { + "30": 0.30151134457776363, + "alli": 0.30151134457776363, + "pow": 0.30151134457776363, + "rieg": 0.30151134457776363, + "iege": 0.30151134457776363, + "nuts": 0.30151134457776363, + "utsb": 0.30151134457776363, + "tsbe": 0.30151134457776363, + "sber": 0.30151134457776363, + "berr": 0.30151134457776363, + "g": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-408627", + "name": "Allin Protein Riegel Chocolate&Oat", + "description": "

Der Sport-Riegel von allin liefert das nötige Eiweiß nach dem Training. 13 Vitamine, 10 Minerale und reichlich Protein geben dem Körper einen Energie-Kick und sorgen für einen ausgeglichenen Eiweißgehalt nach sportlichen Aktivitäten. Zudem sorgt die dunkle Schokolade in Kombination mit Hafer für einen leckeren Geschmack. Für zuhause oder unterwegs - der Proteinriegel ist der perfekte Snack für zwischendurch.

", + "price": 1.27, + "priceHistory": [ + { + "date": "2023-06-26", + "price": 1.27 + }, + { + "date": "2023-06-03", + "price": 1.69 + }, + { + "date": "2022-12-19", + "price": 1.99 + }, + { + "date": "2022-11-27", + "price": 1.69 + }, + { + "date": "2022-11-26", + "price": 1.27 + }, + { + "date": "2022-11-09", + "price": 1.69 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 30, + "bio": false, + "category": "5D", + "tokens": [ + "allin", + "protein", + "riegel", + "chocolateoat", + "30", + "g" + ], + "vector": { + "30": 0.25, + "alli": 0.25, + "prot": 0.25, + "rote": 0.25, + "otei": 0.25, + "rieg": 0.25, + "iege": 0.25, + "choc": 0.25, + "hoco": 0.25, + "ocol": 0.25, + "cola": 0.25, + "olat": 0.25, + "late": 0.25, + "ateo": 0.25, + "teoa": 0.25, + "g": 0.25 + } + }, + { + "store": "billa", + "id": "00-563549", + "name": "Alnatura Schoko Reiswaffeln Vollmilch", + "description": "", + "price": 1.49, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 1.49 + }, + { + "date": "2023-06-07", + "price": 1.12 + }, + { + "date": "2023-04-29", + "price": 1.49 + }, + { + "date": "2023-04-03", + "price": 1.59 + }, + { + "date": "2023-03-31", + "price": 1.19 + }, + { + "date": "2023-02-07", + "price": 1.59 + }, + { + "date": "2023-02-02", + "price": 1.19 + }, + { + "date": "2022-12-15", + "price": 1.59 + }, + { + "date": "2022-11-27", + "price": 1.49 + }, + { + "date": "2022-11-26", + "price": 1.12 + }, + { + "date": "2022-09-08", + "price": 1.49 + }, + { + "date": "2022-09-05", + "price": 1.12 + }, + { + "date": "2022-09-04", + "price": 1.49 + }, + { + "date": "2022-09-02", + "price": 1.12 + }, + { + "date": "2022-07-14", + "price": 1.49 + }, + { + "date": "2022-07-11", + "price": 1.12 + }, + { + "date": "2022-06-02", + "price": 1.49 + }, + { + "date": "2022-05-25", + "price": 1.39 + }, + { + "date": "2022-05-23", + "price": 1.04 + }, + { + "date": "2022-04-10", + "price": 1.29 + }, + { + "date": "2022-04-08", + "price": 0.97 + }, + { + "date": "2022-02-10", + "price": 1.29 + }, + { + "date": "2022-01-09", + "price": 1.25 + }, + { + "date": "2022-01-07", + "price": 0.94 + }, + { + "date": "2021-12-02", + "price": 1.25 + }, + { + "date": "2021-11-25", + "price": 0.94 + }, + { + "date": "2021-04-07", + "price": 1.25 + }, + { + "date": "2019-09-11", + "price": 1.69 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": true, + "category": "5D", + "tokens": [ + "alnatura", + "schoko", + "reiswaffeln", + "vollmilch", + "100", + "g" + ], + "vector": { + "100": 0.22360679774997896, + "alna": 0.22360679774997896, + "lnat": 0.22360679774997896, + "natu": 0.22360679774997896, + "atur": 0.22360679774997896, + "scho": 0.22360679774997896, + "chok": 0.22360679774997896, + "reis": 0.22360679774997896, + "eisw": 0.22360679774997896, + "iswa": 0.22360679774997896, + "swaf": 0.22360679774997896, + "waff": 0.22360679774997896, + "affe": 0.22360679774997896, + "ffel": 0.22360679774997896, + "voll": 0.22360679774997896, + "ollm": 0.22360679774997896, + "llmi": 0.22360679774997896, + "lmil": 0.22360679774997896, + "milc": 0.22360679774997896, + "g": 0.22360679774997896 + } + }, + { + "store": "billa", + "id": "00-464408", + "name": "Alphart Zierfandler Rotgipfler", + "description": "
  • Verkostungsnotiz: Verführt mit seiner tropischen Frucht, spielt mit exotischen Klängen von Mango und Zitrus, mineralische Eleganz, bereitet unkompliziertes Trinkvergnügen.
  • Speiseempfehlung: Ideal zu Käse, Pasteten, Meeresfrüchten, asiatischer Küche mit Ingwer und Curry.", + "price": 9.49, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 9.49 + }, + { + "date": "2023-04-08", + "price": 8.99 + }, + { + "date": "2023-01-22", + "price": 9.99 + }, + { + "date": "2023-01-20", + "price": 7.49 + }, + { + "date": "2023-01-17", + "price": 9.99 + }, + { + "date": "2023-01-01", + "price": 8.99 + }, + { + "date": "2022-12-30", + "price": 6.74 + }, + { + "date": "2022-05-08", + "price": 8.99 + }, + { + "date": "2022-05-06", + "price": 6.74 + }, + { + "date": "2022-03-04", + "price": 8.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 750, + "bio": false, + "category": "25", + "tokens": [ + "alphart", + "zierfandl", + "rotgipfl", + "750", + "ml" + ], + "vector": { + "750": 0.2672612419124244, + "alph": 0.2672612419124244, + "lpha": 0.2672612419124244, + "phar": 0.2672612419124244, + "zier": 0.2672612419124244, + "ierf": 0.2672612419124244, + "erfa": 0.2672612419124244, + "rfan": 0.2672612419124244, + "fand": 0.2672612419124244, + "rotg": 0.2672612419124244, + "otgi": 0.2672612419124244, + "tgip": 0.2672612419124244, + "gipf": 0.2672612419124244, + "ml": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-455356", + "name": "Arnautovic Premium London Dry Gin No. 7", + "description": "Der kleine, feine Unterschied zum traditionellen britischen Gin: In den Arnautovic Gin fließen Zutaten aus Österreich und Serbien ein. Die Marillen stehen für Österreich und die Pflaumen stehen für Serbien. Reinstes österreichisches Quellwasser aus dem Wechsel-Gebirge versteht sich für dieses außergewöhnliche Produkt von selbst!
    Das Resultat ist ein ungewohnt fruchtiger Gin, mit einer intensiven Wacholder Note in der Nase und fruchtigen Steinobst-Aromen im Gaumen, die sanft gestützt werden durch Holunder und herben Löwenzahn. Der außergewöhnliche Gin bleibt durch den dezenten Einsatz von Orangenschale und Koriander mit leichten Anklängen von Zitrus angenehm lang im Mund.", + "price": 36.9, + "priceHistory": [ + { + "date": "2023-05-27", + "price": 36.9 + }, + { + "date": "2023-01-01", + "price": 44.9 + }, + { + "date": "2022-12-30", + "price": 33.68 + }, + { + "date": "2022-11-09", + "price": 44.9 + }, + { + "date": "2022-06-04", + "price": 46.9 + }, + { + "date": "2022-02-27", + "price": 44.9 + }, + { + "date": "2022-02-25", + "price": 33.68 + }, + { + "date": "2022-01-01", + "price": 44.9 + }, + { + "date": "2021-12-28", + "price": 33.68 + }, + { + "date": "2021-09-22", + "price": 44.9 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 500, + "bio": false, + "category": "24", + "tokens": [ + "arnautovic", + "premium", + "london", + "dry", + "gin", + "no", + "7", + "500", + "ml" + ], + "vector": { + "7": 0.24253562503633297, + "500": 0.24253562503633297, + "arna": 0.24253562503633297, + "rnau": 0.24253562503633297, + "naut": 0.24253562503633297, + "auto": 0.24253562503633297, + "utov": 0.24253562503633297, + "tovi": 0.24253562503633297, + "prem": 0.24253562503633297, + "remi": 0.24253562503633297, + "emiu": 0.24253562503633297, + "lond": 0.24253562503633297, + "ondo": 0.24253562503633297, + "dry": 0.24253562503633297, + "gin": 0.24253562503633297, + "no": 0.24253562503633297, + "ml": 0.24253562503633297 + } + }, + { + "store": "billa", + "id": "00-300880", + "name": "Axe Men Duschgel Ice Chill", + "description": "
  • Duschgel für Männer
  • Mit unwiderstehlich mitreißendem Duft
  • ph-hautneutral
  • Dermatologisch getestet

  • Unaufgeregt Aufmerksamkeit erregen
    AXE - FIND YOUR MAGIC", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 2.99 + }, + { + "date": "2023-05-15", + "price": 3.99 + }, + { + "date": "2023-02-02", + "price": 1.99 + }, + { + "date": "2023-01-01", + "price": 3.99 + }, + { + "date": "2022-12-27", + "price": 1.99 + }, + { + "date": "2022-11-10", + "price": 3.99 + }, + { + "date": "2022-10-27", + "price": 1.99 + }, + { + "date": "2022-10-26", + "price": 3.99 + }, + { + "date": "2022-10-13", + "price": 1.99 + }, + { + "date": "2022-09-19", + "price": 3.99 + }, + { + "date": "2022-09-01", + "price": 3.89 + }, + { + "date": "2022-08-18", + "price": 1.94 + }, + { + "date": "2022-07-07", + "price": 3.89 + }, + { + "date": "2022-06-23", + "price": 1.99 + }, + { + "date": "2022-05-12", + "price": 3.89 + }, + { + "date": "2022-04-28", + "price": 1.99 + }, + { + "date": "2022-03-03", + "price": 3.89 + }, + { + "date": "2022-02-17", + "price": 1.94 + }, + { + "date": "2021-11-11", + "price": 3.89 + }, + { + "date": "2021-10-28", + "price": 2.39 + }, + { + "date": "2021-10-14", + "price": 2.99 + }, + { + "date": "2021-09-16", + "price": 3.89 + }, + { + "date": "2021-09-02", + "price": 2.39 + }, + { + "date": "2021-08-05", + "price": 3.89 + }, + { + "date": "2021-07-22", + "price": 2.39 + }, + { + "date": "2021-06-24", + "price": 3.89 + }, + { + "date": "2021-06-10", + "price": 1.94 + }, + { + "date": "2021-05-27", + "price": 3.89 + }, + { + "date": "2021-05-12", + "price": 1.94 + }, + { + "date": "2021-04-15", + "price": 3.89 + }, + { + "date": "2021-04-07", + "price": 1.94 + }, + { + "date": "2021-03-04", + "price": 3.89 + }, + { + "date": "2021-02-26", + "price": 1.94 + }, + { + "date": "2021-02-25", + "price": 3.89 + }, + { + "date": "2021-02-18", + "price": 1.94 + }, + { + "date": "2021-01-28", + "price": 3.89 + }, + { + "date": "2021-01-21", + "price": 1.94 + }, + { + "date": "2020-12-03", + "price": 3.89 + }, + { + "date": "2020-11-19", + "price": 1.94 + }, + { + "date": "2020-11-05", + "price": 3.89 + }, + { + "date": "2020-10-22", + "price": 1.94 + }, + { + "date": "2020-10-08", + "price": 2.49 + }, + { + "date": "2020-09-24", + "price": 3.89 + }, + { + "date": "2020-09-10", + "price": 2.49 + }, + { + "date": "2020-08-27", + "price": 3.89 + }, + { + "date": "2020-07-31", + "price": 1.94 + }, + { + "date": "2020-06-18", + "price": 3.89 + }, + { + "date": "2020-06-04", + "price": 1.94 + }, + { + "date": "2020-05-20", + "price": 3.89 + }, + { + "date": "2020-05-07", + "price": 2.49 + }, + { + "date": "2020-04-23", + "price": 3.89 + }, + { + "date": "2020-04-09", + "price": 2.49 + }, + { + "date": "2020-03-26", + "price": 3.89 + }, + { + "date": "2020-03-22", + "price": 1.94 + }, + { + "date": "2020-02-13", + "price": 3.89 + }, + { + "date": "2020-01-30", + "price": 2.49 + }, + { + "date": "2020-01-16", + "price": 3.89 + }, + { + "date": "2020-01-02", + "price": 2.49 + }, + { + "date": "2019-11-21", + "price": 3.89 + }, + { + "date": "2019-11-18", + "price": 1.89 + }, + { + "date": "2019-11-07", + "price": 3.89 + }, + { + "date": "2019-10-10", + "price": 1.94 + }, + { + "date": "2019-09-05", + "price": 3.89 + }, + { + "date": "2019-08-08", + "price": 2.49 + }, + { + "date": "2019-08-01", + "price": 3.89 + }, + { + "date": "2019-07-18", + "price": 1.94 + }, + { + "date": "2019-07-11", + "price": 3.89 + }, + { + "date": "2019-06-05", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "78", + "tokens": [ + "axe", + "men", + "duschgel", + "ice", + "chill", + "250", + "ml" + ], + "vector": { + "250": 0.31622776601683794, + "axe": 0.31622776601683794, + "men": 0.31622776601683794, + "dusc": 0.31622776601683794, + "usch": 0.31622776601683794, + "schg": 0.31622776601683794, + "chge": 0.31622776601683794, + "ice": 0.31622776601683794, + "chil": 0.31622776601683794, + "ml": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-852801", + "name": "Axe Men Duschgel Africa", + "description": "Duschgel für Männer
  • Mit exotisch-ursprünglichem Duft
  • Dermatologisch getestet
  • Axe Africa - Für Entdecker und Abenteurer
  • Jetzt in neuem Verpackungsdesign", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 2.99 + }, + { + "date": "2023-05-13", + "price": 3.99 + }, + { + "date": "2023-05-06", + "price": 1.99 + }, + { + "date": "2023-02-16", + "price": 3.99 + }, + { + "date": "2023-02-02", + "price": 1.99 + }, + { + "date": "2023-01-01", + "price": 3.99 + }, + { + "date": "2022-12-27", + "price": 1.99 + }, + { + "date": "2022-11-10", + "price": 3.99 + }, + { + "date": "2022-10-27", + "price": 1.99 + }, + { + "date": "2022-10-26", + "price": 3.99 + }, + { + "date": "2022-10-13", + "price": 1.99 + }, + { + "date": "2022-09-19", + "price": 3.99 + }, + { + "date": "2022-09-01", + "price": 3.89 + }, + { + "date": "2022-08-18", + "price": 1.94 + }, + { + "date": "2022-07-07", + "price": 3.89 + }, + { + "date": "2022-06-23", + "price": 1.99 + }, + { + "date": "2022-05-12", + "price": 3.89 + }, + { + "date": "2022-04-28", + "price": 1.99 + }, + { + "date": "2022-03-03", + "price": 3.89 + }, + { + "date": "2022-02-17", + "price": 1.94 + }, + { + "date": "2021-11-11", + "price": 3.89 + }, + { + "date": "2021-10-28", + "price": 2.39 + }, + { + "date": "2021-10-14", + "price": 2.99 + }, + { + "date": "2021-09-16", + "price": 3.89 + }, + { + "date": "2021-09-02", + "price": 2.39 + }, + { + "date": "2021-08-05", + "price": 3.89 + }, + { + "date": "2021-07-22", + "price": 2.39 + }, + { + "date": "2021-06-24", + "price": 3.89 + }, + { + "date": "2021-06-10", + "price": 1.94 + }, + { + "date": "2021-05-27", + "price": 3.89 + }, + { + "date": "2021-05-12", + "price": 1.94 + }, + { + "date": "2021-04-15", + "price": 3.89 + }, + { + "date": "2021-04-07", + "price": 1.94 + }, + { + "date": "2021-03-04", + "price": 3.89 + }, + { + "date": "2021-02-26", + "price": 1.94 + }, + { + "date": "2021-02-25", + "price": 3.89 + }, + { + "date": "2021-02-18", + "price": 1.94 + }, + { + "date": "2021-01-28", + "price": 3.89 + }, + { + "date": "2021-01-21", + "price": 1.94 + }, + { + "date": "2020-12-03", + "price": 3.89 + }, + { + "date": "2020-11-19", + "price": 1.94 + }, + { + "date": "2020-11-05", + "price": 3.89 + }, + { + "date": "2020-10-22", + "price": 1.94 + }, + { + "date": "2020-10-08", + "price": 2.49 + }, + { + "date": "2020-09-24", + "price": 3.89 + }, + { + "date": "2020-09-10", + "price": 2.49 + }, + { + "date": "2020-08-27", + "price": 3.89 + }, + { + "date": "2020-07-31", + "price": 1.94 + }, + { + "date": "2020-06-18", + "price": 3.89 + }, + { + "date": "2020-06-04", + "price": 1.94 + }, + { + "date": "2020-05-20", + "price": 3.89 + }, + { + "date": "2020-05-07", + "price": 2.49 + }, + { + "date": "2020-04-23", + "price": 3.89 + }, + { + "date": "2020-04-09", + "price": 2.49 + }, + { + "date": "2020-03-26", + "price": 3.89 + }, + { + "date": "2020-03-22", + "price": 1.94 + }, + { + "date": "2020-02-13", + "price": 3.89 + }, + { + "date": "2020-01-30", + "price": 2.49 + }, + { + "date": "2020-01-16", + "price": 3.89 + }, + { + "date": "2020-01-02", + "price": 2.49 + }, + { + "date": "2019-11-21", + "price": 3.89 + }, + { + "date": "2019-11-18", + "price": 1.89 + }, + { + "date": "2019-11-07", + "price": 3.89 + }, + { + "date": "2019-10-10", + "price": 1.94 + }, + { + "date": "2019-09-05", + "price": 3.89 + }, + { + "date": "2019-08-08", + "price": 2.49 + }, + { + "date": "2019-08-01", + "price": 3.89 + }, + { + "date": "2019-07-18", + "price": 1.94 + }, + { + "date": "2019-07-11", + "price": 3.89 + }, + { + "date": "2019-01-24", + "price": 2.49 + }, + { + "date": "2019-01-17", + "price": 3.89 + }, + { + "date": "2019-01-02", + "price": 2.49 + }, + { + "date": "2018-11-29", + "price": 3.89 + }, + { + "date": "2018-05-24", + "price": 2.49 + }, + { + "date": "2018-05-03", + "price": 3.89 + }, + { + "date": "2018-04-19", + "price": 2.29 + }, + { + "date": "2018-04-05", + "price": 3.89 + }, + { + "date": "2018-03-15", + "price": 2.29 + }, + { + "date": "2018-01-20", + "price": 3.69 + }, + { + "date": "2017-12-06", + "price": 1.99 + }, + { + "date": "2017-11-16", + "price": 3.69 + }, + { + "date": "2017-06-08", + "price": 2.29 + }, + { + "date": "2017-05-04", + "price": 3.69 + }, + { + "date": "2017-04-20", + "price": 2.29 + }, + { + "date": "2017-04-05", + "price": 3.69 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "78", + "tokens": [ + "axe", + "men", + "duschgel", + "africa", + "250", + "ml" + ], + "vector": { + "250": 0.31622776601683794, + "axe": 0.31622776601683794, + "men": 0.31622776601683794, + "dusc": 0.31622776601683794, + "usch": 0.31622776601683794, + "schg": 0.31622776601683794, + "chge": 0.31622776601683794, + "afri": 0.31622776601683794, + "fric": 0.31622776601683794, + "ml": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-864143", + "name": "Axe Men Duschgel Anti Hangover", + "description": "
  • 2-in-1-Duschgel für Körper und Haar
  • Mit anregendem Citrusfrucht Duft
  • Dermatologisch getestet
  • Axe Anti-Hangover - Bringt Sie von 0 auf 100 - egal wie kurz die Nacht war
  • Jetzt in neuem Verpackungsdesign", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 2.99 + }, + { + "date": "2023-05-13", + "price": 3.99 + }, + { + "date": "2023-05-06", + "price": 1.99 + }, + { + "date": "2023-02-16", + "price": 3.99 + }, + { + "date": "2023-02-02", + "price": 1.99 + }, + { + "date": "2023-01-01", + "price": 3.99 + }, + { + "date": "2022-12-27", + "price": 1.99 + }, + { + "date": "2022-11-10", + "price": 3.99 + }, + { + "date": "2022-10-27", + "price": 1.99 + }, + { + "date": "2022-10-26", + "price": 3.99 + }, + { + "date": "2022-10-13", + "price": 1.99 + }, + { + "date": "2022-09-19", + "price": 3.99 + }, + { + "date": "2022-09-01", + "price": 3.89 + }, + { + "date": "2022-08-18", + "price": 1.94 + }, + { + "date": "2022-07-07", + "price": 3.89 + }, + { + "date": "2022-06-23", + "price": 1.99 + }, + { + "date": "2022-05-12", + "price": 3.89 + }, + { + "date": "2022-04-28", + "price": 1.99 + }, + { + "date": "2022-03-03", + "price": 3.89 + }, + { + "date": "2022-02-17", + "price": 1.94 + }, + { + "date": "2021-11-11", + "price": 3.89 + }, + { + "date": "2021-10-28", + "price": 2.39 + }, + { + "date": "2021-10-14", + "price": 2.99 + }, + { + "date": "2021-09-16", + "price": 3.89 + }, + { + "date": "2021-09-02", + "price": 2.39 + }, + { + "date": "2021-08-05", + "price": 3.89 + }, + { + "date": "2021-07-22", + "price": 2.39 + }, + { + "date": "2021-06-24", + "price": 3.89 + }, + { + "date": "2021-06-10", + "price": 1.94 + }, + { + "date": "2021-05-27", + "price": 3.89 + }, + { + "date": "2021-05-12", + "price": 1.94 + }, + { + "date": "2021-04-15", + "price": 3.89 + }, + { + "date": "2021-04-08", + "price": 1.94 + }, + { + "date": "2021-03-04", + "price": 3.89 + }, + { + "date": "2021-02-26", + "price": 1.94 + }, + { + "date": "2021-02-25", + "price": 3.89 + }, + { + "date": "2021-02-18", + "price": 1.94 + }, + { + "date": "2021-01-28", + "price": 3.89 + }, + { + "date": "2021-01-21", + "price": 1.94 + }, + { + "date": "2020-12-03", + "price": 3.89 + }, + { + "date": "2020-11-19", + "price": 1.94 + }, + { + "date": "2020-11-05", + "price": 3.89 + }, + { + "date": "2020-10-22", + "price": 1.94 + }, + { + "date": "2020-10-08", + "price": 2.49 + }, + { + "date": "2020-09-24", + "price": 3.89 + }, + { + "date": "2020-09-10", + "price": 2.49 + }, + { + "date": "2020-08-27", + "price": 3.89 + }, + { + "date": "2020-07-31", + "price": 1.94 + }, + { + "date": "2020-06-18", + "price": 3.89 + }, + { + "date": "2020-06-04", + "price": 1.94 + }, + { + "date": "2020-05-20", + "price": 3.89 + }, + { + "date": "2020-05-07", + "price": 2.49 + }, + { + "date": "2020-04-23", + "price": 3.89 + }, + { + "date": "2020-04-09", + "price": 2.49 + }, + { + "date": "2020-03-26", + "price": 3.89 + }, + { + "date": "2020-03-22", + "price": 1.94 + }, + { + "date": "2020-02-13", + "price": 3.89 + }, + { + "date": "2020-01-30", + "price": 2.49 + }, + { + "date": "2020-01-16", + "price": 3.89 + }, + { + "date": "2020-01-02", + "price": 2.49 + }, + { + "date": "2019-11-21", + "price": 3.89 + }, + { + "date": "2019-11-18", + "price": 1.89 + }, + { + "date": "2019-11-07", + "price": 3.89 + }, + { + "date": "2019-10-10", + "price": 1.94 + }, + { + "date": "2019-09-05", + "price": 3.89 + }, + { + "date": "2019-08-08", + "price": 2.49 + }, + { + "date": "2019-08-01", + "price": 3.89 + }, + { + "date": "2019-07-18", + "price": 1.94 + }, + { + "date": "2019-07-11", + "price": 3.89 + }, + { + "date": "2019-01-24", + "price": 2.49 + }, + { + "date": "2019-01-17", + "price": 3.89 + }, + { + "date": "2019-01-02", + "price": 2.49 + }, + { + "date": "2018-11-29", + "price": 3.89 + }, + { + "date": "2018-05-24", + "price": 2.49 + }, + { + "date": "2018-05-03", + "price": 3.89 + }, + { + "date": "2018-04-19", + "price": 2.29 + }, + { + "date": "2018-04-05", + "price": 3.89 + }, + { + "date": "2018-03-15", + "price": 2.29 + }, + { + "date": "2018-01-20", + "price": 3.69 + }, + { + "date": "2018-01-04", + "price": 1.84 + }, + { + "date": "2017-12-21", + "price": 3.69 + }, + { + "date": "2017-12-06", + "price": 1.99 + }, + { + "date": "2017-11-16", + "price": 3.69 + }, + { + "date": "2017-06-08", + "price": 2.29 + }, + { + "date": "2017-05-04", + "price": 3.69 + }, + { + "date": "2017-04-20", + "price": 2.29 + }, + { + "date": "2017-04-05", + "price": 3.69 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "78", + "tokens": [ + "axe", + "men", + "duschgel", + "anti", + "hangov", + "250", + "ml" + ], + "vector": { + "250": 0.30151134457776363, + "axe": 0.30151134457776363, + "men": 0.30151134457776363, + "dusc": 0.30151134457776363, + "usch": 0.30151134457776363, + "schg": 0.30151134457776363, + "chge": 0.30151134457776363, + "anti": 0.30151134457776363, + "hang": 0.30151134457776363, + "ango": 0.30151134457776363, + "ml": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-898561", + "name": "Axe Men Duschgel Black", + "description": "
  • Duschgel für Männer
  • Mit feinem Duft und Understatement
  • Dermatologisch getestet
  • Axe Black - Reinigt Körper und Geist
  • Jetzt in neuem Verpackungsdesign", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 2.99 + }, + { + "date": "2023-05-13", + "price": 3.99 + }, + { + "date": "2023-05-06", + "price": 1.99 + }, + { + "date": "2023-02-16", + "price": 3.99 + }, + { + "date": "2023-02-02", + "price": 1.99 + }, + { + "date": "2023-01-01", + "price": 3.99 + }, + { + "date": "2022-12-27", + "price": 1.99 + }, + { + "date": "2022-11-10", + "price": 3.99 + }, + { + "date": "2022-10-27", + "price": 1.99 + }, + { + "date": "2022-10-26", + "price": 3.99 + }, + { + "date": "2022-10-13", + "price": 1.99 + }, + { + "date": "2022-09-19", + "price": 3.99 + }, + { + "date": "2022-09-01", + "price": 3.89 + }, + { + "date": "2022-08-18", + "price": 1.94 + }, + { + "date": "2022-07-07", + "price": 3.89 + }, + { + "date": "2022-06-23", + "price": 1.99 + }, + { + "date": "2022-05-12", + "price": 3.89 + }, + { + "date": "2022-04-28", + "price": 1.99 + }, + { + "date": "2022-03-03", + "price": 3.89 + }, + { + "date": "2022-02-17", + "price": 1.94 + }, + { + "date": "2021-11-11", + "price": 3.89 + }, + { + "date": "2021-10-28", + "price": 2.39 + }, + { + "date": "2021-10-14", + "price": 2.99 + }, + { + "date": "2021-09-16", + "price": 3.89 + }, + { + "date": "2021-09-02", + "price": 2.39 + }, + { + "date": "2021-08-07", + "price": 3.89 + }, + { + "date": "2021-07-22", + "price": 2.39 + }, + { + "date": "2021-06-24", + "price": 3.89 + }, + { + "date": "2021-06-10", + "price": 1.94 + }, + { + "date": "2021-05-27", + "price": 3.89 + }, + { + "date": "2021-05-12", + "price": 1.94 + }, + { + "date": "2021-04-15", + "price": 3.89 + }, + { + "date": "2021-04-07", + "price": 1.94 + }, + { + "date": "2021-03-04", + "price": 3.89 + }, + { + "date": "2021-02-26", + "price": 1.94 + }, + { + "date": "2021-02-25", + "price": 3.89 + }, + { + "date": "2021-02-18", + "price": 1.94 + }, + { + "date": "2021-01-28", + "price": 3.89 + }, + { + "date": "2021-01-21", + "price": 1.94 + }, + { + "date": "2020-12-03", + "price": 3.89 + }, + { + "date": "2020-11-29", + "price": 1.94 + }, + { + "date": "2020-11-05", + "price": 3.89 + }, + { + "date": "2020-10-22", + "price": 1.94 + }, + { + "date": "2020-10-08", + "price": 2.49 + }, + { + "date": "2020-09-24", + "price": 3.89 + }, + { + "date": "2020-09-10", + "price": 2.49 + }, + { + "date": "2020-08-27", + "price": 3.89 + }, + { + "date": "2020-07-31", + "price": 1.94 + }, + { + "date": "2020-06-20", + "price": 3.89 + }, + { + "date": "2020-06-04", + "price": 1.94 + }, + { + "date": "2020-05-20", + "price": 3.89 + }, + { + "date": "2020-05-07", + "price": 2.49 + }, + { + "date": "2020-04-23", + "price": 3.89 + }, + { + "date": "2020-04-09", + "price": 2.49 + }, + { + "date": "2020-03-26", + "price": 3.89 + }, + { + "date": "2020-03-22", + "price": 1.94 + }, + { + "date": "2020-02-13", + "price": 3.89 + }, + { + "date": "2020-01-30", + "price": 2.49 + }, + { + "date": "2020-01-16", + "price": 3.89 + }, + { + "date": "2020-01-02", + "price": 2.49 + }, + { + "date": "2019-11-21", + "price": 3.89 + }, + { + "date": "2019-11-18", + "price": 1.89 + }, + { + "date": "2019-11-07", + "price": 3.89 + }, + { + "date": "2019-10-10", + "price": 1.94 + }, + { + "date": "2019-09-05", + "price": 3.89 + }, + { + "date": "2019-08-08", + "price": 2.49 + }, + { + "date": "2019-08-01", + "price": 3.89 + }, + { + "date": "2019-07-18", + "price": 1.94 + }, + { + "date": "2019-07-11", + "price": 3.89 + }, + { + "date": "2019-01-24", + "price": 2.49 + }, + { + "date": "2019-01-17", + "price": 3.89 + }, + { + "date": "2019-01-02", + "price": 2.49 + }, + { + "date": "2018-11-29", + "price": 3.89 + }, + { + "date": "2018-05-24", + "price": 2.49 + }, + { + "date": "2018-05-03", + "price": 3.89 + }, + { + "date": "2018-04-19", + "price": 2.29 + }, + { + "date": "2018-04-05", + "price": 3.89 + }, + { + "date": "2018-03-15", + "price": 2.29 + }, + { + "date": "2017-12-21", + "price": 3.69 + }, + { + "date": "2017-12-06", + "price": 1.99 + }, + { + "date": "2017-11-16", + "price": 3.69 + }, + { + "date": "2017-06-08", + "price": 2.29 + }, + { + "date": "2017-05-04", + "price": 3.69 + }, + { + "date": "2017-04-20", + "price": 2.29 + }, + { + "date": "2017-04-05", + "price": 3.69 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "78", + "tokens": [ + "axe", + "men", + "duschgel", + "black", + "250", + "ml" + ], + "vector": { + "250": 0.3333333333333333, + "axe": 0.3333333333333333, + "men": 0.3333333333333333, + "dusc": 0.3333333333333333, + "usch": 0.3333333333333333, + "schg": 0.3333333333333333, + "chge": 0.3333333333333333, + "blac": 0.3333333333333333, + "ml": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-904453", + "name": "Axe Men Duschgel Dark Temptation", + "description": "
  • Duschgel für Männer
  • Mit verführerisch-anziehendem Duft
  • Dermatologisch getestet - Axe Dark Temptation
  • So unwiderstehlich wie Schokolade
  • Jetzt in neuem Verpackungsdesign", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 2.99 + }, + { + "date": "2023-05-13", + "price": 3.99 + }, + { + "date": "2023-05-06", + "price": 1.99 + }, + { + "date": "2023-02-16", + "price": 3.99 + }, + { + "date": "2023-02-02", + "price": 1.99 + }, + { + "date": "2023-01-01", + "price": 3.99 + }, + { + "date": "2022-12-27", + "price": 1.99 + }, + { + "date": "2022-11-10", + "price": 3.99 + }, + { + "date": "2022-10-27", + "price": 1.99 + }, + { + "date": "2022-10-26", + "price": 3.99 + }, + { + "date": "2022-10-13", + "price": 1.99 + }, + { + "date": "2022-09-19", + "price": 3.99 + }, + { + "date": "2022-09-01", + "price": 3.89 + }, + { + "date": "2022-08-18", + "price": 1.94 + }, + { + "date": "2022-07-07", + "price": 3.89 + }, + { + "date": "2022-06-23", + "price": 1.99 + }, + { + "date": "2022-05-12", + "price": 3.89 + }, + { + "date": "2022-04-28", + "price": 1.99 + }, + { + "date": "2022-03-03", + "price": 3.89 + }, + { + "date": "2022-02-17", + "price": 1.94 + }, + { + "date": "2021-11-11", + "price": 3.89 + }, + { + "date": "2021-10-28", + "price": 2.39 + }, + { + "date": "2021-10-14", + "price": 2.99 + }, + { + "date": "2021-09-16", + "price": 3.89 + }, + { + "date": "2021-09-02", + "price": 2.39 + }, + { + "date": "2021-08-13", + "price": 3.89 + }, + { + "date": "2021-07-22", + "price": 2.39 + }, + { + "date": "2021-06-24", + "price": 3.89 + }, + { + "date": "2021-06-10", + "price": 1.94 + }, + { + "date": "2021-05-27", + "price": 3.89 + }, + { + "date": "2021-05-12", + "price": 1.94 + }, + { + "date": "2021-04-15", + "price": 3.89 + }, + { + "date": "2021-04-07", + "price": 1.94 + }, + { + "date": "2021-03-04", + "price": 3.89 + }, + { + "date": "2021-02-26", + "price": 1.94 + }, + { + "date": "2021-02-25", + "price": 3.89 + }, + { + "date": "2021-02-18", + "price": 1.94 + }, + { + "date": "2021-01-28", + "price": 3.89 + }, + { + "date": "2021-01-21", + "price": 1.94 + }, + { + "date": "2020-12-03", + "price": 3.89 + }, + { + "date": "2020-11-19", + "price": 1.94 + }, + { + "date": "2020-11-05", + "price": 3.89 + }, + { + "date": "2020-10-22", + "price": 1.94 + }, + { + "date": "2020-10-08", + "price": 2.49 + }, + { + "date": "2020-09-24", + "price": 3.89 + }, + { + "date": "2020-09-10", + "price": 2.49 + }, + { + "date": "2020-08-27", + "price": 3.89 + }, + { + "date": "2020-07-31", + "price": 1.94 + }, + { + "date": "2020-06-18", + "price": 3.89 + }, + { + "date": "2020-06-04", + "price": 1.94 + }, + { + "date": "2020-05-20", + "price": 3.89 + }, + { + "date": "2020-05-07", + "price": 2.49 + }, + { + "date": "2020-04-23", + "price": 3.89 + }, + { + "date": "2020-04-09", + "price": 2.49 + }, + { + "date": "2020-03-26", + "price": 3.89 + }, + { + "date": "2020-03-22", + "price": 1.94 + }, + { + "date": "2020-02-13", + "price": 3.89 + }, + { + "date": "2020-01-30", + "price": 2.49 + }, + { + "date": "2020-01-16", + "price": 3.89 + }, + { + "date": "2020-01-02", + "price": 2.49 + }, + { + "date": "2019-11-21", + "price": 3.89 + }, + { + "date": "2019-11-18", + "price": 1.89 + }, + { + "date": "2019-11-07", + "price": 3.89 + }, + { + "date": "2019-10-10", + "price": 1.94 + }, + { + "date": "2019-09-05", + "price": 3.89 + }, + { + "date": "2019-08-08", + "price": 2.49 + }, + { + "date": "2019-08-01", + "price": 3.89 + }, + { + "date": "2019-07-18", + "price": 1.94 + }, + { + "date": "2019-07-11", + "price": 3.89 + }, + { + "date": "2019-01-24", + "price": 2.49 + }, + { + "date": "2019-01-17", + "price": 3.89 + }, + { + "date": "2019-01-02", + "price": 2.49 + }, + { + "date": "2018-11-29", + "price": 3.89 + }, + { + "date": "2018-05-24", + "price": 2.49 + }, + { + "date": "2018-05-03", + "price": 3.89 + }, + { + "date": "2018-04-19", + "price": 2.29 + }, + { + "date": "2018-04-05", + "price": 3.89 + }, + { + "date": "2018-03-15", + "price": 2.29 + }, + { + "date": "2018-01-20", + "price": 3.69 + }, + { + "date": "2017-12-06", + "price": 1.99 + }, + { + "date": "2017-11-16", + "price": 3.69 + }, + { + "date": "2017-06-08", + "price": 2.29 + }, + { + "date": "2017-05-04", + "price": 3.69 + }, + { + "date": "2017-04-20", + "price": 2.29 + }, + { + "date": "2017-04-05", + "price": 3.69 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "78", + "tokens": [ + "axe", + "men", + "duschgel", + "dark", + "temptation", + "250", + "ml" + ], + "vector": { + "250": 0.2581988897471611, + "axe": 0.2581988897471611, + "men": 0.2581988897471611, + "dusc": 0.2581988897471611, + "usch": 0.2581988897471611, + "schg": 0.2581988897471611, + "chge": 0.2581988897471611, + "dark": 0.2581988897471611, + "temp": 0.2581988897471611, + "empt": 0.2581988897471611, + "mpta": 0.2581988897471611, + "ptat": 0.2581988897471611, + "tati": 0.2581988897471611, + "atio": 0.2581988897471611, + "ml": 0.2581988897471611 + } + }, + { + "store": "billa", + "id": "00-852799", + "name": "Axe Men Duschgel Marine", + "description": "Duschgel für Männer
  • Mit maritim-frischem Duft
  • Dermatologisch getestet
  • Axe Marine - Vitalisierend und unverwechselbar männlich
  • Jetzt in neuem Verpackungsdesign", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 2.99 + }, + { + "date": "2023-05-13", + "price": 3.99 + }, + { + "date": "2023-05-06", + "price": 1.99 + }, + { + "date": "2023-02-16", + "price": 3.99 + }, + { + "date": "2023-02-02", + "price": 1.99 + }, + { + "date": "2023-01-01", + "price": 3.99 + }, + { + "date": "2022-12-27", + "price": 1.99 + }, + { + "date": "2022-11-10", + "price": 3.99 + }, + { + "date": "2022-10-27", + "price": 1.99 + }, + { + "date": "2022-10-26", + "price": 3.99 + }, + { + "date": "2022-10-13", + "price": 1.99 + }, + { + "date": "2022-09-19", + "price": 3.99 + }, + { + "date": "2022-09-01", + "price": 3.89 + }, + { + "date": "2022-08-18", + "price": 1.94 + }, + { + "date": "2022-07-07", + "price": 3.89 + }, + { + "date": "2022-06-23", + "price": 1.99 + }, + { + "date": "2022-05-12", + "price": 3.89 + }, + { + "date": "2022-04-28", + "price": 1.99 + }, + { + "date": "2022-03-03", + "price": 3.89 + }, + { + "date": "2022-02-17", + "price": 1.94 + }, + { + "date": "2021-11-11", + "price": 3.89 + }, + { + "date": "2021-10-28", + "price": 2.39 + }, + { + "date": "2021-10-14", + "price": 2.99 + }, + { + "date": "2021-09-16", + "price": 3.89 + }, + { + "date": "2021-09-02", + "price": 2.39 + }, + { + "date": "2021-08-05", + "price": 3.89 + }, + { + "date": "2021-07-22", + "price": 2.39 + }, + { + "date": "2021-06-24", + "price": 3.89 + }, + { + "date": "2021-06-10", + "price": 1.94 + }, + { + "date": "2021-05-27", + "price": 3.89 + }, + { + "date": "2021-05-12", + "price": 1.94 + }, + { + "date": "2021-04-15", + "price": 3.89 + }, + { + "date": "2021-04-08", + "price": 1.94 + }, + { + "date": "2021-03-04", + "price": 3.89 + }, + { + "date": "2021-02-26", + "price": 1.94 + }, + { + "date": "2021-02-25", + "price": 3.89 + }, + { + "date": "2021-02-18", + "price": 1.94 + }, + { + "date": "2021-01-28", + "price": 3.89 + }, + { + "date": "2021-01-21", + "price": 1.94 + }, + { + "date": "2020-12-03", + "price": 3.89 + }, + { + "date": "2020-11-19", + "price": 1.94 + }, + { + "date": "2020-11-05", + "price": 3.89 + }, + { + "date": "2020-10-22", + "price": 1.94 + }, + { + "date": "2020-10-08", + "price": 2.49 + }, + { + "date": "2020-09-24", + "price": 3.89 + }, + { + "date": "2020-09-10", + "price": 2.49 + }, + { + "date": "2020-08-27", + "price": 3.89 + }, + { + "date": "2020-07-31", + "price": 1.94 + }, + { + "date": "2020-06-18", + "price": 3.89 + }, + { + "date": "2020-06-04", + "price": 1.94 + }, + { + "date": "2020-05-20", + "price": 3.89 + }, + { + "date": "2020-05-07", + "price": 2.49 + }, + { + "date": "2020-04-23", + "price": 3.89 + }, + { + "date": "2020-04-09", + "price": 2.49 + }, + { + "date": "2020-03-26", + "price": 3.89 + }, + { + "date": "2020-03-22", + "price": 1.94 + }, + { + "date": "2020-02-13", + "price": 3.89 + }, + { + "date": "2020-01-30", + "price": 2.49 + }, + { + "date": "2020-01-16", + "price": 3.89 + }, + { + "date": "2020-01-02", + "price": 2.49 + }, + { + "date": "2019-11-21", + "price": 3.89 + }, + { + "date": "2019-11-18", + "price": 1.89 + }, + { + "date": "2019-11-07", + "price": 3.89 + }, + { + "date": "2019-10-10", + "price": 1.94 + }, + { + "date": "2019-09-05", + "price": 3.89 + }, + { + "date": "2019-08-08", + "price": 2.49 + }, + { + "date": "2019-08-01", + "price": 3.89 + }, + { + "date": "2019-07-18", + "price": 1.94 + }, + { + "date": "2019-07-11", + "price": 3.89 + }, + { + "date": "2019-01-24", + "price": 2.49 + }, + { + "date": "2019-01-17", + "price": 3.89 + }, + { + "date": "2019-01-02", + "price": 2.49 + }, + { + "date": "2018-11-29", + "price": 3.89 + }, + { + "date": "2018-05-24", + "price": 2.49 + }, + { + "date": "2018-05-03", + "price": 3.89 + }, + { + "date": "2018-04-19", + "price": 2.29 + }, + { + "date": "2018-04-05", + "price": 3.89 + }, + { + "date": "2018-03-15", + "price": 2.29 + }, + { + "date": "2018-01-18", + "price": 3.69 + }, + { + "date": "2018-01-04", + "price": 1.84 + }, + { + "date": "2017-12-21", + "price": 3.69 + }, + { + "date": "2017-12-06", + "price": 1.99 + }, + { + "date": "2017-11-16", + "price": 3.69 + }, + { + "date": "2017-06-08", + "price": 2.29 + }, + { + "date": "2017-05-04", + "price": 3.69 + }, + { + "date": "2017-04-20", + "price": 2.29 + }, + { + "date": "2017-04-05", + "price": 3.69 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "78", + "tokens": [ + "axe", + "men", + "duschgel", + "marin", + "250", + "ml" + ], + "vector": { + "250": 0.3333333333333333, + "axe": 0.3333333333333333, + "men": 0.3333333333333333, + "dusc": 0.3333333333333333, + "usch": 0.3333333333333333, + "schg": 0.3333333333333333, + "chge": 0.3333333333333333, + "mari": 0.3333333333333333, + "ml": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-515611", + "name": "Axe Men Duschgel Recharge", + "description": "", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 2.99 + }, + { + "date": "2023-05-13", + "price": 3.99 + }, + { + "date": "2023-05-06", + "price": 1.99 + }, + { + "date": "2023-02-16", + "price": 3.99 + }, + { + "date": "2023-02-04", + "price": 1.99 + }, + { + "date": "2023-01-19", + "price": 3.99 + }, + { + "date": "2022-10-13", + "price": 1.99 + }, + { + "date": "2022-09-19", + "price": 3.99 + }, + { + "date": "2022-09-01", + "price": 3.89 + }, + { + "date": "2022-08-18", + "price": 1.94 + }, + { + "date": "2022-07-07", + "price": 3.89 + }, + { + "date": "2022-06-23", + "price": 1.99 + }, + { + "date": "2022-05-12", + "price": 3.89 + }, + { + "date": "2022-04-28", + "price": 1.99 + }, + { + "date": "2022-03-10", + "price": 3.89 + }, + { + "date": "2022-02-17", + "price": 1.94 + }, + { + "date": "2022-02-09", + "price": 3.89 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "78", + "tokens": [ + "axe", + "men", + "duschgel", + "recharg", + "250", + "ml" + ], + "vector": { + "250": 0.30151134457776363, + "axe": 0.30151134457776363, + "men": 0.30151134457776363, + "dusc": 0.30151134457776363, + "usch": 0.30151134457776363, + "schg": 0.30151134457776363, + "chge": 0.30151134457776363, + "rech": 0.30151134457776363, + "echa": 0.30151134457776363, + "char": 0.30151134457776363, + "ml": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-406905", + "name": "Axe Men Duschgel Skateboard & Fresh Roses", + "description": "Eine Kombination, die funktioniert und einfach jeden begeistern wird! Wir wissen, welches Duschgel Männer begeistern wird! AXE Skateboard & Fresh Roses ist der beste Beweis, dass manchmal etwas Fantastisches dabei herauskommt, wenn man völlig unterschiedliche Dinge miteinander kombiniert.
  • Speziell für männliche Haut
  • Blumig-frische Nuancen
  • Keine Parabene
  • ", + "price": 2.24, + "priceHistory": [ + { + "date": "2023-06-26", + "price": 2.24 + }, + { + "date": "2023-06-19", + "price": 2.99 + }, + { + "date": "2023-05-18", + "price": 3.99 + }, + { + "date": "2023-02-02", + "price": 1.99 + }, + { + "date": "2023-01-01", + "price": 3.99 + }, + { + "date": "2022-12-27", + "price": 1.99 + }, + { + "date": "2022-11-10", + "price": 3.99 + }, + { + "date": "2022-11-09", + "price": 1.99 + }, + { + "date": "2022-09-20", + "price": 3.99 + }, + { + "date": "2022-07-07", + "price": 3.89 + }, + { + "date": "2022-06-23", + "price": 1.99 + }, + { + "date": "2022-05-12", + "price": 3.89 + }, + { + "date": "2022-04-28", + "price": 1.99 + }, + { + "date": "2022-03-03", + "price": 3.89 + }, + { + "date": "2022-02-19", + "price": 1.94 + }, + { + "date": "2021-11-25", + "price": 3.89 + }, + { + "date": "2021-10-28", + "price": 2.39 + }, + { + "date": "2021-10-14", + "price": 2.99 + }, + { + "date": "2021-09-16", + "price": 3.89 + }, + { + "date": "2021-09-02", + "price": 2.39 + }, + { + "date": "2021-08-05", + "price": 3.89 + }, + { + "date": "2021-08-04", + "price": 2.39 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "78", + "tokens": [ + "axe", + "men", + "duschgel", + "skateboard", + "fresh", + "ros", + "250", + "ml" + ], + "vector": { + "250": 0.25, + "axe": 0.25, + "men": 0.25, + "dusc": 0.25, + "usch": 0.25, + "schg": 0.25, + "chge": 0.25, + "skat": 0.25, + "kate": 0.25, + "ateb": 0.25, + "tebo": 0.25, + "eboa": 0.25, + "boar": 0.25, + "fres": 0.25, + "ros": 0.25, + "ml": 0.25 + } + }, + { + "store": "billa", + "id": "00-542989", + "name": "Baguette", + "description": "Das klassisch-französische Baguette ist goldgelb aus reinem Weizenmehl gebacken. Es eignet sich ideal zum Belegen und als Beilage zu Salaten und anderen Gerichten.
  • mit schmackhaftem Malzmehl aus Weizen", + "price": 0.99, + "priceHistory": [ + { + "date": "2023-05-28", + "price": 0.99 + }, + { + "date": "2023-05-22", + "price": 0.84 + }, + { + "date": "2022-10-13", + "price": 1.09 + }, + { + "date": "2022-03-31", + "price": 0.99 + }, + { + "date": "2021-12-09", + "price": 0.89 + }, + { + "date": "2021-05-27", + "price": 0.79 + }, + { + "date": "2020-11-19", + "price": 0.99 + }, + { + "date": "2020-07-02", + "price": 1.39 + }, + { + "date": "2020-06-25", + "price": 0.99 + }, + { + "date": "2020-02-13", + "price": 0.85 + }, + { + "date": "2019-10-03", + "price": 1.39 + }, + { + "date": "2019-03-21", + "price": 0.89 + }, + { + "date": "2018-07-12", + "price": 1.39 + }, + { + "date": "2018-07-09", + "price": 0.69 + }, + { + "date": "2017-08-10", + "price": 1.39 + }, + { + "date": "2017-05-18", + "price": 0.99 + }, + { + "date": "2017-05-04", + "price": 1.39 + }, + { + "date": "2017-04-28", + "price": 0.99 + }, + { + "date": "2017-04-27", + "price": 1.39 + }, + { + "date": "2017-04-05", + "price": 0.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "11", + "tokens": [ + "baguett", + "250", + "g" + ], + "vector": { + "250": 0.4472135954999579, + "bagu": 0.4472135954999579, + "ague": 0.4472135954999579, + "guet": 0.4472135954999579, + "g": 0.4472135954999579 + } + }, + { + "store": "billa", + "id": "00-101995", + "name": "Bellawa You & Me Wattestäbchen", + "description": "
  • 200 Stück
  • Weich und biegsam
  • Ohne Chlorbleiche
  • Reine Baumwollwatte
  • ", + "price": 1.89, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 1.89 + }, + { + "date": "2022-05-25", + "price": 2.19 + }, + { + "date": "2021-07-08", + "price": 1.99 + }, + { + "date": "2021-06-24", + "price": 0.99 + }, + { + "date": "2021-05-13", + "price": 1.99 + }, + { + "date": "2021-05-04", + "price": 1.49 + }, + { + "date": "2018-08-15", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 200, + "bio": false, + "category": "75", + "tokens": [ + "bellawa", + "you", + "me", + "wattestbch", + "200", + "stk" + ], + "vector": { + "200": 0.2773500981126146, + "bell": 0.2773500981126146, + "ella": 0.2773500981126146, + "llaw": 0.2773500981126146, + "you": 0.2773500981126146, + "me": 0.2773500981126146, + "watt": 0.2773500981126146, + "atte": 0.2773500981126146, + "ttes": 0.2773500981126146, + "test": 0.2773500981126146, + "estb": 0.2773500981126146, + "stbc": 0.2773500981126146, + "stk": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-101995", + "name": "Bellawa You & Me Wattestäbchen", + "description": "
  • 200 Stück
  • Weich und biegsam
  • Ohne Chlorbleiche
  • Reine Baumwollwatte
  • ", + "price": 1.89, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 1.89 + }, + { + "date": "2022-05-25", + "price": 2.19 + }, + { + "date": "2021-07-08", + "price": 1.99 + }, + { + "date": "2021-06-24", + "price": 0.99 + }, + { + "date": "2021-05-13", + "price": 1.99 + }, + { + "date": "2021-05-04", + "price": 1.49 + }, + { + "date": "2018-08-15", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 200, + "bio": false, + "category": "75", + "tokens": [ + "bellawa", + "you", + "me", + "wattestbch", + "200", + "stk" + ], + "vector": { + "200": 0.2773500981126146, + "bell": 0.2773500981126146, + "ella": 0.2773500981126146, + "llaw": 0.2773500981126146, + "you": 0.2773500981126146, + "me": 0.2773500981126146, + "watt": 0.2773500981126146, + "atte": 0.2773500981126146, + "ttes": 0.2773500981126146, + "test": 0.2773500981126146, + "estb": 0.2773500981126146, + "stbc": 0.2773500981126146, + "stk": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-451542", + "name": "BILLA Heumilch länger frisch 3.6%", + "description": "Bergbauern Heumilch von BILLA unterstützt die traditionelle Milchgewinnung. Die Kühe grasen im Sommer auf der Alm, im Winter bekommen sie bestes Heu.
  • 3,6 % Fettgehalt
  • Qualität und Unverfälschtheit aus dem Salzburger Land", + "price": 1.49, + "priceHistory": [ + { + "date": "2023-05-06", + "price": 1.49 + }, + { + "date": "2023-03-05", + "price": 1.59 + }, + { + "date": "2023-03-01", + "price": 1.19 + }, + { + "date": "2022-11-24", + "price": 1.59 + }, + { + "date": "2022-11-10", + "price": 1.39 + }, + { + "date": "2022-10-27", + "price": 1.59 + }, + { + "date": "2022-10-26", + "price": 1.49 + }, + { + "date": "2022-10-13", + "price": 1.39 + }, + { + "date": "2022-07-28", + "price": 1.49 + }, + { + "date": "2022-07-25", + "price": 1.12 + }, + { + "date": "2022-07-21", + "price": 1.49 + }, + { + "date": "2022-07-07", + "price": 1.45 + }, + { + "date": "2022-06-23", + "price": 1.19 + }, + { + "date": "2022-06-20", + "price": 1.45 + }, + { + "date": "2022-06-08", + "price": 1.29 + }, + { + "date": "2022-06-03", + "price": 1.39 + }, + { + "date": "2022-05-30", + "price": 1.04 + }, + { + "date": "2022-05-14", + "price": 1.39 + }, + { + "date": "2022-03-17", + "price": 1.29 + }, + { + "date": "2022-02-17", + "price": 1.19 + }, + { + "date": "2022-02-03", + "price": 0.99 + }, + { + "date": "2021-07-27", + "price": 1.19 + }, + { + "date": "2021-05-27", + "price": 1.15 + }, + { + "date": "2020-04-21", + "price": 1.25 + }, + { + "date": "2020-01-30", + "price": 1.29 + }, + { + "date": "2020-01-09", + "price": 1.15 + }, + { + "date": "2019-10-24", + "price": 1.19 + }, + { + "date": "2017-07-04", + "price": 1.15 + }, + { + "date": "2017-04-05", + "price": 1.09 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "34", + "tokens": [ + "billa", + "heumilch", + "lnger", + "frisch", + "36", + "1000", + "ml" + ], + "vector": { + "36": 0.30151134457776363, + "1000": 0.30151134457776363, + "bill": 0.30151134457776363, + "heum": 0.30151134457776363, + "eumi": 0.30151134457776363, + "umil": 0.30151134457776363, + "milc": 0.30151134457776363, + "lnge": 0.30151134457776363, + "fris": 0.30151134457776363, + "risc": 0.30151134457776363, + "ml": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-418516", + "name": "Nuts Bienenwachsrolle Honigwabe", + "description": "1 Bienenwachstuch Rolle mit \"Honigwaben\" Motiv - in der folgenden Grösse:
  • 30.5 x 90cm
    Perfekt um die Bienenwachstücher in die gewünschte Grösse zu schneiden.

    Die natürliche und wiederverwendbare Alternative zu Plastik

  • 100% organische Materialen: Baumwolle, Bienenwachs, Kokosöl, Baumharz
  • Zum Einwickeln und Aufbewahren
  • Anti-Bakteriell, wiederverwendbar und kompostierbar
  • Mit kaltem Wasser und umweltfreundlicher Seife reinigen
  • Nicht geeignet für rohes Fleisch oder rohen Fisch
  • Nicht zur Verwendung mit fettreichen Lebensmitteln.
  • ", + "price": 10.59, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 10.59 + }, + { + "date": "2023-02-22", + "price": 14.99 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 1, + "bio": false, + "category": "83", + "tokens": [ + "nut", + "bienenwachsroll", + "honigwab", + "1", + "stk" + ], + "vector": { + "1": 0.23570226039551587, + "nut": 0.23570226039551587, + "bien": 0.23570226039551587, + "iene": 0.23570226039551587, + "enen": 0.23570226039551587, + "nenw": 0.23570226039551587, + "enwa": 0.23570226039551587, + "nwac": 0.23570226039551587, + "wach": 0.23570226039551587, + "achs": 0.23570226039551587, + "chsr": 0.23570226039551587, + "hsro": 0.23570226039551587, + "srol": 0.23570226039551587, + "honi": 0.23570226039551587, + "onig": 0.23570226039551587, + "nigw": 0.23570226039551587, + "igwa": 0.23570226039551587, + "stk": 0.23570226039551587 + } + }, + { + "store": "billa", + "id": "00-19841", + "name": "Schärdinger Bifidus Joghurt Natur", + "description": "Ein köstliches Naturjoghurt mit probiotischer Wirkung und extra Ballaststoffen: Das Bifidus Joghurt Natur von Schärdinger bietet gesunden Genuss.
  • Mildes Joghurt mit Bifidus-Kulturen und dem Ballaststoff Inulin
  • mit 3,2 % Fett", + "price": 0.59, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 0.59 + }, + { + "date": "2022-10-27", + "price": 0.67 + }, + { + "date": "2022-06-07", + "price": 0.6 + }, + { + "date": "2022-02-02", + "price": 0.57 + }, + { + "date": "2022-01-03", + "price": 0.55 + }, + { + "date": "2021-12-02", + "price": 0.53 + }, + { + "date": "2021-09-16", + "price": 0.59 + }, + { + "date": "2021-09-02", + "price": 0.49 + }, + { + "date": "2021-03-18", + "price": 0.55 + }, + { + "date": "2020-04-15", + "price": 0.53 + }, + { + "date": "2020-01-30", + "price": 0.55 + }, + { + "date": "2018-05-16", + "price": 0.51 + }, + { + "date": "2017-04-21", + "price": 0.49 + }, + { + "date": "2017-04-05", + "price": 0.55 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "bifidus", + "joghurt", + "natur", + "150", + "g" + ], + "vector": { + "150": 0.2773500981126146, + "schr": 0.2773500981126146, + "chrd": 0.2773500981126146, + "hrdi": 0.2773500981126146, + "rdin": 0.2773500981126146, + "bifi": 0.2773500981126146, + "ifid": 0.2773500981126146, + "fidu": 0.2773500981126146, + "jogh": 0.2773500981126146, + "oghu": 0.2773500981126146, + "ghur": 0.2773500981126146, + "natu": 0.2773500981126146, + "g": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-442966", + "name": "BILLA Bio Dinkel Backerbsen", + "description": "Unbackbar gut! Die kleinen Bio-Knabbererbsen passen in jede Suppe und ganz nebenbei eignen sich wunderbar als knuspriger Snack.
  • Palmölfrei
  • Machen die Suppe zur Supperlative
  • Bio-Dinkel aus Österreich - sag das doch gleich!
  • ", + "price": 1.69, + "priceHistory": [ + { + "date": "2023-05-15", + "price": 1.69 + }, + { + "date": "2023-02-03", + "price": 1.27 + }, + { + "date": "2023-02-02", + "price": 1.64 + }, + { + "date": "2023-01-08", + "price": 2.19 + }, + { + "date": "2023-01-05", + "price": 1.64 + }, + { + "date": "2022-12-18", + "price": 2.19 + }, + { + "date": "2022-12-16", + "price": 1.64 + }, + { + "date": "2022-12-01", + "price": 2.19 + }, + { + "date": "2022-11-09", + "price": 1.99 + }, + { + "date": "2022-11-05", + "price": 1.49 + }, + { + "date": "2022-09-08", + "price": 1.99 + }, + { + "date": "2022-09-05", + "price": 1.49 + }, + { + "date": "2022-07-28", + "price": 1.99 + }, + { + "date": "2022-07-25", + "price": 1.49 + }, + { + "date": "2022-07-15", + "price": 1.99 + }, + { + "date": "2022-07-11", + "price": 1.49 + }, + { + "date": "2022-06-03", + "price": 1.99 + }, + { + "date": "2022-05-30", + "price": 1.49 + }, + { + "date": "2022-05-25", + "price": 1.99 + }, + { + "date": "2022-05-24", + "price": 1.49 + }, + { + "date": "2022-05-23", + "price": 1.42 + }, + { + "date": "2021-02-18", + "price": 1.89 + }, + { + "date": "2021-02-04", + "price": 1.69 + }, + { + "date": "2021-01-28", + "price": 1.89 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 125, + "bio": true, + "category": "5B", + "tokens": [ + "billa", + "bio", + "dinkel", + "backerbs", + "125", + "g" + ], + "vector": { + "125": 0.31622776601683794, + "bill": 0.31622776601683794, + "bio": 0.31622776601683794, + "dink": 0.31622776601683794, + "inke": 0.31622776601683794, + "back": 0.31622776601683794, + "acke": 0.31622776601683794, + "cker": 0.31622776601683794, + "kerb": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-424504", + "name": "BILLA Backmischung", + "description": "Backmischung aus kandierten Fruchtschalen und Kirschen.", + "price": 0.69, + "priceHistory": [ + { + "date": "2023-03-05", + "price": 0.69 + }, + { + "date": "2023-03-01", + "price": 0.52 + }, + { + "date": "2023-02-09", + "price": 0.69 + }, + { + "date": "2022-10-06", + "price": 0.79 + }, + { + "date": "2022-10-04", + "price": 0.71 + }, + { + "date": "2022-07-28", + "price": 0.79 + }, + { + "date": "2022-07-25", + "price": 0.59 + }, + { + "date": "2022-06-03", + "price": 0.79 + }, + { + "date": "2022-06-01", + "price": 0.59 + }, + { + "date": "2022-05-30", + "price": 0.52 + }, + { + "date": "2021-10-20", + "price": 0.69 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": false, + "category": "52", + "tokens": [ + "billa", + "backmisch", + "100", + "g" + ], + "vector": { + "100": 0.35355339059327373, + "bill": 0.35355339059327373, + "back": 0.35355339059327373, + "ackm": 0.35355339059327373, + "ckmi": 0.35355339059327373, + "kmis": 0.35355339059327373, + "misc": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-458854", + "name": "BILLA Bio Weinstein Backpulver", + "description": "4x20g

    Da geht jedem der Teig auf!
    Mit unserem Weinstein-Bio-Backpulver gelingen die feinsten Mehlspeisen. Und nachhaltig schmeckt es sowieso noch besser.
  • Mit natürlichem Reinweinstein aus der Weinherstellung
  • Glutenfrei & vegan
  • Phosphatfrei
  • ", + "price": 0.79, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 0.79 + }, + { + "date": "2023-06-07", + "price": 0.59 + }, + { + "date": "2023-02-15", + "price": 0.79 + }, + { + "date": "2023-01-19", + "price": 0.89 + }, + { + "date": "2022-11-06", + "price": 0.59 + }, + { + "date": "2022-11-05", + "price": 0.44 + }, + { + "date": "2022-10-27", + "price": 0.59 + }, + { + "date": "2022-10-06", + "price": 0.89 + }, + { + "date": "2022-10-03", + "price": 0.8 + }, + { + "date": "2022-06-03", + "price": 0.89 + }, + { + "date": "2022-06-01", + "price": 0.67 + }, + { + "date": "2022-05-30", + "price": 0.59 + }, + { + "date": "2022-05-25", + "price": 0.79 + }, + { + "date": "2022-05-23", + "price": 0.59 + }, + { + "date": "2022-01-09", + "price": 0.79 + }, + { + "date": "2022-01-07", + "price": 0.59 + }, + { + "date": "2021-11-25", + "price": 0.79 + }, + { + "date": "2021-10-28", + "price": 0.59 + }, + { + "date": "2021-06-09", + "price": 0.79 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 4, + "bio": true, + "category": "52", + "tokens": [ + "billa", + "bio", + "weinstein", + "backpulv", + "4", + "stk" + ], + "vector": { + "4": 0.2773500981126146, + "bill": 0.2773500981126146, + "bio": 0.2773500981126146, + "wein": 0.2773500981126146, + "eins": 0.2773500981126146, + "inst": 0.2773500981126146, + "nste": 0.2773500981126146, + "stei": 0.2773500981126146, + "back": 0.2773500981126146, + "ackp": 0.2773500981126146, + "ckpu": 0.2773500981126146, + "kpul": 0.2773500981126146, + "stk": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-506700", + "name": "BILLA Bio Bourbon Vanille Gemahlen", + "description": "Kenner nennen es das schwarze Gaumen-Gold. Wir sagen 'Bio-Bourbon Vanille gemahlen' dazu.
  • Jedes Mahl mit Rainforest-Alliance-Zertifikat
  • Entspricht zwei Vanilleschoten und ist entsprechend fein süßlich
  • Es geht auch ohne Zuckerzusatz und Aromen!
  • Ein veganes Naturtalent
  • Schaut auch gern über den Tellerrand in Getränken vorbei
  • ", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 2.99 + }, + { + "date": "2023-06-07", + "price": 2.24 + }, + { + "date": "2023-05-16", + "price": 2.99 + }, + { + "date": "2023-02-07", + "price": 3.99 + }, + { + "date": "2023-02-02", + "price": 2.99 + }, + { + "date": "2023-01-08", + "price": 3.99 + }, + { + "date": "2023-01-05", + "price": 2.99 + }, + { + "date": "2022-12-18", + "price": 3.99 + }, + { + "date": "2022-12-16", + "price": 2.99 + }, + { + "date": "2022-07-31", + "price": 3.99 + }, + { + "date": "2022-07-11", + "price": 2.99 + }, + { + "date": "2022-01-09", + "price": 3.99 + }, + { + "date": "2022-01-07", + "price": 2.99 + }, + { + "date": "2021-10-26", + "price": 3.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 5, + "bio": true, + "category": "52", + "tokens": [ + "billa", + "bio", + "bourbon", + "vanill", + "gemahl", + "5", + "g" + ], + "vector": { + "5": 0.30151134457776363, + "bill": 0.30151134457776363, + "bio": 0.30151134457776363, + "bour": 0.30151134457776363, + "ourb": 0.30151134457776363, + "urbo": 0.30151134457776363, + "vani": 0.30151134457776363, + "anil": 0.30151134457776363, + "gema": 0.30151134457776363, + "emah": 0.30151134457776363, + "g": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-434350", + "name": "BILLA Bio Briespitze", + "description": "Spitzenqualität in Spitzenform.
    Unser Bio-Brie cremt sich mild in die Herzen aller Genießer, die das Besondere zu schätzen wissen.
  • Bio-Brie aus Frankreich
  • In der ganzen Torte gereift
  • Cremig mild
  • ", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 2.99 + }, + { + "date": "2023-06-07", + "price": 2.24 + }, + { + "date": "2023-06-02", + "price": 2.99 + }, + { + "date": "2023-02-07", + "price": 3.15 + }, + { + "date": "2023-02-02", + "price": 2.36 + }, + { + "date": "2023-01-08", + "price": 3.15 + }, + { + "date": "2023-01-05", + "price": 2.36 + }, + { + "date": "2022-12-18", + "price": 3.15 + }, + { + "date": "2022-12-16", + "price": 2.36 + }, + { + "date": "2022-12-01", + "price": 3.15 + }, + { + "date": "2022-09-10", + "price": 2.99 + }, + { + "date": "2022-09-05", + "price": 2.24 + }, + { + "date": "2022-07-15", + "price": 2.99 + }, + { + "date": "2022-07-11", + "price": 2.24 + }, + { + "date": "2022-06-05", + "price": 2.99 + }, + { + "date": "2022-05-31", + "price": 2.24 + }, + { + "date": "2022-05-25", + "price": 2.99 + }, + { + "date": "2022-05-24", + "price": 2.24 + }, + { + "date": "2022-04-14", + "price": 2.89 + }, + { + "date": "2022-03-06", + "price": 2.49 + }, + { + "date": "2022-03-04", + "price": 1.87 + }, + { + "date": "2022-01-30", + "price": 2.49 + }, + { + "date": "2022-01-28", + "price": 1.87 + }, + { + "date": "2022-01-09", + "price": 2.49 + }, + { + "date": "2022-01-07", + "price": 1.87 + }, + { + "date": "2021-11-03", + "price": 2.49 + }, + { + "date": "2021-10-28", + "price": 1.99 + }, + { + "date": "2021-09-30", + "price": 2.49 + }, + { + "date": "2021-09-16", + "price": 1.99 + }, + { + "date": "2021-05-27", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 1.99 + }, + { + "date": "2021-01-27", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 180, + "bio": true, + "category": "33", + "tokens": [ + "billa", + "bio", + "briespitz", + "180", + "g" + ], + "vector": { + "180": 0.3333333333333333, + "bill": 0.3333333333333333, + "bio": 0.3333333333333333, + "brie": 0.3333333333333333, + "ries": 0.3333333333333333, + "iesp": 0.3333333333333333, + "espi": 0.3333333333333333, + "spit": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-435940", + "name": "BILLA Bio Edelschimmelkäse", + "description": "Der Bio-Schimmelkäse ist nichts für weiße Pferde, aber das Richtige für alle Genießer. Würzig-feines Aroma und eine unwiderstehliche Konsistenz machen ihn zum Star auf der Käseplatte.
  • Bio-Edelschimmelkäse aus Österreich
  • Bio-Edelschimmelkäse mit 55% F.i.T.
  • Würzig-kräftiger Geschmack
  • ", + "price": 2.49, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 2.49 + }, + { + "date": "2023-06-11", + "price": 2.59 + }, + { + "date": "2023-06-07", + "price": 1.94 + }, + { + "date": "2023-02-07", + "price": 2.59 + }, + { + "date": "2023-02-02", + "price": 1.94 + }, + { + "date": "2023-01-08", + "price": 2.59 + }, + { + "date": "2023-01-05", + "price": 1.94 + }, + { + "date": "2022-12-18", + "price": 2.59 + }, + { + "date": "2022-12-16", + "price": 1.94 + }, + { + "date": "2022-12-07", + "price": 2.59 + }, + { + "date": "2022-11-24", + "price": 2.19 + }, + { + "date": "2022-11-06", + "price": 2.59 + }, + { + "date": "2022-11-04", + "price": 1.94 + }, + { + "date": "2022-10-27", + "price": 2.59 + }, + { + "date": "2022-09-08", + "price": 2.39 + }, + { + "date": "2022-09-05", + "price": 1.79 + }, + { + "date": "2022-07-28", + "price": 2.39 + }, + { + "date": "2022-07-25", + "price": 1.79 + }, + { + "date": "2022-07-14", + "price": 2.39 + }, + { + "date": "2022-07-11", + "price": 1.79 + }, + { + "date": "2022-06-07", + "price": 2.39 + }, + { + "date": "2022-06-03", + "price": 2.09 + }, + { + "date": "2022-05-30", + "price": 1.57 + }, + { + "date": "2022-05-25", + "price": 2.09 + }, + { + "date": "2022-05-23", + "price": 1.34 + }, + { + "date": "2022-05-12", + "price": 1.79 + }, + { + "date": "2022-03-06", + "price": 2.09 + }, + { + "date": "2022-03-04", + "price": 1.57 + }, + { + "date": "2022-03-03", + "price": 2.09 + }, + { + "date": "2022-02-17", + "price": 1.59 + }, + { + "date": "2022-01-30", + "price": 1.99 + }, + { + "date": "2022-01-28", + "price": 1.49 + }, + { + "date": "2022-01-09", + "price": 1.99 + }, + { + "date": "2022-01-07", + "price": 1.49 + }, + { + "date": "2021-09-30", + "price": 1.99 + }, + { + "date": "2021-09-16", + "price": 1.79 + }, + { + "date": "2021-05-27", + "price": 1.99 + }, + { + "date": "2021-05-12", + "price": 1.59 + }, + { + "date": "2021-02-03", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": true, + "category": "33", + "tokens": [ + "billa", + "bio", + "edelschimmelks", + "150", + "g" + ], + "vector": { + "150": 0.2672612419124244, + "bill": 0.2672612419124244, + "bio": 0.2672612419124244, + "edel": 0.2672612419124244, + "dels": 0.2672612419124244, + "elsc": 0.2672612419124244, + "lsch": 0.2672612419124244, + "schi": 0.2672612419124244, + "chim": 0.2672612419124244, + "himm": 0.2672612419124244, + "imme": 0.2672612419124244, + "mmel": 0.2672612419124244, + "melk": 0.2672612419124244, + "g": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-498221", + "name": "BILLA Bio Kokosraspeln", + "description": "Weil jedes Müsli ein Recht auf Exotik hat: unsere Bio-Kokosraspeln machen als Top-Topping den Morgen zu einem karibischen Strandspaziergang. OK, das war jetzt übertrieben. Aber nur ein bisschen.
  • Schon genusst? Gentechnikfrei
  • Frei von chemisch-synthetischen Pflanzenschutzmitteln - pure Bio-Freude!
  • Guten Morgen von der Smoothie Bowl: Lieblingsbeeren mit Joghurt mixen. Mit Früchten, Nüssen und Kokosraspeln toppen!
  • Top als Topping fürs Müsli oder Curry!
  • ", + "price": 1.49, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 1.49 + }, + { + "date": "2023-06-07", + "price": 1.12 + }, + { + "date": "2023-02-09", + "price": 1.49 + }, + { + "date": "2023-02-07", + "price": 1.69 + }, + { + "date": "2023-02-02", + "price": 1.27 + }, + { + "date": "2023-01-08", + "price": 1.69 + }, + { + "date": "2023-01-05", + "price": 1.27 + }, + { + "date": "2022-12-18", + "price": 1.69 + }, + { + "date": "2022-12-16", + "price": 1.27 + }, + { + "date": "2022-11-06", + "price": 1.69 + }, + { + "date": "2022-11-04", + "price": 1.27 + }, + { + "date": "2022-10-13", + "price": 1.69 + }, + { + "date": "2022-10-06", + "price": 1.19 + }, + { + "date": "2022-10-03", + "price": 1.07 + }, + { + "date": "2022-09-30", + "price": 1.19 + }, + { + "date": "2022-09-08", + "price": 1.69 + }, + { + "date": "2022-09-05", + "price": 1.27 + }, + { + "date": "2022-07-28", + "price": 1.69 + }, + { + "date": "2022-07-25", + "price": 1.27 + }, + { + "date": "2022-07-14", + "price": 1.69 + }, + { + "date": "2022-07-11", + "price": 1.27 + }, + { + "date": "2022-06-03", + "price": 1.69 + }, + { + "date": "2022-06-01", + "price": 1.27 + }, + { + "date": "2022-05-30", + "price": 1.19 + }, + { + "date": "2022-05-25", + "price": 1.59 + }, + { + "date": "2022-05-23", + "price": 1.19 + }, + { + "date": "2022-01-09", + "price": 1.59 + }, + { + "date": "2022-01-07", + "price": 1.19 + }, + { + "date": "2021-11-26", + "price": 1.59 + }, + { + "date": "2021-10-28", + "price": 1.19 + }, + { + "date": "2021-10-20", + "price": 1.59 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": true, + "category": "03", + "tokens": [ + "billa", + "bio", + "kokosraspeln", + "200", + "g" + ], + "vector": { + "200": 0.2886751345948129, + "bill": 0.2886751345948129, + "bio": 0.2886751345948129, + "koko": 0.2886751345948129, + "okos": 0.2886751345948129, + "kosr": 0.2886751345948129, + "osra": 0.2886751345948129, + "sras": 0.2886751345948129, + "rasp": 0.2886751345948129, + "aspe": 0.2886751345948129, + "spel": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-479407", + "name": "BILLA Irischer Cheddar", + "description": "
  • Orginal Irischer Cheddar in Scheiben
  • ", + "price": 2.79, + "priceHistory": [ + { + "date": "2023-05-15", + "price": 2.79 + }, + { + "date": "2023-01-20", + "price": 2.99 + }, + { + "date": "2023-01-02", + "price": 1.99 + }, + { + "date": "2022-11-01", + "price": 2.99 + }, + { + "date": "2022-08-20", + "price": 2.79 + }, + { + "date": "2022-06-03", + "price": 2.55 + }, + { + "date": "2022-05-30", + "price": 1.91 + }, + { + "date": "2022-05-14", + "price": 2.55 + }, + { + "date": "2022-03-25", + "price": 2.39 + }, + { + "date": "2022-03-06", + "price": 2.19 + }, + { + "date": "2022-03-04", + "price": 1.64 + }, + { + "date": "2022-01-30", + "price": 2.19 + }, + { + "date": "2022-01-28", + "price": 1.64 + }, + { + "date": "2022-01-08", + "price": 2.19 + }, + { + "date": "2021-08-05", + "price": 1.99 + }, + { + "date": "2021-07-22", + "price": 1.59 + }, + { + "date": "2021-06-30", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "33", + "tokens": [ + "billa", + "irisch", + "cheddar", + "150", + "g" + ], + "vector": { + "150": 0.35355339059327373, + "bill": 0.35355339059327373, + "iris": 0.35355339059327373, + "risc": 0.35355339059327373, + "ched": 0.35355339059327373, + "hedd": 0.35355339059327373, + "edda": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-586885", + "name": "BILLA Cocktail Sauce", + "description": "Zu gekochten Eiern, Meeresfrüchten und herzhaften Salaten passt die Cocktail Sauce von BILLA wunderbar. Paprika und Knoblauch verleihen ihr ein kräftiges Aroma.
  • harmoniert mit kalten und warmen Gerichten
  • pikant abgeschmeckt
  • frei von Konservierungsmitteln
  • ohne Geschmacksverstärker", + "price": 1.19, + "priceHistory": [ + { + "date": "2023-05-28", + "price": 1.19 + }, + { + "date": "2023-05-22", + "price": 1.01 + }, + { + "date": "2023-05-17", + "price": 1.19 + }, + { + "date": "2023-03-05", + "price": 1.49 + }, + { + "date": "2023-03-01", + "price": 1.12 + }, + { + "date": "2022-07-28", + "price": 1.49 + }, + { + "date": "2022-07-25", + "price": 0.97 + }, + { + "date": "2022-06-03", + "price": 1.29 + }, + { + "date": "2022-05-30", + "price": 0.97 + }, + { + "date": "2022-03-17", + "price": 1.29 + }, + { + "date": "2021-07-17", + "price": 0.85 + }, + { + "date": "2021-02-25", + "price": 1.05 + }, + { + "date": "2018-04-12", + "price": 0.99 + }, + { + "date": "2018-04-05", + "price": 1.19 + }, + { + "date": "2017-12-21", + "price": 1.39 + }, + { + "date": "2017-12-06", + "price": 0.92 + }, + { + "date": "2017-08-03", + "price": 1.39 + }, + { + "date": "2017-04-27", + "price": 1.15 + }, + { + "date": "2017-04-20", + "price": 1.39 + }, + { + "date": "2017-04-05", + "price": 1.19 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "5C", + "tokens": [ + "billa", + "cocktail", + "sauc", + "250", + "ml" + ], + "vector": { + "250": 0.35355339059327373, + "bill": 0.35355339059327373, + "cock": 0.35355339059327373, + "ockt": 0.35355339059327373, + "ckta": 0.35355339059327373, + "ktai": 0.35355339059327373, + "sauc": 0.35355339059327373, + "ml": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-425331", + "name": "BILLA Curry Sauce", + "description": "Die Billa Curry Sauce verfeinert Ihre Reis- oder Fischgerichte mit fruchtiger Ananas und exotischem Currypulver.
    Holen Sie sich den Geschmack Indiens nach Hause und verzaubern Sie ihre Gäste.
  • Ohne Geschmacksverstärker
  • Keine Konservierungsstoffe
  • ", + "price": 1.19, + "priceHistory": [ + { + "date": "2023-05-17", + "price": 1.19 + }, + { + "date": "2023-03-05", + "price": 1.49 + }, + { + "date": "2023-03-01", + "price": 1.12 + }, + { + "date": "2022-07-28", + "price": 1.49 + }, + { + "date": "2022-07-25", + "price": 0.97 + }, + { + "date": "2022-06-03", + "price": 1.29 + }, + { + "date": "2022-05-30", + "price": 0.97 + }, + { + "date": "2022-03-17", + "price": 1.29 + }, + { + "date": "2021-08-14", + "price": 1.05 + }, + { + "date": "2021-07-17", + "price": 0.85 + }, + { + "date": "2021-06-09", + "price": 1.05 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "5C", + "tokens": [ + "billa", + "curry", + "sauc", + "250", + "ml" + ], + "vector": { + "250": 0.4472135954999579, + "bill": 0.4472135954999579, + "curr": 0.4472135954999579, + "sauc": 0.4472135954999579, + "ml": 0.4472135954999579 + } + }, + { + "store": "billa", + "id": "00-435242", + "name": "BILLA Family Rapsöl", + "description": "Das BILLA immer gut Rapsöl in der 2 Liter Vorratsflasche wird aus 100% Rapssaat hergestellt und ist reich an ungesättigten Fettsäuren und Omega-3-Fettsäuren.
    Es eignet sich hervorragend zum Braten und Backen oder auch zum Marinieren von Salaten.", + "price": 7.89, + "priceHistory": [ + { + "date": "2023-05-17", + "price": 7.89 + }, + { + "date": "2023-03-23", + "price": 7.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 2000, + "bio": false, + "category": "53", + "unavailable": true, + "tokens": [ + "billa", + "family", + "rapsl", + "2000", + "ml" + ], + "vector": { + "2000": 0.4082482904638631, + "bill": 0.4082482904638631, + "fami": 0.4082482904638631, + "amil": 0.4082482904638631, + "raps": 0.4082482904638631, + "ml": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-435162", + "name": "BILLA Family Sonnenblumenöl", + "description": "Das BILLA immer gut Sonnenblumenöl in der 2 Liter Vorratsflasche wird aus 100% Sonnenblumen hergestellt und ist reich an ungesättigten Fettsäuren.
    Es eignet sich hervorragend zum Braten und Backen oder auch zum Marinieren von Salaten.", + "price": 7.89, + "priceHistory": [ + { + "date": "2023-05-23", + "price": 7.89 + }, + { + "date": "2023-03-23", + "price": 7.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 2000, + "bio": false, + "category": "53", + "unavailable": true, + "tokens": [ + "billa", + "family", + "sonnenblumenl", + "2000", + "ml" + ], + "vector": { + "2000": 0.2672612419124244, + "bill": 0.2672612419124244, + "fami": 0.2672612419124244, + "amil": 0.2672612419124244, + "sonn": 0.2672612419124244, + "onne": 0.2672612419124244, + "nnen": 0.2672612419124244, + "nenb": 0.2672612419124244, + "enbl": 0.2672612419124244, + "nblu": 0.2672612419124244, + "blum": 0.2672612419124244, + "lume": 0.2672612419124244, + "umen": 0.2672612419124244, + "ml": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-884295", + "name": "BILLA Heumlich Alpenprinz", + "description": "Der Alpenprinz Käse von BILLA wird aus wertvoller Heumilch aus dem Salzburger Land hergestellt und trägt das AMA-Gütesiegel für Qualität aus Österreich.
  • laktosefreier Käse
  • mit Heumilch aus silofreier Fütterung
  • ohne den Einsatz von Gentechnik", + "price": 2.49, + "priceHistory": [ + { + "date": "2023-06-02", + "price": 2.49 + }, + { + "date": "2022-11-24", + "price": 2.59 + }, + { + "date": "2022-11-22", + "price": 2.19 + }, + { + "date": "2022-10-27", + "price": 1.49 + }, + { + "date": "2022-07-28", + "price": 2.19 + }, + { + "date": "2022-07-25", + "price": 1.64 + }, + { + "date": "2022-07-14", + "price": 2.19 + }, + { + "date": "2022-07-07", + "price": 1.75 + }, + { + "date": "2022-06-23", + "price": 1.49 + }, + { + "date": "2022-06-14", + "price": 2.19 + }, + { + "date": "2022-06-01", + "price": 1.64 + }, + { + "date": "2022-05-30", + "price": 1.91 + }, + { + "date": "2022-05-14", + "price": 2.55 + }, + { + "date": "2022-03-06", + "price": 2.05 + }, + { + "date": "2022-03-04", + "price": 1.54 + }, + { + "date": "2022-02-17", + "price": 2.05 + }, + { + "date": "2022-02-03", + "price": 1.49 + }, + { + "date": "2022-01-30", + "price": 2.05 + }, + { + "date": "2022-01-28", + "price": 1.54 + }, + { + "date": "2021-11-08", + "price": 2.05 + }, + { + "date": "2021-04-07", + "price": 1.99 + }, + { + "date": "2020-06-18", + "price": 2.29 + }, + { + "date": "2020-06-04", + "price": 1.69 + }, + { + "date": "2020-05-20", + "price": 2.29 + }, + { + "date": "2020-05-07", + "price": 1.69 + }, + { + "date": "2020-04-09", + "price": 2.29 + }, + { + "date": "2020-03-26", + "price": 1.69 + }, + { + "date": "2020-02-13", + "price": 2.29 + }, + { + "date": "2019-10-24", + "price": 2.19 + }, + { + "date": "2019-05-23", + "price": 1.99 + }, + { + "date": "2019-05-09", + "price": 1.69 + }, + { + "date": "2019-03-28", + "price": 1.99 + }, + { + "date": "2019-03-14", + "price": 1.69 + }, + { + "date": "2018-10-24", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "33", + "tokens": [ + "billa", + "heumlich", + "alpenprinz", + "150", + "g" + ], + "vector": { + "150": 0.2773500981126146, + "bill": 0.2773500981126146, + "heum": 0.2773500981126146, + "euml": 0.2773500981126146, + "umli": 0.2773500981126146, + "mlic": 0.2773500981126146, + "alpe": 0.2773500981126146, + "lpen": 0.2773500981126146, + "penp": 0.2773500981126146, + "enpr": 0.2773500981126146, + "npri": 0.2773500981126146, + "prin": 0.2773500981126146, + "g": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-899623", + "name": "BILLA Heumilch Gouda", + "description": "Bei dem Heumilch-Gouda von BILLA schmeckt man das Aroma von Wiesengräsern und anderen Kräutern. Dieser Käse wird im Salzburger Land produziert.
  • lactosefrei
  • ohne Gentechnik hergestellt
  • regionales Produkt
  • silofreie Fütterung der Milchkühe", + "price": 2.49, + "priceHistory": [ + { + "date": "2023-06-02", + "price": 2.49 + }, + { + "date": "2023-03-05", + "price": 2.59 + }, + { + "date": "2023-03-01", + "price": 1.94 + }, + { + "date": "2022-11-24", + "price": 2.59 + }, + { + "date": "2022-07-28", + "price": 2.19 + }, + { + "date": "2022-07-25", + "price": 1.64 + }, + { + "date": "2022-06-03", + "price": 2.19 + }, + { + "date": "2022-06-01", + "price": 1.64 + }, + { + "date": "2022-05-30", + "price": 1.91 + }, + { + "date": "2022-05-14", + "price": 2.55 + }, + { + "date": "2022-03-06", + "price": 2.05 + }, + { + "date": "2022-03-04", + "price": 1.54 + }, + { + "date": "2022-02-17", + "price": 2.05 + }, + { + "date": "2022-02-03", + "price": 1.49 + }, + { + "date": "2022-01-30", + "price": 2.05 + }, + { + "date": "2022-01-28", + "price": 1.54 + }, + { + "date": "2021-11-08", + "price": 2.05 + }, + { + "date": "2021-04-07", + "price": 1.99 + }, + { + "date": "2020-06-18", + "price": 2.29 + }, + { + "date": "2020-06-04", + "price": 1.69 + }, + { + "date": "2020-05-20", + "price": 2.29 + }, + { + "date": "2020-05-07", + "price": 1.69 + }, + { + "date": "2020-04-09", + "price": 2.29 + }, + { + "date": "2020-03-26", + "price": 1.69 + }, + { + "date": "2020-02-13", + "price": 2.29 + }, + { + "date": "2019-10-24", + "price": 2.19 + }, + { + "date": "2019-05-23", + "price": 1.99 + }, + { + "date": "2019-05-09", + "price": 1.69 + }, + { + "date": "2019-03-28", + "price": 1.99 + }, + { + "date": "2019-03-14", + "price": 1.69 + }, + { + "date": "2018-08-02", + "price": 1.99 + }, + { + "date": "2018-07-19", + "price": 1.49 + }, + { + "date": "2018-03-01", + "price": 1.99 + }, + { + "date": "2018-02-15", + "price": 1.49 + }, + { + "date": "2017-12-05", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "33", + "tokens": [ + "billa", + "heumilch", + "gouda", + "150", + "g" + ], + "vector": { + "150": 0.35355339059327373, + "bill": 0.35355339059327373, + "heum": 0.35355339059327373, + "eumi": 0.35355339059327373, + "umil": 0.35355339059327373, + "milc": 0.35355339059327373, + "goud": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-779349", + "name": "BILLA Kakaomilch", + "description": "Die vollmundige BILLA Kakaomilch wird aus österreichischer Milch hergestellt. Der Drink mit Strohhalm eignet sich als praktischer Snack für unterwegs.
  • 1,5 % Fett im Milchanteil", + "price": 0.55, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 0.55 + }, + { + "date": "2023-03-05", + "price": 0.65 + }, + { + "date": "2023-03-01", + "price": 0.49 + }, + { + "date": "2022-10-27", + "price": 0.65 + }, + { + "date": "2022-07-28", + "price": 0.55 + }, + { + "date": "2022-07-25", + "price": 0.41 + }, + { + "date": "2022-06-20", + "price": 0.55 + }, + { + "date": "2022-06-08", + "price": 0.51 + }, + { + "date": "2022-06-03", + "price": 0.52 + }, + { + "date": "2022-05-30", + "price": 0.39 + }, + { + "date": "2022-05-05", + "price": 0.52 + }, + { + "date": "2022-02-24", + "price": 0.51 + }, + { + "date": "2021-10-14", + "price": 0.49 + }, + { + "date": "2021-09-30", + "price": 0.39 + }, + { + "date": "2021-09-02", + "price": 0.49 + }, + { + "date": "2021-08-19", + "price": 0.39 + }, + { + "date": "2021-04-07", + "price": 0.49 + }, + { + "date": "2020-08-27", + "price": 0.55 + }, + { + "date": "2020-08-13", + "price": 0.45 + }, + { + "date": "2020-01-30", + "price": 0.55 + }, + { + "date": "2020-01-09", + "price": 0.49 + }, + { + "date": "2019-10-24", + "price": 0.59 + }, + { + "date": "2017-11-14", + "price": 0.49 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "billa", + "kakaomilch", + "250", + "ml" + ], + "vector": { + "250": 0.3333333333333333, + "bill": 0.3333333333333333, + "kaka": 0.3333333333333333, + "akao": 0.3333333333333333, + "kaom": 0.3333333333333333, + "aomi": 0.3333333333333333, + "omil": 0.3333333333333333, + "milc": 0.3333333333333333, + "ml": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-586889", + "name": "BILLA Knoblauch Sauce", + "description": "Ein Klassiker unter den Dressings, Dips und Gewürzsaucen ist die Knoblauch Sauce von BILLA. Sie passt zu Grillfleisch wie zu herzhaften Salaten.
  • mit Joghurt verfeinerte Knoblauchsoße
  • mit 8,5% Knoblauch
  • ohne Geschmacksverstärker
  • keine Konservierungsstoffe", + "price": 1.19, + "priceHistory": [ + { + "date": "2023-05-17", + "price": 1.19 + }, + { + "date": "2022-07-28", + "price": 1.49 + }, + { + "date": "2022-07-25", + "price": 0.97 + }, + { + "date": "2022-06-03", + "price": 1.29 + }, + { + "date": "2022-05-30", + "price": 0.97 + }, + { + "date": "2022-03-17", + "price": 1.29 + }, + { + "date": "2021-07-17", + "price": 0.85 + }, + { + "date": "2021-02-25", + "price": 1.05 + }, + { + "date": "2018-04-12", + "price": 0.99 + }, + { + "date": "2018-04-05", + "price": 1.19 + }, + { + "date": "2017-12-21", + "price": 1.39 + }, + { + "date": "2017-12-06", + "price": 0.92 + }, + { + "date": "2017-08-03", + "price": 1.39 + }, + { + "date": "2017-04-27", + "price": 1.15 + }, + { + "date": "2017-04-20", + "price": 1.39 + }, + { + "date": "2017-04-05", + "price": 1.19 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "5C", + "tokens": [ + "billa", + "knoblauch", + "sauc", + "250", + "ml" + ], + "vector": { + "250": 0.3333333333333333, + "bill": 0.3333333333333333, + "knob": 0.3333333333333333, + "nobl": 0.3333333333333333, + "obla": 0.3333333333333333, + "blau": 0.3333333333333333, + "lauc": 0.3333333333333333, + "sauc": 0.3333333333333333, + "ml": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-414881", + "name": "BILLA Mandeln blanchiert", + "description": "", + "price": 1.19, + "priceHistory": [ + { + "date": "2023-06-15", + "price": 1.19 + }, + { + "date": "2023-06-07", + "price": 0.833 + }, + { + "date": "2023-05-17", + "price": 1.19 + }, + { + "date": "2023-05-16", + "price": 0.833 + }, + { + "date": "2023-03-05", + "price": 1.19 + }, + { + "date": "2023-03-01", + "price": 0.89 + }, + { + "date": "2023-02-10", + "price": 1.19 + }, + { + "date": "2022-10-06", + "price": 1.29 + }, + { + "date": "2022-10-03", + "price": 1.16 + }, + { + "date": "2022-08-26", + "price": 1.29 + }, + { + "date": "2022-07-28", + "price": 1.09 + }, + { + "date": "2022-07-25", + "price": 0.82 + }, + { + "date": "2022-06-03", + "price": 1.09 + }, + { + "date": "2022-06-01", + "price": 0.82 + }, + { + "date": "2022-05-30", + "price": 0.74 + }, + { + "date": "2022-04-25", + "price": 0.99 + }, + { + "date": "2020-10-15", + "price": 1.19 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": false, + "category": "03", + "tokens": [ + "billa", + "mandeln", + "blanchiert", + "100", + "g" + ], + "vector": { + "100": 0.2886751345948129, + "bill": 0.2886751345948129, + "mand": 0.2886751345948129, + "ande": 0.2886751345948129, + "ndel": 0.2886751345948129, + "blan": 0.2886751345948129, + "lanc": 0.2886751345948129, + "anch": 0.2886751345948129, + "nchi": 0.2886751345948129, + "chie": 0.2886751345948129, + "hier": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-414841", + "name": "Billa Mandeln Gehobelt", + "description": "", + "price": 1.19, + "priceHistory": [ + { + "date": "2023-03-05", + "price": 1.19 + }, + { + "date": "2023-03-01", + "price": 0.89 + }, + { + "date": "2023-02-10", + "price": 1.19 + }, + { + "date": "2022-10-06", + "price": 1.29 + }, + { + "date": "2022-10-03", + "price": 1.16 + }, + { + "date": "2022-06-03", + "price": 1.29 + }, + { + "date": "2022-05-30", + "price": 0.97 + }, + { + "date": "2022-05-24", + "price": 1.29 + }, + { + "date": "2020-10-21", + "price": 1.19 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": false, + "category": "52", + "tokens": [ + "billa", + "mandeln", + "gehobelt", + "100", + "g" + ], + "vector": { + "100": 0.31622776601683794, + "bill": 0.31622776601683794, + "mand": 0.31622776601683794, + "ande": 0.31622776601683794, + "ndel": 0.31622776601683794, + "geho": 0.31622776601683794, + "ehob": 0.31622776601683794, + "hobe": 0.31622776601683794, + "obel": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-414901", + "name": "BILLA Mandeln gestiftelt", + "description": "Gestiftelte Mandeln von BILLA verzieren und verfeinern Mehlspeisen.", + "price": 1.19, + "priceHistory": [ + { + "date": "2023-03-05", + "price": 1.19 + }, + { + "date": "2023-03-01", + "price": 0.89 + }, + { + "date": "2023-02-10", + "price": 1.19 + }, + { + "date": "2022-10-06", + "price": 1.29 + }, + { + "date": "2022-10-03", + "price": 1.16 + }, + { + "date": "2022-07-28", + "price": 1.29 + }, + { + "date": "2022-07-25", + "price": 0.97 + }, + { + "date": "2022-06-03", + "price": 1.29 + }, + { + "date": "2022-05-30", + "price": 0.97 + }, + { + "date": "2022-05-24", + "price": 1.29 + }, + { + "date": "2020-11-04", + "price": 1.19 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": false, + "category": "03", + "tokens": [ + "billa", + "mandeln", + "gestiftelt", + "100", + "g" + ], + "vector": { + "100": 0.2886751345948129, + "bill": 0.2886751345948129, + "mand": 0.2886751345948129, + "ande": 0.2886751345948129, + "ndel": 0.2886751345948129, + "gest": 0.2886751345948129, + "esti": 0.2886751345948129, + "stif": 0.2886751345948129, + "tift": 0.2886751345948129, + "ifte": 0.2886751345948129, + "ftel": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-243007", + "name": "BILLA Rotweinessig", + "description": "", + "price": 1.69, + "priceHistory": [ + { + "date": "2023-05-17", + "price": 1.69 + }, + { + "date": "2023-03-05", + "price": 1.79 + }, + { + "date": "2023-03-01", + "price": 1.34 + }, + { + "date": "2023-01-17", + "price": 1.79 + }, + { + "date": "2023-01-12", + "price": 1.34 + }, + { + "date": "2022-12-01", + "price": 1.79 + }, + { + "date": "2022-07-28", + "price": 1.59 + }, + { + "date": "2022-07-25", + "price": 1.19 + }, + { + "date": "2022-06-03", + "price": 1.59 + }, + { + "date": "2022-05-30", + "price": 1.19 + }, + { + "date": "2022-05-23", + "price": 1.59 + }, + { + "date": "2021-02-04", + "price": 1.39 + }, + { + "date": "2019-07-11", + "price": 0.99 + }, + { + "date": "2019-01-31", + "price": 1.29 + }, + { + "date": "2019-01-09", + "price": 1.39 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 500, + "bio": false, + "category": "53", + "tokens": [ + "billa", + "rotweiness", + "500", + "ml" + ], + "vector": { + "500": 0.3333333333333333, + "bill": 0.3333333333333333, + "rotw": 0.3333333333333333, + "otwe": 0.3333333333333333, + "twei": 0.3333333333333333, + "wein": 0.3333333333333333, + "eine": 0.3333333333333333, + "ines": 0.3333333333333333, + "ml": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-579343", + "name": "BILLA Sardinen in Olivenöl mit Haut & Gräten", + "description": "", + "price": 1.99, + "priceHistory": [ + { + "date": "2023-06-21", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 120, + "bio": false, + "category": "57", + "tokens": [ + "billa", + "sardin", + "olivenl", + "haut", + "grten", + "120", + "g" + ], + "vector": { + "120": 0.31622776601683794, + "bill": 0.31622776601683794, + "sard": 0.31622776601683794, + "ardi": 0.31622776601683794, + "oliv": 0.31622776601683794, + "live": 0.31622776601683794, + "iven": 0.31622776601683794, + "haut": 0.31622776601683794, + "grte": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-882146", + "name": "Felix Sauce Tartar", + "description": "Die Felix Sauce Tartare ist eine klassische Soße, die sehr gut zu gebackenen Champions, aber auch zum Fondue oder zu Gebratenem passt.
  • cremige Soße mit feinen Gurkerlstücken
  • einfach zu dosieren dank leicht zu drückender Plastikflasche", + "price": 2.49, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 2.49 + }, + { + "date": "2023-05-28", + "price": 1.99 + }, + { + "date": "2023-05-22", + "price": 1.69 + }, + { + "date": "2023-05-13", + "price": 1.99 + }, + { + "date": "2023-01-01", + "price": 2.49 + }, + { + "date": "2022-12-27", + "price": 1.99 + }, + { + "date": "2022-12-07", + "price": 2.49 + }, + { + "date": "2022-11-24", + "price": 1.99 + }, + { + "date": "2022-09-01", + "price": 2.49 + }, + { + "date": "2022-06-23", + "price": 2.29 + }, + { + "date": "2022-05-12", + "price": 1.79 + }, + { + "date": "2022-01-01", + "price": 2.29 + }, + { + "date": "2021-12-27", + "price": 1.79 + }, + { + "date": "2021-12-09", + "price": 2.29 + }, + { + "date": "2021-11-25", + "price": 1.49 + }, + { + "date": "2021-07-22", + "price": 1.99 + }, + { + "date": "2021-06-10", + "price": 1.49 + }, + { + "date": "2021-02-25", + "price": 1.99 + }, + { + "date": "2020-02-13", + "price": 1.69 + }, + { + "date": "2020-01-02", + "price": 1.99 + }, + { + "date": "2019-12-05", + "price": 1.29 + }, + { + "date": "2019-08-01", + "price": 1.99 + }, + { + "date": "2019-07-04", + "price": 1.49 + }, + { + "date": "2019-06-06", + "price": 1.99 + }, + { + "date": "2019-04-11", + "price": 1.49 + }, + { + "date": "2018-12-20", + "price": 1.99 + }, + { + "date": "2018-12-06", + "price": 1.32 + }, + { + "date": "2018-09-06", + "price": 1.99 + }, + { + "date": "2018-08-23", + "price": 1.49 + }, + { + "date": "2018-07-19", + "price": 1.99 + }, + { + "date": "2018-07-05", + "price": 1.32 + }, + { + "date": "2018-06-07", + "price": 1.99 + }, + { + "date": "2018-05-03", + "price": 1.49 + }, + { + "date": "2017-09-09", + "price": 1.99 + }, + { + "date": "2017-08-24", + "price": 1.32 + }, + { + "date": "2017-06-29", + "price": 1.99 + }, + { + "date": "2017-06-13", + "price": 1.32 + }, + { + "date": "2017-04-05", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "5C", + "tokens": [ + "felix", + "sauc", + "tartar", + "250", + "ml" + ], + "vector": { + "250": 0.4082482904638631, + "feli": 0.4082482904638631, + "sauc": 0.4082482904638631, + "tart": 0.4082482904638631, + "arta": 0.4082482904638631, + "ml": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-397238", + "name": "BILLA Sonnenblumenkerne", + "description": "", + "price": 1.59, + "priceHistory": [ + { + "date": "2023-03-05", + "price": 1.59 + }, + { + "date": "2023-03-01", + "price": 1.19 + }, + { + "date": "2023-02-09", + "price": 1.59 + }, + { + "date": "2022-11-20", + "price": 1.99 + }, + { + "date": "2022-11-18", + "price": 1.49 + }, + { + "date": "2022-10-09", + "price": 1.99 + }, + { + "date": "2022-10-07", + "price": 1.49 + }, + { + "date": "2022-10-06", + "price": 1.99 + }, + { + "date": "2022-10-03", + "price": 1.79 + }, + { + "date": "2022-08-21", + "price": 1.99 + }, + { + "date": "2022-08-19", + "price": 1.49 + }, + { + "date": "2022-07-31", + "price": 1.99 + }, + { + "date": "2022-07-29", + "price": 1.49 + }, + { + "date": "2022-07-28", + "price": 1.99 + }, + { + "date": "2022-07-25", + "price": 1.49 + }, + { + "date": "2022-06-03", + "price": 1.99 + }, + { + "date": "2022-05-30", + "price": 1.49 + }, + { + "date": "2020-11-11", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": false, + "category": "03", + "tokens": [ + "billa", + "sonnenblumenkern", + "500", + "g" + ], + "vector": { + "500": 0.2581988897471611, + "bill": 0.2581988897471611, + "sonn": 0.2581988897471611, + "onne": 0.2581988897471611, + "nnen": 0.2581988897471611, + "nenb": 0.2581988897471611, + "enbl": 0.2581988897471611, + "nblu": 0.2581988897471611, + "blum": 0.2581988897471611, + "lume": 0.2581988897471611, + "umen": 0.2581988897471611, + "menk": 0.2581988897471611, + "enke": 0.2581988897471611, + "nker": 0.2581988897471611, + "g": 0.2581988897471611 + } + }, + { + "store": "billa", + "id": "00-932093", + "name": "BILLA Sour Cream Sauce", + "description": "Die Sour Cream Sauce von BILLA enthält keine Konservierungsstoffe. Sauerrahm sorgt für die Frische, Senfsaat, Knoblauch und Gewürze für den vollen Geschmack.
  • ohne Geschmacksverstärker, ohne Konservierungsstoffe
  • eine erfrischende Sauce, perfekt für jede Grillerei und jedes Festmahl", + "price": 1.19, + "priceHistory": [ + { + "date": "2023-05-17", + "price": 1.19 + }, + { + "date": "2023-03-05", + "price": 1.49 + }, + { + "date": "2023-03-01", + "price": 1.12 + }, + { + "date": "2022-07-28", + "price": 1.49 + }, + { + "date": "2022-07-25", + "price": 0.97 + }, + { + "date": "2022-06-03", + "price": 1.29 + }, + { + "date": "2022-05-30", + "price": 0.97 + }, + { + "date": "2022-03-17", + "price": 1.29 + }, + { + "date": "2021-08-14", + "price": 1.05 + }, + { + "date": "2021-07-17", + "price": 0.85 + }, + { + "date": "2021-02-25", + "price": 1.05 + }, + { + "date": "2018-08-01", + "price": 0.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "5C", + "tokens": [ + "billa", + "sour", + "cream", + "sauc", + "250", + "ml" + ], + "vector": { + "250": 0.4082482904638631, + "bill": 0.4082482904638631, + "sour": 0.4082482904638631, + "crea": 0.4082482904638631, + "sauc": 0.4082482904638631, + "ml": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-425279", + "name": "BILLA Süß Sauer Sauce", + "description": "", + "price": 1.19, + "priceHistory": [ + { + "date": "2023-05-17", + "price": 1.19 + }, + { + "date": "2023-03-05", + "price": 1.49 + }, + { + "date": "2023-03-01", + "price": 1.12 + }, + { + "date": "2023-02-15", + "price": 1.49 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "5C", + "tokens": [ + "billa", + "s", + "sau", + "sauc", + "250", + "ml" + ], + "vector": { + "250": 0.4082482904638631, + "bill": 0.4082482904638631, + "s": 0.4082482904638631, + "sau": 0.4082482904638631, + "sauc": 0.4082482904638631, + "ml": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-586901", + "name": "BILLA Sweet Chili Sauce", + "description": "Die Sweet Chili Sauce von BILLA erfreut sich als süß-saure Grillsoße hoher Beliebtheit. Sie harmoniert mit Grillfleisch, -fisch und -gemüse.
  • süß-scharfe Würzsoße auf Paprika-Basis
  • mit 6% Chilipaprika
  • fruchtig und scharf
  • ohne Konservierungsstoffe und Geschmacksverstärker", + "price": 1.19, + "priceHistory": [ + { + "date": "2023-05-28", + "price": 1.19 + }, + { + "date": "2023-05-22", + "price": 1.01 + }, + { + "date": "2023-05-17", + "price": 1.19 + }, + { + "date": "2023-03-05", + "price": 1.49 + }, + { + "date": "2023-03-01", + "price": 1.12 + }, + { + "date": "2022-07-28", + "price": 1.49 + }, + { + "date": "2022-07-25", + "price": 0.97 + }, + { + "date": "2022-06-03", + "price": 1.29 + }, + { + "date": "2022-05-30", + "price": 0.97 + }, + { + "date": "2022-03-17", + "price": 1.29 + }, + { + "date": "2021-08-14", + "price": 1.05 + }, + { + "date": "2021-07-17", + "price": 0.85 + }, + { + "date": "2021-02-25", + "price": 1.05 + }, + { + "date": "2018-04-12", + "price": 0.99 + }, + { + "date": "2018-04-05", + "price": 1.19 + }, + { + "date": "2017-12-21", + "price": 1.39 + }, + { + "date": "2017-12-06", + "price": 0.92 + }, + { + "date": "2017-08-03", + "price": 1.39 + }, + { + "date": "2017-04-27", + "price": 1.15 + }, + { + "date": "2017-04-20", + "price": 1.39 + }, + { + "date": "2017-04-05", + "price": 1.19 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "5C", + "tokens": [ + "billa", + "sweet", + "chili", + "sauc", + "250", + "ml" + ], + "vector": { + "250": 0.4082482904638631, + "bill": 0.4082482904638631, + "swee": 0.4082482904638631, + "chil": 0.4082482904638631, + "sauc": 0.4082482904638631, + "ml": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-511983", + "name": "BILLA Thunfisch in Olivenöl", + "description": "", + "price": 4.99, + "priceHistory": [ + { + "date": "2023-03-30", + "price": 4.99 + }, + { + "date": "2023-03-05", + "price": 5.09 + }, + { + "date": "2023-03-01", + "price": 3.82 + }, + { + "date": "2023-02-19", + "price": 5.09 + }, + { + "date": "2023-02-17", + "price": 3.82 + }, + { + "date": "2022-11-09", + "price": 5.09 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 190, + "bio": false, + "category": "57", + "tokens": [ + "billa", + "thunfisch", + "olivenl", + "190", + "g" + ], + "vector": { + "190": 0.30151134457776363, + "bill": 0.30151134457776363, + "thun": 0.30151134457776363, + "hunf": 0.30151134457776363, + "unfi": 0.30151134457776363, + "nfis": 0.30151134457776363, + "fisc": 0.30151134457776363, + "oliv": 0.30151134457776363, + "live": 0.30151134457776363, + "iven": 0.30151134457776363, + "g": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-779372", + "name": "BILLA Vanillemilch", + "description": "Die köstlich cremige BILLA Vanillemilch ist der ideale Pausensnack. Der Drink ist mit gentechnikfreier Milch hergestellt, die 1,5 % Fett enthält.
  • praktische Trinkpackung mit Strohhalm für unterwegs
  • mit lieblichem Vanille-Extrakt", + "price": 0.55, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 0.55 + }, + { + "date": "2023-03-05", + "price": 0.65 + }, + { + "date": "2023-03-01", + "price": 0.49 + }, + { + "date": "2022-10-27", + "price": 0.65 + }, + { + "date": "2022-07-28", + "price": 0.55 + }, + { + "date": "2022-07-25", + "price": 0.41 + }, + { + "date": "2022-06-20", + "price": 0.55 + }, + { + "date": "2022-06-08", + "price": 0.51 + }, + { + "date": "2022-06-03", + "price": 0.52 + }, + { + "date": "2022-05-30", + "price": 0.39 + }, + { + "date": "2022-05-05", + "price": 0.52 + }, + { + "date": "2022-02-24", + "price": 0.51 + }, + { + "date": "2021-10-14", + "price": 0.49 + }, + { + "date": "2021-09-30", + "price": 0.39 + }, + { + "date": "2021-09-02", + "price": 0.49 + }, + { + "date": "2021-08-19", + "price": 0.39 + }, + { + "date": "2021-04-07", + "price": 0.49 + }, + { + "date": "2020-08-27", + "price": 0.55 + }, + { + "date": "2020-08-13", + "price": 0.45 + }, + { + "date": "2020-01-30", + "price": 0.55 + }, + { + "date": "2020-01-09", + "price": 0.49 + }, + { + "date": "2019-10-24", + "price": 0.59 + }, + { + "date": "2017-11-14", + "price": 0.49 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "billa", + "vanillemilch", + "250", + "ml" + ], + "vector": { + "250": 0.30151134457776363, + "bill": 0.30151134457776363, + "vani": 0.30151134457776363, + "anil": 0.30151134457776363, + "nill": 0.30151134457776363, + "ille": 0.30151134457776363, + "llem": 0.30151134457776363, + "lemi": 0.30151134457776363, + "emil": 0.30151134457776363, + "milc": 0.30151134457776363, + "ml": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-250008", + "name": "BILLA Ziegenkäse Scheiben", + "description": "
  • Laktosefrei
  • Hergestellt in den Niederlanden
  • ", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-04-22", + "price": 2.99 + }, + { + "date": "2023-03-05", + "price": 3.19 + }, + { + "date": "2023-03-01", + "price": 2.39 + }, + { + "date": "2023-01-19", + "price": 3.19 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "33", + "tokens": [ + "billa", + "ziegenks", + "scheib", + "150", + "g" + ], + "vector": { + "150": 0.3333333333333333, + "bill": 0.3333333333333333, + "zieg": 0.3333333333333333, + "iege": 0.3333333333333333, + "egen": 0.3333333333333333, + "genk": 0.3333333333333333, + "sche": 0.3333333333333333, + "chei": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-381195", + "name": "Biozentrale Crunchy Müsli Kokos", + "description": "Unser exotisches biozentrale Crunchy Müsli Kokos ist ein besonders knusprig gebackenes Vollkorn-Müsli mit saftigen Kokosraspeln. Was du übrigens nicht in unserem Crunchy Müsli findest, sind Rosinen ¿ denn die knuspern nicht.
    Unser Crunchy Müsli Kokos schmeckt wunderbar zum Frühstück oder als Zwischenmahlzeit ¿ besonders gut mit Milch, Joghurt oder Quark. In Kombination mit frischen Früchten oder Nüssen wird es zum exquisiten Genuss.
  • Ballaststoffquelle
  • Vollkorn
  • Mit saftigen Kokosraspeln
  • ", + "price": 3.79, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 3.79 + }, + { + "date": "2023-06-07", + "price": 2.84 + }, + { + "date": "2023-05-16", + "price": 3.79 + }, + { + "date": "2023-02-07", + "price": 3.99 + }, + { + "date": "2023-02-02", + "price": 2.99 + }, + { + "date": "2023-01-17", + "price": 3.99 + }, + { + "date": "2023-01-12", + "price": 2.99 + }, + { + "date": "2022-09-10", + "price": 3.99 + }, + { + "date": "2022-09-07", + "price": 2.99 + }, + { + "date": "2022-05-25", + "price": 3.99 + }, + { + "date": "2022-05-24", + "price": 2.99 + }, + { + "date": "2022-01-09", + "price": 3.99 + }, + { + "date": "2022-01-07", + "price": 2.99 + }, + { + "date": "2021-06-23", + "price": 3.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 375, + "bio": true, + "category": "5A", + "tokens": [ + "biozentral", + "crunchy", + "msli", + "kokos", + "375", + "g" + ], + "vector": { + "375": 0.2773500981126146, + "bioz": 0.2773500981126146, + "ioze": 0.2773500981126146, + "ozen": 0.2773500981126146, + "zent": 0.2773500981126146, + "entr": 0.2773500981126146, + "ntra": 0.2773500981126146, + "crun": 0.2773500981126146, + "runc": 0.2773500981126146, + "unch": 0.2773500981126146, + "msli": 0.2773500981126146, + "koko": 0.2773500981126146, + "g": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-381187", + "name": "Biozentrale Crunchy Müsli Amaranth", + "description": "Biozentrale Crunchy Müsli Amaranth ist ein besonders knusprig gebackenes Vollkorn-Müsli mit gepufftem Amaranth und exotischen Kokosraspeln. Was du übrigens nicht in unserem Crunchy Müsli findest, sind Rosinen - denn die knuspern nicht.
    Unser Crunchy Müsli Amaranth schmeckt wunderbar zum Frühstück oder als Zwischenmahlzeit - besonders gut mit Milch, Joghurt oder Quark. In Kombination mit frischen Früchten oder Nüssen wird es zum exquisiten Genuss.
  • Hoher Ballaststoffgehalt
  • Vollkorn
  • Mit gepufftem Amaranth, exotischen Kokosraspeln und feiner Zimtnote
  • ", + "price": 3.79, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 3.79 + }, + { + "date": "2023-06-07", + "price": 2.84 + }, + { + "date": "2023-02-13", + "price": 3.79 + }, + { + "date": "2023-02-09", + "price": 3.99 + }, + { + "date": "2023-02-04", + "price": 2.99 + }, + { + "date": "2022-09-08", + "price": 3.99 + }, + { + "date": "2022-09-05", + "price": 2.99 + }, + { + "date": "2022-07-14", + "price": 3.99 + }, + { + "date": "2022-07-11", + "price": 2.99 + }, + { + "date": "2022-05-25", + "price": 3.99 + }, + { + "date": "2022-05-23", + "price": 2.99 + }, + { + "date": "2022-01-09", + "price": 3.99 + }, + { + "date": "2022-01-07", + "price": 2.99 + }, + { + "date": "2021-06-23", + "price": 3.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 375, + "bio": true, + "category": "5A", + "tokens": [ + "biozentral", + "crunchy", + "msli", + "amaranth", + "375", + "g" + ], + "vector": { + "375": 0.25, + "bioz": 0.25, + "ioze": 0.25, + "ozen": 0.25, + "zent": 0.25, + "entr": 0.25, + "ntra": 0.25, + "crun": 0.25, + "runc": 0.25, + "unch": 0.25, + "msli": 0.25, + "amar": 0.25, + "mara": 0.25, + "aran": 0.25, + "rant": 0.25, + "g": 0.25 + } + }, + { + "store": "billa", + "id": "00-408228", + "name": "Bona Öl", + "description": "Bona Pflanzenöl wird aus hochwertigen Sonnenblumen- und Rapsölen hergestellt, Reich an Vitamin E: pflanzliche Öle, wie z,B, Bona, tragen wesentlich zur Versorgung mit Vitamin E bei, denn Bona enthält schon von Natur aus reichlich Vitamin E, dass bis 180°C hitzebeständig ist. Bona ist ideal für alle Verwendungsarten.", + "price": 3.99, + "priceHistory": [ + { + "date": "2023-03-30", + "price": 3.99 + }, + { + "date": "2023-03-16", + "price": 2.99 + }, + { + "date": "2023-01-17", + "price": 3.99 + }, + { + "date": "2023-01-12", + "price": 2.99 + }, + { + "date": "2023-01-05", + "price": 3.99 + }, + { + "date": "2022-12-25", + "price": 4.49 + }, + { + "date": "2022-12-07", + "price": 3.49 + }, + { + "date": "2022-05-07", + "price": 4.49 + }, + { + "date": "2022-02-03", + "price": 3.49 + }, + { + "date": "2022-01-20", + "price": 2.99 + }, + { + "date": "2021-09-02", + "price": 3.49 + }, + { + "date": "2020-07-30", + "price": 2.99 + }, + { + "date": "2020-07-16", + "price": 1.99 + }, + { + "date": "2020-02-13", + "price": 2.99 + }, + { + "date": "2020-01-30", + "price": 1.49 + }, + { + "date": "2019-10-24", + "price": 2.99 + }, + { + "date": "2019-10-10", + "price": 1.49 + }, + { + "date": "2019-08-22", + "price": 2.99 + }, + { + "date": "2019-08-19", + "price": 1.49 + }, + { + "date": "2019-03-28", + "price": 2.99 + }, + { + "date": "2019-03-14", + "price": 1.49 + }, + { + "date": "2019-02-07", + "price": 2.99 + }, + { + "date": "2019-02-04", + "price": 1.49 + }, + { + "date": "2018-07-05", + "price": 2.99 + }, + { + "date": "2018-06-21", + "price": 1.49 + }, + { + "date": "2018-05-03", + "price": 2.99 + }, + { + "date": "2018-04-19", + "price": 1.99 + }, + { + "date": "2018-03-15", + "price": 2.99 + }, + { + "date": "2018-03-01", + "price": 1.49 + }, + { + "date": "2017-06-29", + "price": 2.99 + }, + { + "date": "2017-06-13", + "price": 1.49 + }, + { + "date": "2017-04-05", + "price": 2.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 750, + "bio": false, + "category": "53", + "tokens": [ + "bona", + "l", + "750", + "ml" + ], + "vector": { + "750": 0.5, + "bona": 0.5, + "l": 0.5, + "ml": 0.5 + } + }, + { + "store": "billa", + "id": "00-413745", + "name": "Bona Öl", + "description": "Bona Pflanzenöl wird aus hochwertigen Sonnenblumen- und Rapsölen hergestellt, Reich an Vitamin E: pflanzliche Öle, wie z,B, Bona, tragen wesentlich zur Versorgung mit Vitamin E bei, denn Bona enthält schon von Natur aus reichlich Vitamin E, dass bis 180°C hitzebeständig ist. Bona ist ideal für alle Verwendungsarten.", + "price": 8.99, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 8.99 + }, + { + "date": "2023-04-29", + "price": 6.99 + }, + { + "date": "2023-02-16", + "price": 8.99 + }, + { + "date": "2023-02-02", + "price": 6.99 + }, + { + "date": "2023-01-20", + "price": 8.99 + }, + { + "date": "2022-04-22", + "price": 9.99 + }, + { + "date": "2022-04-21", + "price": 8.99 + }, + { + "date": "2022-02-03", + "price": 6.99 + }, + { + "date": "2022-01-20", + "price": 4.99 + }, + { + "date": "2022-01-01", + "price": 6.99 + }, + { + "date": "2021-12-28", + "price": 4.99 + }, + { + "date": "2021-09-30", + "price": 6.99 + }, + { + "date": "2021-09-16", + "price": 4.99 + }, + { + "date": "2021-07-01", + "price": 6.99 + }, + { + "date": "2021-05-12", + "price": 5.99 + }, + { + "date": "2021-05-04", + "price": 3.79 + }, + { + "date": "2020-06-18", + "price": 5.99 + }, + { + "date": "2020-06-04", + "price": 2.99 + }, + { + "date": "2020-03-26", + "price": 5.99 + }, + { + "date": "2020-03-12", + "price": 2.99 + }, + { + "date": "2020-02-13", + "price": 5.99 + }, + { + "date": "2019-10-30", + "price": 3.99 + }, + { + "date": "2019-08-08", + "price": 5.99 + }, + { + "date": "2019-06-13", + "price": 3.99 + }, + { + "date": "2019-05-23", + "price": 5.99 + }, + { + "date": "2019-05-09", + "price": 2.99 + }, + { + "date": "2019-02-21", + "price": 5.99 + }, + { + "date": "2018-11-29", + "price": 3.99 + }, + { + "date": "2018-08-30", + "price": 5.99 + }, + { + "date": "2018-05-24", + "price": 3.99 + }, + { + "date": "2018-02-22", + "price": 5.99 + }, + { + "date": "2017-11-16", + "price": 4.99 + }, + { + "date": "2017-08-03", + "price": 5.99 + }, + { + "date": "2017-04-27", + "price": 3.99 + }, + { + "date": "2017-04-05", + "price": 5.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1500, + "bio": false, + "category": "53", + "tokens": [ + "bona", + "l", + "1500", + "ml" + ], + "vector": { + "1500": 0.5, + "bona": 0.5, + "l": 0.5, + "ml": 0.5 + } + }, + { + "store": "billa", + "id": "00-18525", + "name": "Burgit Fußbalsam", + "description": "
  • Mit Ringelblume, Kampfer und Menthol
  • Erfrischt und pflegt intensiv
  • Mit pflegenden Ölen
  • Für die tägliche Fußpflege
  • ", + "price": 3.99, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 3.99 + }, + { + "date": "2022-12-15", + "price": 4.89 + }, + { + "date": "2019-08-28", + "price": 4.49 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 75, + "bio": false, + "category": "7B", + "tokens": [ + "burgit", + "fubalsam", + "75", + "ml" + ], + "vector": { + "75": 0.35355339059327373, + "burg": 0.35355339059327373, + "urgi": 0.35355339059327373, + "fuba": 0.35355339059327373, + "ubal": 0.35355339059327373, + "bals": 0.35355339059327373, + "alsa": 0.35355339059327373, + "ml": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-862303", + "name": "Burgit Hornhaut Creme", + "description": "Täglich oder mehrmals wöchentlich angewandt, pflegt Burgit Hornhaut Creme raue Haut intensiv, entfernt verhornte Stellen und macht die Füße geschmeidig weich.
  • Creme zur intensiven Pflege rauer und rissiger Haut an den Füßen
  • enthält Macadamia-Öl, Panthenol und Allantoin
  • hemmt die Neubildung von Hornhaut
  • enthält Panthenöl und Vitamin E", + "price": 4.49, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 4.49 + }, + { + "date": "2021-05-27", + "price": 5.19 + }, + { + "date": "2017-09-09", + "price": 5.29 + }, + { + "date": "2017-04-05", + "price": 5.19 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 75, + "bio": false, + "category": "7B", + "tokens": [ + "burgit", + "hornhaut", + "crem", + "75", + "ml" + ], + "vector": { + "75": 0.3333333333333333, + "burg": 0.3333333333333333, + "urgi": 0.3333333333333333, + "horn": 0.3333333333333333, + "ornh": 0.3333333333333333, + "rnha": 0.3333333333333333, + "nhau": 0.3333333333333333, + "crem": 0.3333333333333333, + "ml": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-810262", + "name": "Canella Bellini Weincocktail", + "description": "Die prickelnde Cocktail-Verführung aus Italien. Ein trinkfertiger Cocktail aus zwei Drittel Prosecco, dem Saft weißer Pfirsiche und einem Schuss Waldhimbeere. Fruchtig, lässig und ausgesprochen erfrischend. Das Weingut Canella in San Doná war 40 Jahre nach der Erfindung des Bellini der erste Hersteller, der Prosecco und Pfirsich bereits in der Flasche gemischt auf den Markt brachte.
  • ", + "price": 8.99, + "priceHistory": [ + { + "date": "2023-03-14", + "price": 8.99 + }, + { + "date": "2023-02-12", + "price": 9.99 + }, + { + "date": "2023-02-10", + "price": 7.49 + }, + { + "date": "2023-01-27", + "price": 9.99 + }, + { + "date": "2023-01-01", + "price": 9.49 + }, + { + "date": "2022-12-30", + "price": 7.12 + }, + { + "date": "2022-12-23", + "price": 9.49 + }, + { + "date": "2022-10-30", + "price": 8.99 + }, + { + "date": "2022-10-28", + "price": 6.74 + }, + { + "date": "2022-07-10", + "price": 8.99 + }, + { + "date": "2022-07-08", + "price": 6.74 + }, + { + "date": "2022-05-24", + "price": 8.99 + }, + { + "date": "2022-02-27", + "price": 8.49 + }, + { + "date": "2022-02-25", + "price": 6.37 + }, + { + "date": "2022-02-12", + "price": 8.49 + }, + { + "date": "2022-02-02", + "price": 8.69 + }, + { + "date": "2022-01-11", + "price": 7.69 + }, + { + "date": "2021-12-27", + "price": 5.77 + }, + { + "date": "2020-10-07", + "price": 7.69 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 750, + "bio": false, + "category": "23", + "tokens": [ + "canella", + "bellini", + "weincocktail", + "750", + "ml" + ], + "vector": { + "750": 0.25, + "cane": 0.25, + "anel": 0.25, + "nell": 0.25, + "bell": 0.25, + "elli": 0.25, + "llin": 0.25, + "wein": 0.25, + "einc": 0.25, + "inco": 0.25, + "ncoc": 0.25, + "cock": 0.25, + "ockt": 0.25, + "ckta": 0.25, + "ktai": 0.25, + "ml": 0.25 + } + }, + { + "store": "billa", + "id": "00-401071", + "name": "Casali Rum Kokos", + "description": "Es ist kein Geheimnis, dass am Rum Kokos Beach die rauschendsten Inselfeste gefeiert werden. Wenns im östlichsten Zipfel von Casali Island rundgeht, reisen  Paradiesvögel aus allen Himmelsrichtungen an. Für Verpflegung ist stets gesorgt: Überall gibts die einzigartigen Rum-Kokos Kugeln zu naschen. \"Harrr Harrr! Das Piratenleben ist schööön!\"", + "price": 4.99, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 4.99 + }, + { + "date": "2023-05-25", + "price": 3.99 + }, + { + "date": "2023-04-03", + "price": 4.99 + }, + { + "date": "2023-03-31", + "price": 3.74 + }, + { + "date": "2023-03-16", + "price": 4.99 + }, + { + "date": "2022-11-27", + "price": 5.19 + }, + { + "date": "2022-11-26", + "price": 3.89 + }, + { + "date": "2022-11-21", + "price": 5.19 + }, + { + "date": "2022-09-04", + "price": 4.79 + }, + { + "date": "2022-09-02", + "price": 3.59 + }, + { + "date": "2022-08-08", + "price": 4.79 + }, + { + "date": "2022-04-10", + "price": 4.49 + }, + { + "date": "2022-04-08", + "price": 3.37 + }, + { + "date": "2022-03-31", + "price": 4.49 + }, + { + "date": "2022-03-17", + "price": 3.79 + }, + { + "date": "2021-12-02", + "price": 3.99 + }, + { + "date": "2021-11-27", + "price": 2.99 + }, + { + "date": "2020-04-21", + "price": 3.99 + }, + { + "date": "2020-02-13", + "price": 4.39 + }, + { + "date": "2019-09-05", + "price": 3.99 + }, + { + "date": "2018-08-30", + "price": 4.39 + }, + { + "date": "2018-02-22", + "price": 3.99 + }, + { + "date": "2017-08-03", + "price": 4.39 + }, + { + "date": "2017-04-05", + "price": 3.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 300, + "bio": false, + "category": "64", + "tokens": [ + "casali", + "rum", + "kokos", + "300", + "g" + ], + "vector": { + "300": 0.4082482904638631, + "casa": 0.4082482904638631, + "asal": 0.4082482904638631, + "rum": 0.4082482904638631, + "koko": 0.4082482904638631, + "g": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-342333", + "name": "Casali Rum Kokos Black & White", + "description": "Einzigartige Kombination aus heller und dunkler Schokolade, Kokos und Rum für ein vielschichtiges Genusserlebnis.", + "price": 4.99, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 4.99 + }, + { + "date": "2023-05-25", + "price": 3.99 + }, + { + "date": "2023-04-03", + "price": 4.99 + }, + { + "date": "2023-03-31", + "price": 3.74 + }, + { + "date": "2023-03-16", + "price": 4.99 + }, + { + "date": "2022-11-27", + "price": 5.19 + }, + { + "date": "2022-11-26", + "price": 3.89 + }, + { + "date": "2022-11-21", + "price": 5.19 + }, + { + "date": "2022-09-04", + "price": 4.79 + }, + { + "date": "2022-09-02", + "price": 3.59 + }, + { + "date": "2022-08-08", + "price": 4.79 + }, + { + "date": "2022-04-10", + "price": 4.49 + }, + { + "date": "2022-04-08", + "price": 3.37 + }, + { + "date": "2022-03-31", + "price": 4.49 + }, + { + "date": "2022-03-17", + "price": 3.79 + }, + { + "date": "2021-12-02", + "price": 3.99 + }, + { + "date": "2021-11-27", + "price": 2.99 + }, + { + "date": "2020-04-21", + "price": 3.99 + }, + { + "date": "2020-02-13", + "price": 4.39 + }, + { + "date": "2019-12-11", + "price": 3.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 300, + "bio": false, + "category": "64", + "tokens": [ + "casali", + "rum", + "kokos", + "black", + "whit", + "300", + "g" + ], + "vector": { + "300": 0.35355339059327373, + "casa": 0.35355339059327373, + "asal": 0.35355339059327373, + "rum": 0.35355339059327373, + "koko": 0.35355339059327373, + "blac": 0.35355339059327373, + "whit": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-83954", + "name": "Ceres Kokosfett", + "description": "Das Kokosfett von Ceres ist ideal für die Zubereitung asiatischer Speisen. Auch für Glasuren und Tortencremen eignet sich das gehärtete Fett perfekt.
  • gehärtetes Kokosfett, ohne Zusatzstoffe
  • wird gekühlt geliefert", + "price": 1.59, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 1.59 + }, + { + "date": "2023-03-13", + "price": 1.99 + }, + { + "date": "2022-12-19", + "price": 2.15 + }, + { + "date": "2022-10-06", + "price": 1.99 + }, + { + "date": "2022-10-03", + "price": 1.79 + }, + { + "date": "2022-04-19", + "price": 1.99 + }, + { + "date": "2021-01-14", + "price": 1.49 + }, + { + "date": "2020-10-15", + "price": 0.99 + }, + { + "date": "2017-04-05", + "price": 1.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "cer", + "kokosfett", + "250", + "g" + ], + "vector": { + "250": 0.35355339059327373, + "cer": 0.35355339059327373, + "koko": 0.35355339059327373, + "okos": 0.35355339059327373, + "kosf": 0.35355339059327373, + "osfe": 0.35355339059327373, + "sfet": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-405750", + "name": "Ceres Soft", + "description": "Ceres soft - reines Pflanzenfett - hoch erhitzbar, auch bei höchsten Temperaturen kein Rauch, kein Spritzen - löffelweich", + "price": 2.19, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 2.19 + }, + { + "date": "2022-05-23", + "price": 2.99 + }, + { + "date": "2022-04-26", + "price": 2.79 + }, + { + "date": "2022-04-19", + "price": 2.59 + }, + { + "date": "2018-08-06", + "price": 1.99 + }, + { + "date": "2017-10-19", + "price": 1.79 + }, + { + "date": "2017-04-05", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 400, + "bio": false, + "category": "34", + "tokens": [ + "cer", + "soft", + "400", + "g" + ], + "vector": { + "400": 0.5, + "cer": 0.5, + "soft": 0.5, + "g": 0.5 + } + }, + { + "store": "billa", + "id": "00-468988", + "name": "Christ Mephisto", + "description": "Mephisto ist kraftvoll, rund, seidig und unheimlich elegant. Dank seiner Komplexität und feinen Tanninen reift der Wein hervorragend. Die Cuvée aus Zweigelt, Merlot und Cabernet Sauvignon ermöglicht einen Horizont für viele Jahre.
  • Verkostungsnotiz: Kräftiges Rubingranat, würzig, dunkle Waldbeeren, Vanille, ganz dezente an Waldboden erinnernde moosige Noten. Ein wahnsinnig vielschichtiger Wein, der durch seine Dichte und Würze überzeugt.
  • Speiseempfehlung:Geschmortes, Saltimbocca, Lamm, würzige Pasta, Bergkäse", + "price": 17.49, + "priceHistory": [ + { + "date": "2023-06-06", + "price": 17.49 + }, + { + "date": "2023-02-12", + "price": 18.49 + }, + { + "date": "2023-02-10", + "price": 13.87 + }, + { + "date": "2023-01-25", + "price": 18.49 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 750, + "bio": false, + "category": "25", + "tokens": [ + "christ", + "mephisto", + "750", + "ml" + ], + "vector": { + "750": 0.35355339059327373, + "chri": 0.35355339059327373, + "hris": 0.35355339059327373, + "meph": 0.35355339059327373, + "ephi": 0.35355339059327373, + "phis": 0.35355339059327373, + "hist": 0.35355339059327373, + "ml": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-583076", + "name": "Clever Hühnerschnitzel", + "description": "Die clever Hühnerschnitzel sind besonders fettarm und ideal für die leichte Küche.Sie eignen sich klassisch als panierte Hauptspeise oder auch für Salate.", + "price": 6.29, + "priceHistory": [ + { + "date": "2023-06-01", + "price": 6.29 + }, + { + "date": "2023-02-16", + "price": 6.49 + }, + { + "date": "2022-12-03", + "price": 6.79 + }, + { + "date": "2022-10-10", + "price": 6.39 + }, + { + "date": "2022-08-25", + "price": 6.4 + }, + { + "date": "2022-08-17", + "price": 6.25 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": false, + "category": "32", + "tokens": [ + "clev", + "hhnerschnitzel", + "500", + "g" + ], + "vector": { + "500": 0.2773500981126146, + "clev": 0.2773500981126146, + "hhne": 0.2773500981126146, + "hner": 0.2773500981126146, + "ners": 0.2773500981126146, + "ersc": 0.2773500981126146, + "rsch": 0.2773500981126146, + "schn": 0.2773500981126146, + "chni": 0.2773500981126146, + "hnit": 0.2773500981126146, + "nitz": 0.2773500981126146, + "itze": 0.2773500981126146, + "g": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-342167", + "name": "Clever Hühnerfilet", + "description": "", + "price": 8.39, + "priceHistory": [ + { + "date": "2023-06-01", + "price": 8.39 + }, + { + "date": "2022-08-22", + "price": 8.6 + }, + { + "date": "2022-06-02", + "price": 8.39 + }, + { + "date": "2022-03-31", + "price": 7.69 + }, + { + "date": "2022-02-18", + "price": 7.34 + }, + { + "date": "2020-08-13", + "price": 6.99 + }, + { + "date": "2020-08-06", + "price": 4.99 + }, + { + "date": "2020-06-25", + "price": 6.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 700, + "bio": false, + "category": "32", + "tokens": [ + "clev", + "hhnerfilet", + "700", + "g" + ], + "vector": { + "700": 0.3333333333333333, + "clev": 0.3333333333333333, + "hhne": 0.3333333333333333, + "hner": 0.3333333333333333, + "nerf": 0.3333333333333333, + "erfi": 0.3333333333333333, + "rfil": 0.3333333333333333, + "file": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-342145", + "name": "Clever Poularde", + "description": "", + "price": 5.29, + "priceHistory": [ + { + "date": "2023-06-01", + "price": 5.29 + }, + { + "date": "2022-08-04", + "price": 5.39 + }, + { + "date": "2022-06-02", + "price": 5.29 + }, + { + "date": "2022-04-04", + "price": 4.79 + }, + { + "date": "2021-12-16", + "price": 4.49 + }, + { + "date": "2020-06-24", + "price": 3.99 + } + ], + "isWeighted": true, + "unit": "g", + "quantity": 1000, + "bio": false, + "category": "32", + "tokens": [ + "clev", + "poulard", + "1000", + "g" + ], + "vector": { + "1000": 0.4082482904638631, + "clev": 0.4082482904638631, + "poul": 0.4082482904638631, + "oula": 0.4082482904638631, + "ular": 0.4082482904638631, + "g": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-861714", + "name": "Clever Apfelsaft", + "description": "100% reiner Fruchsaft ohne Zuckerzusatz, verspricht Erfrischung und eignet sich hervorragend für den puren Genuss oder zum Mischen mit Mineralwasser oder anderen Säften.", + "price": 0.83, + "priceHistory": [ + { + "date": "2023-05-06", + "price": 0.83 + }, + { + "date": "2023-02-16", + "price": 0.85 + }, + { + "date": "2023-02-02", + "price": 0.89 + }, + { + "date": "2022-10-31", + "price": 0.99 + }, + { + "date": "2020-01-16", + "price": 0.89 + }, + { + "date": "2018-12-13", + "price": 0.79 + }, + { + "date": "2017-12-07", + "price": 0.85 + }, + { + "date": "2017-04-05", + "price": 0.69 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "20", + "tokens": [ + "clev", + "apfelsaft", + "1000", + "ml" + ], + "vector": { + "1000": 0.35355339059327373, + "clev": 0.35355339059327373, + "apfe": 0.35355339059327373, + "pfel": 0.35355339059327373, + "fels": 0.35355339059327373, + "elsa": 0.35355339059327373, + "lsaf": 0.35355339059327373, + "ml": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-295909", + "name": "Clever Butterkäse in Scheiben", + "description": "In Österreich hergestellt.", + "price": 3.89, + "priceHistory": [ + { + "date": "2023-05-15", + "price": 3.89 + }, + { + "date": "2023-01-25", + "price": 3.98 + }, + { + "date": "2023-01-12", + "price": 3.89 + }, + { + "date": "2022-09-07", + "price": 3.78 + }, + { + "date": "2022-07-05", + "price": 3.95 + }, + { + "date": "2022-03-25", + "price": 3.79 + }, + { + "date": "2022-03-03", + "price": 3.78 + }, + { + "date": "2022-01-17", + "price": 3.58 + }, + { + "date": "2020-05-07", + "price": 2.99 + }, + { + "date": "2020-03-12", + "price": 3.38 + }, + { + "date": "2020-01-30", + "price": 3.25 + }, + { + "date": "2019-11-13", + "price": 3.18 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 400, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "butterks", + "scheib", + "400", + "g" + ], + "vector": { + "400": 0.3333333333333333, + "clev": 0.3333333333333333, + "butt": 0.3333333333333333, + "utte": 0.3333333333333333, + "tter": 0.3333333333333333, + "terk": 0.3333333333333333, + "sche": 0.3333333333333333, + "chei": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-295912", + "name": "Clever Butterkäse im Stück", + "description": "", + "price": 3.79, + "priceHistory": [ + { + "date": "2023-06-02", + "price": 3.79 + }, + { + "date": "2023-01-12", + "price": 3.99 + }, + { + "date": "2022-06-17", + "price": 3.49 + }, + { + "date": "2022-03-03", + "price": 2.99 + }, + { + "date": "2021-12-09", + "price": 2.75 + }, + { + "date": "2021-11-10", + "price": 2.85 + }, + { + "date": "2021-10-22", + "price": 2.75 + }, + { + "date": "2021-09-21", + "price": 2.85 + }, + { + "date": "2020-03-12", + "price": 2.75 + }, + { + "date": "2020-01-30", + "price": 2.69 + }, + { + "date": "2019-11-20", + "price": 2.64 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 350, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "butterks", + "stck", + "350", + "g" + ], + "vector": { + "350": 0.35355339059327373, + "clev": 0.35355339059327373, + "butt": 0.35355339059327373, + "utte": 0.35355339059327373, + "tter": 0.35355339059327373, + "terk": 0.35355339059327373, + "stck": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-275567", + "name": "Clever Champignons", + "description": "clever® Champignons sind geschnitten und in einer Konserve verpackt, was lange Haltbarkeit garantiert. Sie sind einfach und schnell in der Küche einsetzbar und in vielen Gerichten wie dem klassischen Champignonschnitzel unerlässlich.", + "price": 0.99, + "priceHistory": [ + { + "date": "2023-03-23", + "price": 0.99 + }, + { + "date": "2022-10-06", + "price": 1.09 + }, + { + "date": "2022-06-16", + "price": 0.99 + }, + { + "date": "2017-11-28", + "price": 0.85 + }, + { + "date": "2017-04-05", + "price": 0.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 400, + "bio": false, + "category": "57", + "tokens": [ + "clev", + "champignon", + "400", + "g" + ], + "vector": { + "400": 0.3333333333333333, + "clev": 0.3333333333333333, + "cham": 0.3333333333333333, + "hamp": 0.3333333333333333, + "ampi": 0.3333333333333333, + "mpig": 0.3333333333333333, + "pign": 0.3333333333333333, + "igno": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-406402", + "name": "Clever Cottage Cheese", + "description": "Der Cottage Cheese von Clever ist natürlich reich an Proteinen, herrlich cremig und dank seiner Textur als Brotbelag ideal.
  • mit nur 10 % Fett in Trockenmasse", + "price": 1.29, + "priceHistory": [ + { + "date": "2023-06-01", + "price": 1.29 + }, + { + "date": "2023-01-26", + "price": 1.39 + }, + { + "date": "2022-10-20", + "price": 1.29 + }, + { + "date": "2022-06-22", + "price": 1.19 + }, + { + "date": "2022-03-03", + "price": 1.09 + }, + { + "date": "2021-08-13", + "price": 0.95 + }, + { + "date": "2021-05-25", + "price": 0.89 + }, + { + "date": "2020-12-31", + "price": 0.95 + }, + { + "date": "2020-02-18", + "price": 1.05 + }, + { + "date": "2018-10-09", + "price": 0.99 + }, + { + "date": "2017-08-17", + "price": 0.95 + }, + { + "date": "2017-04-05", + "price": 0.89 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "cottag", + "chees", + "250", + "g" + ], + "vector": { + "250": 0.4082482904638631, + "clev": 0.4082482904638631, + "cott": 0.4082482904638631, + "otta": 0.4082482904638631, + "chee": 0.4082482904638631, + "g": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-543635", + "name": "Clever Cottage Cheese mit Schnittlauch", + "description": "Der Cottage Cheese mit Schnittlauch von Clever schmeckt herrlich leicht und frisch. Er ist reich an Proteinen und hat dabei einen niedrigen Fettanteil von 10 %.
  • Cottage Cheese mit Schnittlauch
  • ideal als Brotaufstrich", + "price": 1.29, + "priceHistory": [ + { + "date": "2023-06-01", + "price": 1.29 + }, + { + "date": "2023-01-26", + "price": 1.39 + }, + { + "date": "2022-10-20", + "price": 1.29 + }, + { + "date": "2022-06-22", + "price": 1.19 + }, + { + "date": "2022-03-03", + "price": 1.09 + }, + { + "date": "2021-08-13", + "price": 0.95 + }, + { + "date": "2021-05-25", + "price": 0.89 + }, + { + "date": "2020-12-31", + "price": 0.95 + }, + { + "date": "2020-02-18", + "price": 1.05 + }, + { + "date": "2018-10-09", + "price": 0.99 + }, + { + "date": "2017-08-17", + "price": 0.95 + }, + { + "date": "2017-04-05", + "price": 0.89 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "cottag", + "chees", + "schnittlauch", + "250", + "g" + ], + "vector": { + "250": 0.2672612419124244, + "clev": 0.2672612419124244, + "cott": 0.2672612419124244, + "otta": 0.2672612419124244, + "chee": 0.2672612419124244, + "schn": 0.2672612419124244, + "chni": 0.2672612419124244, + "hnit": 0.2672612419124244, + "nitt": 0.2672612419124244, + "ittl": 0.2672612419124244, + "ttla": 0.2672612419124244, + "tlau": 0.2672612419124244, + "lauc": 0.2672612419124244, + "g": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-457748", + "name": "Clever Edamer Scheiben", + "description": "Wie viele Scheiben Edamer legen Sie sich üblicherweise aufs Brot? Von diesen goldgelben Exemplaren mit fein-würzigem Aroma sicher eine Scheibe mehr.
  • laktosefreier Käse aus Kuhmilch
  • mit besonderer Sorgfalt hergestellt in Österreich", + "price": 3.29, + "priceHistory": [ + { + "date": "2023-05-25", + "price": 3.29 + }, + { + "date": "2022-12-14", + "price": 3.49 + }, + { + "date": "2022-09-07", + "price": 3.29 + }, + { + "date": "2022-06-17", + "price": 2.99 + }, + { + "date": "2022-03-04", + "price": 2.69 + }, + { + "date": "2021-10-22", + "price": 2.49 + }, + { + "date": "2021-05-25", + "price": 2.29 + }, + { + "date": "2020-08-27", + "price": 2.49 + }, + { + "date": "2020-01-30", + "price": 2.89 + }, + { + "date": "2018-10-09", + "price": 2.85 + }, + { + "date": "2017-07-13", + "price": 2.69 + }, + { + "date": "2017-05-25", + "price": 2.49 + }, + { + "date": "2017-04-05", + "price": 2.69 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 400, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "edam", + "scheib", + "400", + "g" + ], + "vector": { + "400": 0.4082482904638631, + "clev": 0.4082482904638631, + "edam": 0.4082482904638631, + "sche": 0.4082482904638631, + "chei": 0.4082482904638631, + "g": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-260971", + "name": "Clever Emmentaler", + "description": "Milder, nussiger Käsegenuss mit 45% Fett i.T. Laktosefreier Genuss, da die Kohlenhydrate während der Reifung vollständig abgebaut werden.", + "price": 3.99, + "priceHistory": [ + { + "date": "2023-04-29", + "price": 3.99 + }, + { + "date": "2023-01-12", + "price": 4.99 + }, + { + "date": "2022-09-22", + "price": 3.49 + }, + { + "date": "2022-09-07", + "price": 4.79 + }, + { + "date": "2022-07-05", + "price": 3.49 + }, + { + "date": "2022-05-05", + "price": 3.19 + }, + { + "date": "2022-03-03", + "price": 2.99 + }, + { + "date": "2021-10-22", + "price": 2.89 + }, + { + "date": "2020-01-30", + "price": 2.75 + }, + { + "date": "2018-10-09", + "price": 2.69 + }, + { + "date": "2017-08-04", + "price": 2.49 + }, + { + "date": "2017-04-05", + "price": 2.29 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 400, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "emmental", + "400", + "g" + ], + "vector": { + "400": 0.3779644730092272, + "clev": 0.3779644730092272, + "emme": 0.3779644730092272, + "mmen": 0.3779644730092272, + "ment": 0.3779644730092272, + "enta": 0.3779644730092272, + "g": 0.3779644730092272 + } + }, + { + "store": "billa", + "id": "00-260980", + "name": "Clever Emmentaler gerieben", + "description": "Für die warme und kalte Küche (Salate, Suppen, Saucen, Teigwaren, Aufläufe) und zum Überbacken und Toasten geeignet.", + "price": 2.69, + "priceHistory": [ + { + "date": "2023-05-26", + "price": 2.69 + }, + { + "date": "2023-01-12", + "price": 2.79 + }, + { + "date": "2022-09-07", + "price": 2.69 + }, + { + "date": "2022-06-17", + "price": 2.49 + }, + { + "date": "2022-03-03", + "price": 2.29 + }, + { + "date": "2020-01-30", + "price": 2.19 + }, + { + "date": "2018-10-09", + "price": 2.09 + }, + { + "date": "2017-08-04", + "price": 1.99 + }, + { + "date": "2017-05-23", + "price": 1.89 + }, + { + "date": "2017-04-05", + "price": 1.85 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "emmental", + "gerieb", + "250", + "g" + ], + "vector": { + "250": 0.3333333333333333, + "clev": 0.3333333333333333, + "emme": 0.3333333333333333, + "mmen": 0.3333333333333333, + "ment": 0.3333333333333333, + "enta": 0.3333333333333333, + "geri": 0.3333333333333333, + "erie": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-743094", + "name": "Clever Familienjoghurt Frucht", + "description": "Für alle die es besonders fruchtig mögen, empfehlen wir das clever® Familienjoghurt mit den drei fruchtigen Geschmackssorten Erdbeer-Himbeer, Birne-Banane und Pfirsich-Marille. Die fruchtigen Joghurts für die ganze Familie werden natürlich aus Bester österreichischer Milch hergestellt und sind mit dem AMA Gütesiegel ausgezeichnet.", + "price": 1.69, + "priceHistory": [ + { + "date": "2023-04-06", + "price": 1.69 + }, + { + "date": "2022-12-02", + "price": 1.75 + }, + { + "date": "2022-09-09", + "price": 1.69 + }, + { + "date": "2022-04-28", + "price": 1.59 + }, + { + "date": "2022-03-17", + "price": 1.55 + }, + { + "date": "2021-09-09", + "price": 1.49 + }, + { + "date": "2020-01-30", + "price": 1.45 + }, + { + "date": "2017-04-05", + "price": 1.39 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 720, + "bio": false, + "category": "34", + "tokens": [ + "clev", + "familienjoghurt", + "frucht", + "720", + "g" + ], + "vector": { + "720": 0.25, + "clev": 0.25, + "fami": 0.25, + "amil": 0.25, + "mili": 0.25, + "ilie": 0.25, + "lien": 0.25, + "ienj": 0.25, + "enjo": 0.25, + "njog": 0.25, + "jogh": 0.25, + "oghu": 0.25, + "ghur": 0.25, + "fruc": 0.25, + "ruch": 0.25, + "g": 0.25 + } + }, + { + "store": "billa", + "id": "00-320422", + "name": "Clever Frischkäse Kräuter", + "description": "Der clever® Frischkäse Kräuter mit Petersilie und Schnittlauch ist der ideale Begleiter für das Frühstücksgebäck oder auch ideal zum Verfeinern von Suppen und Saucen.", + "price": 1.29, + "priceHistory": [ + { + "date": "2023-02-24", + "price": 1.29 + }, + { + "date": "2023-01-17", + "price": 1.39 + }, + { + "date": "2022-09-01", + "price": 1.29 + }, + { + "date": "2022-06-15", + "price": 1.19 + }, + { + "date": "2022-03-03", + "price": 1.09 + }, + { + "date": "2021-08-13", + "price": 0.99 + }, + { + "date": "2020-01-30", + "price": 0.89 + }, + { + "date": "2019-07-25", + "price": 0.85 + }, + { + "date": "2018-10-09", + "price": 0.89 + }, + { + "date": "2018-07-24", + "price": 0.83 + }, + { + "date": "2018-07-17", + "price": 0.85 + }, + { + "date": "2018-06-16", + "price": 0.83 + }, + { + "date": "2017-08-04", + "price": 0.85 + }, + { + "date": "2017-04-05", + "price": 0.75 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "frischks", + "krut", + "200", + "g" + ], + "vector": { + "200": 0.35355339059327373, + "clev": 0.35355339059327373, + "fris": 0.35355339059327373, + "risc": 0.35355339059327373, + "isch": 0.35355339059327373, + "schk": 0.35355339059327373, + "krut": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-576272", + "name": "Clever Frischkäse Kren", + "description": "Der Frischkäse mit Kren von Clever besteht aus Magertopfen und Rahm und schmeckt luftig-leicht. Der geriebene Kren gibt dem Brotaufstrich sein scharfes Aroma.
  • Frischkäse mit feiner Kren-Note
  • besonders cremig aufgeschlagen
  • fettreduziert", + "price": 1.29, + "priceHistory": [ + { + "date": "2023-05-15", + "price": 1.29 + }, + { + "date": "2023-01-24", + "price": 1.39 + }, + { + "date": "2022-09-01", + "price": 1.29 + }, + { + "date": "2022-06-15", + "price": 1.19 + }, + { + "date": "2022-03-03", + "price": 1.09 + }, + { + "date": "2021-08-13", + "price": 0.99 + }, + { + "date": "2020-01-30", + "price": 0.89 + }, + { + "date": "2019-07-25", + "price": 0.85 + }, + { + "date": "2018-10-09", + "price": 0.89 + }, + { + "date": "2018-07-24", + "price": 0.83 + }, + { + "date": "2018-07-17", + "price": 0.85 + }, + { + "date": "2018-06-16", + "price": 0.83 + }, + { + "date": "2017-08-04", + "price": 0.85 + }, + { + "date": "2017-04-05", + "price": 0.75 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "frischks", + "kren", + "200", + "g" + ], + "vector": { + "200": 0.35355339059327373, + "clev": 0.35355339059327373, + "fris": 0.35355339059327373, + "risc": 0.35355339059327373, + "isch": 0.35355339059327373, + "schk": 0.35355339059327373, + "kren": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-320394", + "name": "Clever Frischkäse Natur", + "description": "Der Clever Frischkäse Natur schmeckt als rahmiger Brotbelag ebenso gut wie als Zutat für cremige Gerichte. Er ist wärmebehandelt und daher lange haltbar.
  • Frischkäse natur
  • cremige Konsistenz
  • 65 % Fett in Trockenmasse", + "price": 1.29, + "priceHistory": [ + { + "date": "2023-02-24", + "price": 1.29 + }, + { + "date": "2023-01-17", + "price": 1.39 + }, + { + "date": "2022-09-01", + "price": 1.29 + }, + { + "date": "2022-06-15", + "price": 1.19 + }, + { + "date": "2022-03-03", + "price": 1.09 + }, + { + "date": "2021-08-13", + "price": 0.99 + }, + { + "date": "2020-01-30", + "price": 0.89 + }, + { + "date": "2019-07-25", + "price": 0.85 + }, + { + "date": "2018-10-09", + "price": 0.89 + }, + { + "date": "2018-07-24", + "price": 0.83 + }, + { + "date": "2018-07-17", + "price": 0.85 + }, + { + "date": "2018-06-16", + "price": 0.83 + }, + { + "date": "2017-08-04", + "price": 0.85 + }, + { + "date": "2017-04-05", + "price": 0.75 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "frischks", + "natur", + "200", + "g" + ], + "vector": { + "200": 0.35355339059327373, + "clev": 0.35355339059327373, + "fris": 0.35355339059327373, + "risc": 0.35355339059327373, + "isch": 0.35355339059327373, + "schk": 0.35355339059327373, + "natu": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-392808", + "name": "Clever Fruchtjoghurt Vanille", + "description": "Die cremigen clever® Joghurts werden aus bester österreichischer Milch hergestellt und sind mit dem AMA Gütesiegel ausgezeichnet.", + "price": 2.39, + "priceHistory": [ + { + "date": "2023-05-06", + "price": 2.39 + }, + { + "date": "2022-12-02", + "price": 2.49 + }, + { + "date": "2022-09-01", + "price": 2.29 + }, + { + "date": "2022-06-02", + "price": 2.09 + }, + { + "date": "2022-02-28", + "price": 1.89 + }, + { + "date": "2022-02-17", + "price": 1.79 + }, + { + "date": "2021-12-06", + "price": 1.99 + }, + { + "date": "2021-11-18", + "price": 1.79 + }, + { + "date": "2021-06-21", + "price": 1.49 + }, + { + "date": "2020-07-10", + "price": 1.95 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 1000, + "bio": false, + "category": "34", + "tokens": [ + "clev", + "fruchtjoghurt", + "vanill", + "1000", + "g" + ], + "vector": { + "1000": 0.2672612419124244, + "clev": 0.2672612419124244, + "fruc": 0.2672612419124244, + "ruch": 0.2672612419124244, + "ucht": 0.2672612419124244, + "chtj": 0.2672612419124244, + "htjo": 0.2672612419124244, + "tjog": 0.2672612419124244, + "jogh": 0.2672612419124244, + "oghu": 0.2672612419124244, + "ghur": 0.2672612419124244, + "vani": 0.2672612419124244, + "anil": 0.2672612419124244, + "g": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-933033", + "name": "Clever Gouda Scheiben", + "description": "Der Clever Gouda in Scheiben wird in Österreich hergestellt und ist am Brot, überbacken oder pur ein echter Genuss.
  • milder Gouda, in Scheiben geschnitten
  • ohne Gentechnik hergestellt
  • zu 100 % lactosefrei", + "price": 2.29, + "priceHistory": [ + { + "date": "2023-05-16", + "price": 2.29 + }, + { + "date": "2023-01-12", + "price": 2.39 + }, + { + "date": "2022-10-20", + "price": 2.19 + }, + { + "date": "2022-06-17", + "price": 1.99 + }, + { + "date": "2022-03-03", + "price": 1.79 + }, + { + "date": "2021-10-22", + "price": 1.59 + }, + { + "date": "2020-07-16", + "price": 1.49 + }, + { + "date": "2020-03-12", + "price": 1.58 + }, + { + "date": "2020-01-30", + "price": 1.59 + }, + { + "date": "2019-05-02", + "price": 1.54 + }, + { + "date": "2018-12-18", + "price": 1.66 + }, + { + "date": "2018-10-05", + "price": 1.79 + }, + { + "date": "2018-10-02", + "price": 1.75 + }, + { + "date": "2018-05-09", + "price": 1.59 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "gouda", + "scheib", + "250", + "g" + ], + "vector": { + "250": 0.4082482904638631, + "clev": 0.4082482904638631, + "goud": 0.4082482904638631, + "sche": 0.4082482904638631, + "chei": 0.4082482904638631, + "g": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-486890", + "name": "Clever Gouda 45%", + "description": "Ein Klassiker unter den Käsesorten, mit diesem Käse liegt man nie falsch. Probieren Sie ihn auf Brot, pur oder zum Überbacken, und überzeugen Sie sich davon wie vielfältig Käse einsetzbar ist.", + "price": 3.49, + "priceHistory": [ + { + "date": "2023-05-18", + "price": 3.49 + }, + { + "date": "2023-01-12", + "price": 3.79 + }, + { + "date": "2022-09-07", + "price": 3.29 + }, + { + "date": "2022-07-05", + "price": 2.99 + }, + { + "date": "2022-03-03", + "price": 2.75 + }, + { + "date": "2022-01-17", + "price": 2.55 + }, + { + "date": "2021-11-24", + "price": 2.59 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 450, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "gouda", + "45", + "450", + "g" + ], + "vector": { + "45": 0.4472135954999579, + "450": 0.4472135954999579, + "clev": 0.4472135954999579, + "goud": 0.4472135954999579, + "g": 0.4472135954999579 + } + }, + { + "store": "billa", + "id": "00-772003", + "name": "Clever Haselnusscreme", + "description": "Pur, auf's Brot, beim Backen....lassen Sie ihre Phantasie spielen und versüßen Sie sich und Ihren Lieben mit der leckeren clever® Haselnusscreme den Alltag.\n\n", + "price": 1.35, + "priceHistory": [ + { + "date": "2023-02-09", + "price": 1.35 + }, + { + "date": "2022-11-26", + "price": 1.49 + }, + { + "date": "2022-10-20", + "price": 1.45 + }, + { + "date": "2022-10-13", + "price": 1.25 + }, + { + "date": "2022-04-28", + "price": 1.45 + }, + { + "date": "2022-04-21", + "price": 1.49 + }, + { + "date": "2022-03-31", + "price": 1.59 + }, + { + "date": "2022-01-31", + "price": 1.29 + }, + { + "date": "2020-12-10", + "price": 1.17 + }, + { + "date": "2020-07-16", + "price": 1.27 + }, + { + "date": "2017-04-05", + "price": 1.29 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 400, + "bio": false, + "category": "56", + "tokens": [ + "clev", + "haselnusscrem", + "400", + "g" + ], + "vector": { + "400": 0.2886751345948129, + "clev": 0.2886751345948129, + "hase": 0.2886751345948129, + "asel": 0.2886751345948129, + "seln": 0.2886751345948129, + "elnu": 0.2886751345948129, + "lnus": 0.2886751345948129, + "nuss": 0.2886751345948129, + "ussc": 0.2886751345948129, + "sscr": 0.2886751345948129, + "scre": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-746474", + "name": "Clever Haltbarmilch 0.5%", + "description": "Wenn Sie gerne die Vorteile längerer Haltbarkeit nutzen möchten, aber nicht auf den guten Geschmack der Milch verzichten wollen ist clever® H-Milch genau das richtige für Sie. Sie stammt von österreichischen Kühen und ist nicht nur für Kaffee bestens geeignet!", + "price": 0.99, + "priceHistory": [ + { + "date": "2023-04-06", + "price": 0.99 + }, + { + "date": "2023-01-09", + "price": 1.09 + }, + { + "date": "2022-05-23", + "price": 0.99 + }, + { + "date": "2022-01-03", + "price": 0.79 + }, + { + "date": "2021-08-19", + "price": 0.75 + }, + { + "date": "2020-04-21", + "price": 0.69 + }, + { + "date": "2020-01-30", + "price": 0.75 + }, + { + "date": "2018-05-07", + "price": 0.65 + }, + { + "date": "2017-11-04", + "price": 0.75 + }, + { + "date": "2017-05-11", + "price": 0.65 + }, + { + "date": "2017-04-05", + "price": 0.59 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "34", + "tokens": [ + "clev", + "haltbarmilch", + "05", + "1000", + "ml" + ], + "vector": { + "1000": 0.2886751345948129, + "clev": 0.2886751345948129, + "halt": 0.2886751345948129, + "altb": 0.2886751345948129, + "ltba": 0.2886751345948129, + "tbar": 0.2886751345948129, + "barm": 0.2886751345948129, + "armi": 0.2886751345948129, + "rmil": 0.2886751345948129, + "milc": 0.2886751345948129, + "05": 0.2886751345948129, + "ml": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-425337", + "name": "Clever Vollmilch 3.5%", + "description": "Schmackhaft und reich an wertvollen Inhaltsstoffen: In der Clever Vollmilch steckt die Sorgfalt der Milchbauern.
  • Vollmilch aus gentechnikfreier Produktion mit 3,5 % Fett", + "price": 1.29, + "priceHistory": [ + { + "date": "2023-04-06", + "price": 1.29 + }, + { + "date": "2022-12-05", + "price": 1.39 + }, + { + "date": "2022-06-21", + "price": 1.29 + }, + { + "date": "2022-06-08", + "price": 1.15 + }, + { + "date": "2022-05-30", + "price": 1.29 + }, + { + "date": "2022-01-31", + "price": 1.15 + }, + { + "date": "2021-07-29", + "price": 1.05 + }, + { + "date": "2020-08-17", + "price": 0.99 + }, + { + "date": "2020-03-12", + "price": 1.05 + }, + { + "date": "2020-01-30", + "price": 1.09 + }, + { + "date": "2018-10-06", + "price": 0.99 + }, + { + "date": "2018-05-07", + "price": 0.95 + }, + { + "date": "2017-08-04", + "price": 0.99 + }, + { + "date": "2017-04-05", + "price": 0.95 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "34", + "tokens": [ + "clev", + "vollmilch", + "35", + "1000", + "ml" + ], + "vector": { + "35": 0.3333333333333333, + "1000": 0.3333333333333333, + "clev": 0.3333333333333333, + "voll": 0.3333333333333333, + "ollm": 0.3333333333333333, + "llmi": 0.3333333333333333, + "lmil": 0.3333333333333333, + "milc": 0.3333333333333333, + "ml": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-668140", + "name": "Clever Joghurt Natur 3.6%", + "description": "Das clever® Naturjoghurt 3,6% besticht durch seine besonders cremige Konsistenz. Egal ob pur oder gemeinsam mit Früchten, das cremige clever® Naturjoghurt ist ein wahrer Klassiker.", + "price": 0.39, + "priceHistory": [ + { + "date": "2023-04-06", + "price": 0.39 + }, + { + "date": "2022-12-15", + "price": 0.45 + }, + { + "date": "2022-06-02", + "price": 0.39 + }, + { + "date": "2022-02-28", + "price": 0.35 + }, + { + "date": "2022-02-03", + "price": 0.29 + }, + { + "date": "2021-11-18", + "price": 0.33 + }, + { + "date": "2021-11-08", + "price": 0.29 + }, + { + "date": "2021-09-30", + "price": 0.31 + }, + { + "date": "2020-12-10", + "price": 0.29 + }, + { + "date": "2020-01-30", + "price": 0.37 + }, + { + "date": "2018-10-06", + "price": 0.35 + }, + { + "date": "2018-05-07", + "price": 0.33 + }, + { + "date": "2017-08-04", + "price": 0.35 + }, + { + "date": "2017-04-05", + "price": 0.33 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "clev", + "joghurt", + "natur", + "36", + "250", + "g" + ], + "vector": { + "36": 0.35355339059327373, + "250": 0.35355339059327373, + "clev": 0.35355339059327373, + "jogh": 0.35355339059327373, + "oghu": 0.35355339059327373, + "ghur": 0.35355339059327373, + "natu": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-432311", + "name": "Clever Joghurt griechische Art", + "description": "Das Joghurt nach griechischer Art von clever besticht durch seinen Fettanteil von 10% mit unschlagbarer Cremigkeit und natürlichem Geschmack ohne weitere Zutaten.
    Ein besonderes Genusserlebnis: einfach pur genießen oder verfeinert mit Nüssen, Honig und Früchten. Das clever Joghurt nach griechischer Art eignet sich auch perfekt als Zutat für mediterrane Rezeptideen.
  • Aus pasteurisierter Kuhmilch
  • Besonders cremig
  • Praktische Großpackung
  • ", + "price": 3.29, + "priceHistory": [ + { + "date": "2023-05-15", + "price": 3.29 + }, + { + "date": "2022-08-03", + "price": 3.49 + }, + { + "date": "2022-07-29", + "price": 2.99 + }, + { + "date": "2022-07-07", + "price": 3.49 + }, + { + "date": "2020-12-16", + "price": 2.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 1000, + "bio": false, + "category": "34", + "tokens": [ + "clev", + "joghurt", + "griechisch", + "art", + "1000", + "g" + ], + "vector": { + "1000": 0.2773500981126146, + "clev": 0.2773500981126146, + "jogh": 0.2773500981126146, + "oghu": 0.2773500981126146, + "ghur": 0.2773500981126146, + "grie": 0.2773500981126146, + "riec": 0.2773500981126146, + "iech": 0.2773500981126146, + "echi": 0.2773500981126146, + "chis": 0.2773500981126146, + "hisc": 0.2773500981126146, + "art": 0.2773500981126146, + "g": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-717472", + "name": "Clever Joghurt stichfest 3.6%", + "description": "", + "price": 0.39, + "priceHistory": [ + { + "date": "2023-06-06", + "price": 0.39 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "clev", + "joghurt", + "stichf", + "36", + "250", + "g" + ], + "vector": { + "36": 0.3333333333333333, + "250": 0.3333333333333333, + "clev": 0.3333333333333333, + "jogh": 0.3333333333333333, + "oghu": 0.3333333333333333, + "ghur": 0.3333333333333333, + "stic": 0.3333333333333333, + "tich": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-962810", + "name": "Clever Jumbo Erdnüsse geröstet & gesalzen", + "description": "Die Jumbo Erdnüsse von Clever sind in Sonnenblumenöl geröstet und mit feinem Salz gewürzt. Sie sind ein köstlicher und gesunder Snack.
  • praktische, wiederverschließbare Dose
  • liefern wertvolles pflanzliches Eiweiß
  • enthalten gesunde Ballaststoffe und ungesättigte Fettsäuren", + "price": 2.49, + "priceHistory": [ + { + "date": "2023-04-15", + "price": 2.49 + }, + { + "date": "2023-01-12", + "price": 2.79 + }, + { + "date": "2022-11-19", + "price": 2.49 + }, + { + "date": "2022-11-10", + "price": 2.29 + }, + { + "date": "2022-10-21", + "price": 2.49 + }, + { + "date": "2022-07-07", + "price": 2.29 + }, + { + "date": "2022-03-24", + "price": 2.19 + }, + { + "date": "2019-01-02", + "price": 1.99 + }, + { + "date": "2018-11-29", + "price": 2.19 + }, + { + "date": "2017-11-07", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": false, + "category": "63", + "tokens": [ + "clev", + "jumbo", + "erdnss", + "gerstet", + "gesalz", + "500", + "g" + ], + "vector": { + "500": 0.30151134457776363, + "clev": 0.30151134457776363, + "jumb": 0.30151134457776363, + "erdn": 0.30151134457776363, + "rdns": 0.30151134457776363, + "gers": 0.30151134457776363, + "erst": 0.30151134457776363, + "rste": 0.30151134457776363, + "gesa": 0.30151134457776363, + "esal": 0.30151134457776363, + "g": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-931678", + "name": "Clever Käseaufschnitt", + "description": "Eine Komposition aus pikantem Emmentaler, mildem Edamer und würzigem Tilsiter: Beim Clever Käseaufschnitt ist für jeden Geschmack der Richtige dabei.
  • Käseaufschnitt mit 3 Käsesorten, in Scheiben
  • in Österreich hergestellt
  • laktosefrei", + "price": 2.19, + "priceHistory": [ + { + "date": "2023-05-16", + "price": 2.19 + }, + { + "date": "2022-12-14", + "price": 2.39 + }, + { + "date": "2022-11-17", + "price": 2.19 + }, + { + "date": "2022-07-18", + "price": 1.79 + }, + { + "date": "2022-06-17", + "price": 1.49 + }, + { + "date": "2022-05-19", + "price": 1.69 + }, + { + "date": "2022-01-17", + "price": 1.49 + }, + { + "date": "2021-05-06", + "price": 1.29 + }, + { + "date": "2020-08-27", + "price": 1.49 + }, + { + "date": "2020-04-15", + "price": 1.65 + }, + { + "date": "2020-01-30", + "price": 1.69 + }, + { + "date": "2020-01-09", + "price": 1.49 + }, + { + "date": "2019-09-26", + "price": 1.65 + }, + { + "date": "2019-08-31", + "price": 1.79 + }, + { + "date": "2019-05-02", + "price": 1.65 + }, + { + "date": "2018-10-02", + "price": 1.79 + }, + { + "date": "2018-05-31", + "price": 1.68 + }, + { + "date": "2018-05-09", + "price": 1.69 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "kseaufschnitt", + "250", + "g" + ], + "vector": { + "250": 0.2886751345948129, + "clev": 0.2886751345948129, + "ksea": 0.2886751345948129, + "seau": 0.2886751345948129, + "eauf": 0.2886751345948129, + "aufs": 0.2886751345948129, + "ufsc": 0.2886751345948129, + "fsch": 0.2886751345948129, + "schn": 0.2886751345948129, + "chni": 0.2886751345948129, + "hnit": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-443029", + "name": "Clever Lachsforelle geräuchert", + "description": "Die Lachsforelle von clever wird aus einer Aquakulutur in Norwegen gewonnen und über Buchenholzrauch kalt geräuchert.
  • Aus norwegischer Aquakultur
  • ASC-zertifiziert
  • ", + "price": 3.49, + "priceHistory": [ + { + "date": "2023-05-06", + "price": 3.49 + }, + { + "date": "2022-11-28", + "price": 3.59 + }, + { + "date": "2022-09-01", + "price": 3.79 + }, + { + "date": "2022-08-25", + "price": 3.49 + }, + { + "date": "2022-08-16", + "price": 3.79 + }, + { + "date": "2022-06-04", + "price": 3.49 + }, + { + "date": "2022-02-14", + "price": 2.99 + }, + { + "date": "2021-11-25", + "price": 2.79 + }, + { + "date": "2021-11-11", + "price": 2.59 + }, + { + "date": "2021-11-08", + "price": 2.79 + }, + { + "date": "2021-07-14", + "price": 2.59 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": false, + "category": "39", + "tokens": [ + "clev", + "lachsforell", + "geruchert", + "100", + "g" + ], + "vector": { + "100": 0.2581988897471611, + "clev": 0.2581988897471611, + "lach": 0.2581988897471611, + "achs": 0.2581988897471611, + "chsf": 0.2581988897471611, + "hsfo": 0.2581988897471611, + "sfor": 0.2581988897471611, + "fore": 0.2581988897471611, + "orel": 0.2581988897471611, + "geru": 0.2581988897471611, + "eruc": 0.2581988897471611, + "ruch": 0.2581988897471611, + "uche": 0.2581988897471611, + "cher": 0.2581988897471611, + "g": 0.2581988897471611 + } + }, + { + "store": "billa", + "id": "00-475370", + "name": "Clever Leberstreichwurst", + "description": "Die clever Leberstreichwurst ist ein Klassiker unter den Brotaufstrichen und hat eine ausgewogene Würzung. Besonders gut schmeckt diese Streichwurst auf einem frischem Stück Schwarzbrot.", + "price": 1.39, + "priceHistory": [ + { + "date": "2023-02-06", + "price": 1.39 + }, + { + "date": "2022-12-02", + "price": 1.59 + }, + { + "date": "2022-10-01", + "price": 1.39 + }, + { + "date": "2022-04-16", + "price": 1.19 + }, + { + "date": "2021-06-23", + "price": 0.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": false, + "category": "37", + "tokens": [ + "clev", + "leberstreichwurst", + "200", + "g" + ], + "vector": { + "200": 0.25, + "clev": 0.25, + "lebe": 0.25, + "eber": 0.25, + "bers": 0.25, + "erst": 0.25, + "rstr": 0.25, + "stre": 0.25, + "trei": 0.25, + "reic": 0.25, + "eich": 0.25, + "ichw": 0.25, + "chwu": 0.25, + "hwur": 0.25, + "wurs": 0.25, + "g": 0.25 + } + }, + { + "store": "billa", + "id": "00-680402", + "name": "Clever Löskaffee", + "description": "Bereiten Sie mit dem Löskaffee von Clever Ihren Kaffee rasch und praktisch zu: einfach in heißes Wasser einrühren und nach Belieben Milch und Zucker zugeben.

    UTZ-Zertifizierung für besonders nachhaltigen Kaffeeanbau", + "price": 3.79, + "priceHistory": [ + { + "date": "2023-02-14", + "price": 3.79 + }, + { + "date": "2023-01-10", + "price": 3.99 + }, + { + "date": "2022-03-31", + "price": 3.79 + }, + { + "date": "2020-05-21", + "price": 3.29 + }, + { + "date": "2018-02-07", + "price": 3.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": false, + "category": "22", + "tokens": [ + "clev", + "lskaffe", + "200", + "g" + ], + "vector": { + "200": 0.4082482904638631, + "clev": 0.4082482904638631, + "lska": 0.4082482904638631, + "skaf": 0.4082482904638631, + "kaff": 0.4082482904638631, + "g": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-404127", + "name": "Clever Maiskeimöl", + "description": "Eignet sich hervorragend für Salate, sowie zum Backen und Braten, da es bis zu 180°C erhitzbar ist. Dieses Öl ist reich an wertvollen mehrfach ungesättigten Fettsäuren und natürlichem Vitamin E.", + "price": 2.79, + "priceHistory": [ + { + "date": "2023-06-06", + "price": 2.79 + }, + { + "date": "2023-03-16", + "price": 2.99 + }, + { + "date": "2022-12-30", + "price": 3.19 + }, + { + "date": "2022-11-29", + "price": 2.19 + }, + { + "date": "2022-06-24", + "price": 2.25 + }, + { + "date": "2022-01-31", + "price": 1.99 + }, + { + "date": "2021-10-18", + "price": 1.89 + }, + { + "date": "2018-01-08", + "price": 1.69 + }, + { + "date": "2017-12-06", + "price": 1.89 + }, + { + "date": "2017-04-05", + "price": 1.69 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "53", + "tokens": [ + "clev", + "maiskeiml", + "1000", + "ml" + ], + "vector": { + "1000": 0.35355339059327373, + "clev": 0.35355339059327373, + "mais": 0.35355339059327373, + "aisk": 0.35355339059327373, + "iske": 0.35355339059327373, + "skei": 0.35355339059327373, + "keim": 0.35355339059327373, + "ml": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-313942", + "name": "Clever Mozzarella gerieben", + "description": "", + "price": 2.29, + "priceHistory": [ + { + "date": "2023-05-26", + "price": 2.29 + }, + { + "date": "2023-01-12", + "price": 2.49 + }, + { + "date": "2022-12-14", + "price": 2.19 + }, + { + "date": "2022-11-17", + "price": 1.99 + }, + { + "date": "2022-09-22", + "price": 2.19 + }, + { + "date": "2022-06-17", + "price": 1.99 + }, + { + "date": "2022-05-05", + "price": 1.85 + }, + { + "date": "2022-03-14", + "price": 1.89 + }, + { + "date": "2021-10-22", + "price": 1.79 + }, + { + "date": "2021-05-06", + "price": 1.49 + }, + { + "date": "2021-01-14", + "price": 1.79 + }, + { + "date": "2020-09-24", + "price": 1.59 + }, + { + "date": "2020-04-15", + "price": 1.79 + }, + { + "date": "2020-01-30", + "price": 1.95 + }, + { + "date": "2020-01-16", + "price": 1.69 + }, + { + "date": "2020-01-09", + "price": 1.68 + }, + { + "date": "2019-10-02", + "price": 1.89 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "mozzarella", + "gerieb", + "250", + "g" + ], + "vector": { + "250": 0.30151134457776363, + "clev": 0.30151134457776363, + "mozz": 0.30151134457776363, + "ozza": 0.30151134457776363, + "zzar": 0.30151134457776363, + "zare": 0.30151134457776363, + "arel": 0.30151134457776363, + "rell": 0.30151134457776363, + "geri": 0.30151134457776363, + "erie": 0.30151134457776363, + "g": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-434218", + "name": "Clever Naturjoghurt 0.1%", + "description": "", + "price": 0.79, + "priceHistory": [ + { + "date": "2023-04-06", + "price": 0.79 + }, + { + "date": "2022-12-02", + "price": 0.89 + }, + { + "date": "2022-06-02", + "price": 0.79 + }, + { + "date": "2022-03-03", + "price": 0.69 + }, + { + "date": "2021-11-18", + "price": 0.65 + }, + { + "date": "2021-02-18", + "price": 0.55 + }, + { + "date": "2020-10-28", + "price": 0.65 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": false, + "category": "34", + "tokens": [ + "clev", + "naturjoghurt", + "01", + "500", + "g" + ], + "vector": { + "500": 0.2886751345948129, + "clev": 0.2886751345948129, + "natu": 0.2886751345948129, + "atur": 0.2886751345948129, + "turj": 0.2886751345948129, + "urjo": 0.2886751345948129, + "rjog": 0.2886751345948129, + "jogh": 0.2886751345948129, + "oghu": 0.2886751345948129, + "ghur": 0.2886751345948129, + "01": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-853235", + "name": "Clever Naturjoghurt 3.6%", + "description": "
  • Besonders cremige Konsistenz
  • Einfach pur genießen oder gemeinsam mit Früchten
  • Hergestellt mit gentechnikfreier Milch
  • ", + "price": 0.79, + "priceHistory": [ + { + "date": "2023-04-06", + "price": 0.79 + }, + { + "date": "2022-12-02", + "price": 0.89 + }, + { + "date": "2022-06-02", + "price": 0.79 + }, + { + "date": "2022-03-03", + "price": 0.69 + }, + { + "date": "2021-11-18", + "price": 0.65 + }, + { + "date": "2021-02-18", + "price": 0.55 + }, + { + "date": "2020-01-30", + "price": 0.65 + }, + { + "date": "2018-10-06", + "price": 0.59 + }, + { + "date": "2018-05-07", + "price": 0.55 + }, + { + "date": "2018-01-30", + "price": 0.59 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": false, + "category": "34", + "tokens": [ + "clev", + "naturjoghurt", + "36", + "500", + "g" + ], + "vector": { + "36": 0.2886751345948129, + "500": 0.2886751345948129, + "clev": 0.2886751345948129, + "natu": 0.2886751345948129, + "atur": 0.2886751345948129, + "turj": 0.2886751345948129, + "urjo": 0.2886751345948129, + "rjog": 0.2886751345948129, + "jogh": 0.2886751345948129, + "oghu": 0.2886751345948129, + "ghur": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-303118", + "name": "Clever Obstschnaps", + "description": "Der in Österreich hergestellte clever® Obstschnaps mit 35% Alkohol eignet sich perfekt als Verdauungsschnapserl oder zum Backen.", + "price": 8.49, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 8.49 + }, + { + "date": "2022-12-28", + "price": 8.79 + }, + { + "date": "2022-04-13", + "price": 8.49 + }, + { + "date": "2022-02-04", + "price": 8.99 + }, + { + "date": "2017-04-05", + "price": 7.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "24", + "tokens": [ + "clev", + "obstschnaps", + "1000", + "ml" + ], + "vector": { + "1000": 0.31622776601683794, + "clev": 0.31622776601683794, + "obst": 0.31622776601683794, + "bsts": 0.31622776601683794, + "stsc": 0.31622776601683794, + "tsch": 0.31622776601683794, + "schn": 0.31622776601683794, + "chna": 0.31622776601683794, + "hnap": 0.31622776601683794, + "ml": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-957963", + "name": "Clever Pfeffer Schwarz Gemahlen", + "description": "Mit dem Pfeffer Schwarz Gemahlen von Clever erhalten kalte wie warme Gerichte eine würzige Note mit leichter Schärfe.
  • zum Würzen von Soßen, Salaten, Suppen, Beilagen, Fleisch- und Fisch-Gerichten
  • in der wiederverschließbaren Tüte
  • aus getrockneten, schwarzen Pfefferkörnern", + "price": 1.19, + "priceHistory": [ + { + "date": "2023-03-23", + "price": 1.19 + }, + { + "date": "2023-01-05", + "price": 1.29 + }, + { + "date": "2022-12-05", + "price": 1.19 + }, + { + "date": "2022-04-28", + "price": 1.29 + }, + { + "date": "2022-04-21", + "price": 1.25 + }, + { + "date": "2020-03-12", + "price": 1.49 + }, + { + "date": "2018-09-12", + "price": 1.59 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": false, + "category": "55", + "tokens": [ + "clev", + "pfeff", + "schwarz", + "gemahl", + "100", + "g" + ], + "vector": { + "100": 0.3333333333333333, + "clev": 0.3333333333333333, + "pfef": 0.3333333333333333, + "schw": 0.3333333333333333, + "chwa": 0.3333333333333333, + "hwar": 0.3333333333333333, + "gema": 0.3333333333333333, + "emah": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-392478", + "name": "Clever Pfirsichspalten", + "description": "Clever Pfirsichspalten lassen sich auf die verschiedensten Weisen genießen: im Obstsalat, zum Joghurt oder einfach nur solo. Frisch und leicht sind sie allemal.
  • erlesene Qualität
  • fruchtig und süß im Geschmack", + "price": 2.29, + "priceHistory": [ + { + "date": "2023-05-06", + "price": 2.29 + }, + { + "date": "2022-11-24", + "price": 2.39 + }, + { + "date": "2021-12-09", + "price": 2.19 + }, + { + "date": "2020-08-11", + "price": 1.79 + }, + { + "date": "2018-05-10", + "price": 1.69 + }, + { + "date": "2017-04-05", + "price": 1.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 825, + "bio": false, + "category": "57", + "tokens": [ + "clev", + "pfirsichspalt", + "825", + "g" + ], + "vector": { + "825": 0.2886751345948129, + "clev": 0.2886751345948129, + "pfir": 0.2886751345948129, + "firs": 0.2886751345948129, + "irsi": 0.2886751345948129, + "rsic": 0.2886751345948129, + "sich": 0.2886751345948129, + "ichs": 0.2886751345948129, + "chsp": 0.2886751345948129, + "hspa": 0.2886751345948129, + "spal": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-457741", + "name": "Clever Pizzakäse gerieben", + "description": "Selbst gemachte Pizza ist einfach und gut: Dazu den Boden nach Wunsch belegen, den geriebenen Clever Pizzakäse darüber streuen – und ab in den Ofen damit.
  • Käsemischung aus verschiedenen Schnitt- und Hartkäsesorten
  • laktosefrei
  • hergestellt in Österreich
  • in praktischer, wiederverschließbarer Verpackung", + "price": 2.29, + "priceHistory": [ + { + "date": "2023-05-26", + "price": 2.29 + }, + { + "date": "2022-11-17", + "price": 2.49 + }, + { + "date": "2022-09-22", + "price": 2.19 + }, + { + "date": "2022-06-17", + "price": 1.99 + }, + { + "date": "2022-04-07", + "price": 1.89 + }, + { + "date": "2021-10-22", + "price": 1.79 + }, + { + "date": "2021-05-06", + "price": 1.49 + }, + { + "date": "2020-10-29", + "price": 1.69 + }, + { + "date": "2020-09-24", + "price": 1.89 + }, + { + "date": "2020-05-07", + "price": 1.69 + }, + { + "date": "2020-04-15", + "price": 1.89 + }, + { + "date": "2020-01-30", + "price": 1.95 + }, + { + "date": "2020-01-09", + "price": 1.69 + }, + { + "date": "2018-10-09", + "price": 1.89 + }, + { + "date": "2017-08-04", + "price": 1.79 + }, + { + "date": "2017-05-31", + "price": 1.69 + }, + { + "date": "2017-05-22", + "price": 1.79 + }, + { + "date": "2017-04-05", + "price": 1.89 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "pizzaks", + "gerieb", + "250", + "g" + ], + "vector": { + "250": 0.35355339059327373, + "clev": 0.35355339059327373, + "pizz": 0.35355339059327373, + "izza": 0.35355339059327373, + "zzak": 0.35355339059327373, + "geri": 0.35355339059327373, + "erie": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-339652", + "name": "Clever Pizzakäse Leicht gerieben", + "description": "Der clever Pizzakäse ist das geschmackliche Highlight auf jeder Pizza und eignet sich auch für viele andere überbackene Gerichte - auch in der leichten Variante mit 32% weniger Fett im Vergleich zum klassischen Pizzakäse.
  • Zum Überbacken von Pizza und anderen Speisen
  • Gentechnikfrei
  • Mit dem AMA Gütesiegel ausgezeichnet
  • ", + "price": 2.29, + "priceHistory": [ + { + "date": "2023-05-26", + "price": 2.29 + }, + { + "date": "2023-02-08", + "price": 2.49 + }, + { + "date": "2022-11-09", + "price": 2.19 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "pizzaks", + "leicht", + "gerieb", + "250", + "g" + ], + "vector": { + "250": 0.31622776601683794, + "clev": 0.31622776601683794, + "pizz": 0.31622776601683794, + "izza": 0.31622776601683794, + "zzak": 0.31622776601683794, + "leic": 0.31622776601683794, + "eich": 0.31622776601683794, + "geri": 0.31622776601683794, + "erie": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-374363", + "name": "Clever Rapsöl 1 Lt", + "description": "Das clever® Rapsöl ist reich an Omega-3-Fettsäuren und vielseitig einsetzbar. Es eignet sich für die kalte und warme Küche, für Salate, zum Kochen und Braten.", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-06", + "price": 2.99 + }, + { + "date": "2023-03-16", + "price": 3.25 + }, + { + "date": "2022-12-07", + "price": 3.29 + }, + { + "date": "2022-08-10", + "price": 2.99 + }, + { + "date": "2022-07-11", + "price": 2.39 + }, + { + "date": "2022-03-17", + "price": 2.25 + }, + { + "date": "2022-03-14", + "price": 1.99 + }, + { + "date": "2021-11-22", + "price": 1.89 + }, + { + "date": "2021-10-18", + "price": 1.69 + }, + { + "date": "2017-12-06", + "price": 1.49 + }, + { + "date": "2017-04-05", + "price": 1.39 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "53", + "tokens": [ + "clev", + "rapsl", + "1", + "lt", + "1000", + "ml" + ], + "vector": { + "1": 0.4082482904638631, + "1000": 0.4082482904638631, + "clev": 0.4082482904638631, + "raps": 0.4082482904638631, + "lt": 0.4082482904638631, + "ml": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-420428", + "name": "Clever Sauerrahm 15%", + "description": "Dieser Sauerrahm wird aus österreichischer Milch hergestellt und kann vielseitig in Ihrer Küche eingesetzt werden!\n", + "price": 0.79, + "priceHistory": [ + { + "date": "2023-04-06", + "price": 0.79 + }, + { + "date": "2022-12-01", + "price": 0.85 + }, + { + "date": "2022-06-09", + "price": 0.75 + }, + { + "date": "2022-02-17", + "price": 0.65 + }, + { + "date": "2021-11-05", + "price": 0.59 + }, + { + "date": "2021-06-03", + "price": 0.49 + }, + { + "date": "2020-08-17", + "price": 0.59 + }, + { + "date": "2020-01-30", + "price": 0.65 + }, + { + "date": "2018-10-06", + "price": 0.59 + }, + { + "date": "2018-05-07", + "price": 0.55 + }, + { + "date": "2017-07-18", + "price": 0.59 + }, + { + "date": "2017-04-05", + "price": 0.55 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "clev", + "sauerrahm", + "15", + "250", + "g" + ], + "vector": { + "15": 0.3333333333333333, + "250": 0.3333333333333333, + "clev": 0.3333333333333333, + "saue": 0.3333333333333333, + "auer": 0.3333333333333333, + "uerr": 0.3333333333333333, + "erra": 0.3333333333333333, + "rrah": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-246732", + "name": "Clever Sauerrahm 15%", + "description": "", + "price": 1.55, + "priceHistory": [ + { + "date": "2023-04-06", + "price": 1.55 + }, + { + "date": "2022-12-15", + "price": 1.65 + }, + { + "date": "2022-12-02", + "price": 1.45 + }, + { + "date": "2022-12-01", + "price": 1.65 + }, + { + "date": "2022-10-26", + "price": 1.45 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": false, + "category": "34", + "tokens": [ + "clev", + "sauerrahm", + "15", + "500", + "g" + ], + "vector": { + "15": 0.3333333333333333, + "500": 0.3333333333333333, + "clev": 0.3333333333333333, + "saue": 0.3333333333333333, + "auer": 0.3333333333333333, + "uerr": 0.3333333333333333, + "erra": 0.3333333333333333, + "rrah": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-853728", + "name": "Free Schlagobers 36%", + "description": "Der Free Schlagobers enthält 36 % Fett und ist lactosefrei. Aufgeschlagen harmoniert er hervorragend mit Fruchtdesserts, Kuchen und herzhaften Speisen.
  • hergestellt in Österreich
  • praktisch: die wiederverschließbare Flasche
  • wird gekühlt geliefert", + "price": 1.55, + "priceHistory": [ + { + "date": "2023-05-06", + "price": 1.55 + }, + { + "date": "2022-12-05", + "price": 1.65 + }, + { + "date": "2022-10-06", + "price": 1.55 + }, + { + "date": "2022-10-03", + "price": 1.4 + }, + { + "date": "2022-09-08", + "price": 1.55 + }, + { + "date": "2022-06-13", + "price": 1.49 + }, + { + "date": "2022-03-28", + "price": 1.29 + }, + { + "date": "2022-02-17", + "price": 1.45 + }, + { + "date": "2021-10-07", + "price": 1.39 + }, + { + "date": "2020-07-09", + "price": 1.35 + }, + { + "date": "2020-03-19", + "price": 1.29 + }, + { + "date": "2020-01-30", + "price": 1.35 + }, + { + "date": "2018-12-02", + "price": 1.29 + }, + { + "date": "2018-11-24", + "price": 1.19 + }, + { + "date": "2018-11-06", + "price": 1.29 + }, + { + "date": "2018-06-20", + "price": 1.19 + }, + { + "date": "2018-02-22", + "price": 1.25 + }, + { + "date": "2018-02-17", + "price": 1.19 + }, + { + "date": "2018-02-16", + "price": 1.25 + }, + { + "date": "2018-01-30", + "price": 1.19 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "free", + "schlagob", + "36", + "250", + "ml" + ], + "vector": { + "36": 0.35355339059327373, + "250": 0.35355339059327373, + "free": 0.35355339059327373, + "schl": 0.35355339059327373, + "chla": 0.35355339059327373, + "hlag": 0.35355339059327373, + "lago": 0.35355339059327373, + "ml": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-506156", + "name": "Clever Schmelzkäse Eckerl Mix", + "description": "Die clever Schmelzkäse-Eckerl sind cremig und sahnig im Geschmack. Sie zeichnen sich durch eine streichfähige Konsistenz aus und sind ein Muss auf jedem Frühstückstisch.
    Im clever Schmelzkäse-Eckerl Mix haben Sie Ihre Lieblingsgeschmackssorten vereint.
  • Cremig und sahnig
  • Ideal als Frühstücksbeilage
  • ", + "price": 2.19, + "priceHistory": [ + { + "date": "2023-05-25", + "price": 2.19 + }, + { + "date": "2022-12-12", + "price": 2.29 + }, + { + "date": "2022-09-07", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "schmelzks", + "eckerl", + "mix", + "250", + "g" + ], + "vector": { + "250": 0.30151134457776363, + "clev": 0.30151134457776363, + "schm": 0.30151134457776363, + "chme": 0.30151134457776363, + "hmel": 0.30151134457776363, + "melz": 0.30151134457776363, + "elzk": 0.30151134457776363, + "ecke": 0.30151134457776363, + "cker": 0.30151134457776363, + "mix": 0.30151134457776363, + "g": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-875888", + "name": "Clever Schmelzkäse Eckerl", + "description": "In Österreich hergestellt.", + "price": 3.29, + "priceHistory": [ + { + "date": "2023-05-25", + "price": 3.29 + }, + { + "date": "2022-12-12", + "price": 3.49 + }, + { + "date": "2022-09-01", + "price": 2.89 + }, + { + "date": "2022-06-14", + "price": 2.69 + }, + { + "date": "2022-03-03", + "price": 2.19 + }, + { + "date": "2021-10-23", + "price": 1.99 + }, + { + "date": "2021-09-02", + "price": 2.19 + }, + { + "date": "2020-02-13", + "price": 1.99 + }, + { + "date": "2019-01-30", + "price": 1.95 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 400, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "schmelzks", + "eckerl", + "400", + "g" + ], + "vector": { + "400": 0.31622776601683794, + "clev": 0.31622776601683794, + "schm": 0.31622776601683794, + "chme": 0.31622776601683794, + "hmel": 0.31622776601683794, + "melz": 0.31622776601683794, + "elzk": 0.31622776601683794, + "ecke": 0.31622776601683794, + "cker": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-919934", + "name": "Clever Schmelzkäsescheiben", + "description": "Geschmolzen in einem herzhaften Schinken-Käse-Toast oder pur auf einer Scheibe Vollkornbrot gleichermaßen ein Genuss!", + "price": 2.09, + "priceHistory": [ + { + "date": "2023-06-03", + "price": 2.09 + }, + { + "date": "2022-12-12", + "price": 2.19 + }, + { + "date": "2022-11-09", + "price": 1.89 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "schmelzksescheib", + "250", + "g" + ], + "vector": { + "250": 0.2581988897471611, + "clev": 0.2581988897471611, + "schm": 0.2581988897471611, + "chme": 0.2581988897471611, + "hmel": 0.2581988897471611, + "melz": 0.2581988897471611, + "elzk": 0.2581988897471611, + "lzks": 0.2581988897471611, + "zkse": 0.2581988897471611, + "kses": 0.2581988897471611, + "sesc": 0.2581988897471611, + "esch": 0.2581988897471611, + "sche": 0.2581988897471611, + "chei": 0.2581988897471611, + "g": 0.2581988897471611 + } + }, + { + "store": "billa", + "id": "00-965122", + "name": "Clever Schoko-Milch Taler", + "description": "", + "price": 1.59, + "priceHistory": [ + { + "date": "2023-05-15", + "price": 1.59 + }, + { + "date": "2023-01-20", + "price": 1.69 + }, + { + "date": "2021-11-27", + "price": 1.59 + }, + { + "date": "2021-11-25", + "price": 1.19 + }, + { + "date": "2020-06-11", + "price": 1.59 + }, + { + "date": "2019-01-02", + "price": 1.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 225, + "bio": false, + "category": "64", + "tokens": [ + "clev", + "schokomilch", + "tal", + "225", + "g" + ], + "vector": { + "225": 0.30151134457776363, + "clev": 0.30151134457776363, + "scho": 0.30151134457776363, + "chok": 0.30151134457776363, + "hoko": 0.30151134457776363, + "okom": 0.30151134457776363, + "komi": 0.30151134457776363, + "omil": 0.30151134457776363, + "milc": 0.30151134457776363, + "tal": 0.30151134457776363, + "g": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-523811", + "name": "Clever Sonnenblumenöl 1l", + "description": "Das milde Clever Sonnenblumenöl eignet sich hervorragend für Salate und wird aufgrund seiner hohen Erhitzbarkeit (bis 170°C) auch zum Braten und Frittieren eingesetzt.
    Es ist reich an Vitamin E und ungesättigten Fettsäuren.
    ", + "price": 2.49, + "priceHistory": [ + { + "date": "2023-06-06", + "price": 2.49 + }, + { + "date": "2023-05-17", + "price": 2.99 + }, + { + "date": "2023-02-16", + "price": 3.25 + }, + { + "date": "2023-01-19", + "price": 3.49 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "53", + "unavailable": true, + "tokens": [ + "clev", + "sonnenblumenl", + "1l", + "1000", + "ml" + ], + "vector": { + "1000": 0.2773500981126146, + "clev": 0.2773500981126146, + "sonn": 0.2773500981126146, + "onne": 0.2773500981126146, + "nnen": 0.2773500981126146, + "nenb": 0.2773500981126146, + "enbl": 0.2773500981126146, + "nblu": 0.2773500981126146, + "blum": 0.2773500981126146, + "lume": 0.2773500981126146, + "umen": 0.2773500981126146, + "1l": 0.2773500981126146, + "ml": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-324195", + "name": "Clever Stapelchips Sour Cream & Onion", + "description": "", + "price": 1.49, + "priceHistory": [ + { + "date": "2023-05-15", + "price": 1.49 + }, + { + "date": "2022-10-07", + "price": 1.65 + }, + { + "date": "2022-05-26", + "price": 1.49 + }, + { + "date": "2022-04-14", + "price": 1.29 + }, + { + "date": "2019-11-06", + "price": 1.19 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 175, + "bio": false, + "category": "63", + "tokens": [ + "clev", + "stapelchips", + "sour", + "cream", + "onion", + "175", + "g" + ], + "vector": { + "175": 0.2773500981126146, + "clev": 0.2773500981126146, + "stap": 0.2773500981126146, + "tape": 0.2773500981126146, + "apel": 0.2773500981126146, + "pelc": 0.2773500981126146, + "elch": 0.2773500981126146, + "lchi": 0.2773500981126146, + "chip": 0.2773500981126146, + "sour": 0.2773500981126146, + "crea": 0.2773500981126146, + "onio": 0.2773500981126146, + "g": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-961300", + "name": "Clever Tiroler Bergkäse", + "description": "Der mild-würzige Tiroler Bergkäse von Clever ist aus bester Heumilch gekäst und mindestens drei Monate gereift. Er enthält natürlicherweise keine Laktose.
  • aus Rohmilch
  • hergestellt in Tirol
  • wird gekühlt geliefert", + "price": 3.99, + "priceHistory": [ + { + "date": "2023-05-18", + "price": 3.99 + }, + { + "date": "2023-01-12", + "price": 4.29 + }, + { + "date": "2022-09-07", + "price": 3.99 + }, + { + "date": "2022-07-18", + "price": 3.69 + }, + { + "date": "2022-03-03", + "price": 3.19 + }, + { + "date": "2021-08-30", + "price": 2.99 + }, + { + "date": "2020-04-23", + "price": 2.98 + }, + { + "date": "2020-01-30", + "price": 2.99 + }, + { + "date": "2018-11-14", + "price": 2.98 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 350, + "bio": false, + "category": "33", + "tokens": [ + "clev", + "tirol", + "bergks", + "350", + "g" + ], + "vector": { + "350": 0.4082482904638631, + "clev": 0.4082482904638631, + "tiro": 0.4082482904638631, + "berg": 0.4082482904638631, + "ergk": 0.4082482904638631, + "g": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-746223", + "name": "Clever Topfen 20%", + "description": "Der Topfen mit 20% Fettgehalt von Clever ist mit Milch von österreichischen Kühen hergestellt und eignet sich perfekt für Desserts, Soßen oder als Dip.
  • enthält von Natur aus 11% Eiweiß
  • hergestellt ohne Gentechnik", + "price": 0.99, + "priceHistory": [ + { + "date": "2023-04-06", + "price": 0.99 + }, + { + "date": "2023-01-25", + "price": 1.09 + }, + { + "date": "2022-12-15", + "price": 1.19 + }, + { + "date": "2022-09-08", + "price": 1.09 + }, + { + "date": "2022-06-02", + "price": 0.99 + }, + { + "date": "2022-02-17", + "price": 0.85 + }, + { + "date": "2021-08-13", + "price": 0.79 + }, + { + "date": "2021-05-04", + "price": 0.69 + }, + { + "date": "2020-05-28", + "price": 0.85 + }, + { + "date": "2020-01-30", + "price": 0.89 + }, + { + "date": "2018-10-06", + "price": 0.85 + }, + { + "date": "2018-05-07", + "price": 0.79 + }, + { + "date": "2017-08-04", + "price": 0.85 + }, + { + "date": "2017-04-05", + "price": 0.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "clev", + "topf", + "20", + "250", + "g" + ], + "vector": { + "20": 0.4472135954999579, + "250": 0.4472135954999579, + "clev": 0.4472135954999579, + "topf": 0.4472135954999579, + "g": 0.4472135954999579 + } + }, + { + "store": "billa", + "id": "00-746455", + "name": "Clever Topfen mager", + "description": "Der magere Topfen von Clever enthält nur 0,5 g Fett pro 100 g und ist wunderbar streichfähig. Er eignet sich als fettarme Grundlage für Desserts und Dips.
  • hergestellt in Österreich, ohne Gentechnik", + "price": 0.89, + "priceHistory": [ + { + "date": "2023-04-06", + "price": 0.89 + }, + { + "date": "2022-12-01", + "price": 0.95 + }, + { + "date": "2022-09-08", + "price": 0.89 + }, + { + "date": "2022-06-02", + "price": 0.79 + }, + { + "date": "2022-02-17", + "price": 0.69 + }, + { + "date": "2021-08-13", + "price": 0.65 + }, + { + "date": "2020-12-31", + "price": 0.59 + }, + { + "date": "2020-05-14", + "price": 0.65 + }, + { + "date": "2020-01-30", + "price": 0.79 + }, + { + "date": "2018-10-06", + "price": 0.75 + }, + { + "date": "2018-05-07", + "price": 0.69 + }, + { + "date": "2017-08-04", + "price": 0.75 + }, + { + "date": "2017-04-05", + "price": 0.69 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "clev", + "topf", + "mag", + "250", + "g" + ], + "vector": { + "250": 0.4472135954999579, + "clev": 0.4472135954999579, + "topf": 0.4472135954999579, + "mag": 0.4472135954999579, + "g": 0.4472135954999579 + } + }, + { + "store": "billa", + "id": "00-882279", + "name": "Clever Ungarische Salami", + "description": "Nach einem traditionellen Rezept wird die Ungarische Salami von Clever hergestellt. Die locker gelegten Scheiben begeistern mit ihrem würzigen Aroma.
  • ungarische Salami – Rohwurst aus Schweinefleisch
  • hergestellt in Österreich
  • gekühlt lagern
  • gluten- und lactosefrei", + "price": 1.99, + "priceHistory": [ + { + "date": "2023-02-24", + "price": 1.99 + }, + { + "date": "2022-12-02", + "price": 2.19 + }, + { + "date": "2022-09-13", + "price": 1.99 + }, + { + "date": "2022-04-21", + "price": 1.89 + }, + { + "date": "2022-02-24", + "price": 1.69 + }, + { + "date": "2021-08-05", + "price": 1.49 + }, + { + "date": "2021-02-08", + "price": 1.79 + }, + { + "date": "2020-01-16", + "price": 1.89 + }, + { + "date": "2019-05-10", + "price": 1.79 + }, + { + "date": "2017-06-26", + "price": 1.69 + }, + { + "date": "2017-05-04", + "price": 1.59 + }, + { + "date": "2017-04-05", + "price": 1.55 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": false, + "category": "37", + "tokens": [ + "clev", + "ungar", + "salami", + "100", + "g" + ], + "vector": { + "100": 0.4082482904638631, + "clev": 0.4082482904638631, + "unga": 0.4082482904638631, + "sala": 0.4082482904638631, + "alam": 0.4082482904638631, + "g": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-425337", + "name": "Clever Vollmilch 3.5%", + "description": "Schmackhaft und reich an wertvollen Inhaltsstoffen: In der Clever Vollmilch steckt die Sorgfalt der Milchbauern.
  • Vollmilch aus gentechnikfreier Produktion mit 3,5 % Fett", + "price": 1.29, + "priceHistory": [ + { + "date": "2023-04-06", + "price": 1.29 + }, + { + "date": "2022-12-05", + "price": 1.39 + }, + { + "date": "2022-06-21", + "price": 1.29 + }, + { + "date": "2022-06-08", + "price": 1.15 + }, + { + "date": "2022-05-30", + "price": 1.29 + }, + { + "date": "2022-01-31", + "price": 1.15 + }, + { + "date": "2021-07-29", + "price": 1.05 + }, + { + "date": "2020-08-17", + "price": 0.99 + }, + { + "date": "2020-03-12", + "price": 1.05 + }, + { + "date": "2020-01-30", + "price": 1.09 + }, + { + "date": "2018-10-06", + "price": 0.99 + }, + { + "date": "2018-05-07", + "price": 0.95 + }, + { + "date": "2017-08-04", + "price": 0.99 + }, + { + "date": "2017-04-05", + "price": 0.95 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "34", + "tokens": [ + "clev", + "vollmilch", + "35", + "1000", + "ml" + ], + "vector": { + "35": 0.3333333333333333, + "1000": 0.3333333333333333, + "clev": 0.3333333333333333, + "voll": 0.3333333333333333, + "ollm": 0.3333333333333333, + "llmi": 0.3333333333333333, + "lmil": 0.3333333333333333, + "milc": 0.3333333333333333, + "ml": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-545404", + "name": "Clever Zwetschkenschnaps", + "description": "Der Clever Zwetschkenschnaps, destilliert aus besten Früchten, eignet sich perfekt dafür. Als Zusatz im Punsch oder Tee wärmt er an kalten Tagen von innen auf.
  • 35 % vol Alkohol
  • regionale Herkunft", + "price": 8.49, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 8.49 + }, + { + "date": "2022-12-28", + "price": 8.79 + }, + { + "date": "2022-04-14", + "price": 8.49 + }, + { + "date": "2017-04-05", + "price": 7.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "24", + "tokens": [ + "clev", + "zwetschkenschnaps", + "1000", + "ml" + ], + "vector": { + "1000": 0.25, + "clev": 0.25, + "zwet": 0.25, + "wets": 0.25, + "etsc": 0.25, + "tsch": 0.25, + "schk": 0.25, + "chke": 0.25, + "hken": 0.25, + "kens": 0.25, + "ensc": 0.25, + "nsch": 0.25, + "schn": 0.25, + "chna": 0.25, + "hnap": 0.25, + "ml": 0.25 + } + }, + { + "store": "billa", + "id": "00-421152", + "name": "Colgate Max White Expert Zahncreme", + "description": "
  • Mit einem professionellen Whitening-Inhaltsstoff, um Langzeitverfärbungen aufzuhellen
  • Mit einer fortschrittlichen Poliertechnologie - für weißere Zähne in nur 5 Tagen
  • Zahnschmelzverträglich bei täglicher Anwendung
  • ", + "price": 6.29, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 6.29 + }, + { + "date": "2022-05-25", + "price": 6.39 + }, + { + "date": "2022-02-16", + "price": 5.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 75, + "bio": false, + "category": "76", + "tokens": [ + "colgat", + "max", + "whit", + "expert", + "zahncrem", + "75", + "ml" + ], + "vector": { + "75": 0.2886751345948129, + "colg": 0.2886751345948129, + "olga": 0.2886751345948129, + "max": 0.2886751345948129, + "whit": 0.2886751345948129, + "expe": 0.2886751345948129, + "xper": 0.2886751345948129, + "zahn": 0.2886751345948129, + "ahnc": 0.2886751345948129, + "hncr": 0.2886751345948129, + "ncre": 0.2886751345948129, + "ml": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-477967", + "name": "Da komm ich her! Eier aus Bodenhaltung L", + "description": "", + "price": 2.69, + "priceHistory": [ + { + "date": "2023-05-31", + "price": 2.69 + }, + { + "date": "2023-05-17", + "price": 2.75 + }, + { + "date": "2023-05-13", + "price": 1.99 + }, + { + "date": "2023-01-19", + "price": 2.75 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 6, + "bio": false, + "category": "31", + "tokens": [ + "komm", + "her", + "eier", + "bodenhalt", + "l", + "6", + "stk" + ], + "vector": { + "6": 0.30151134457776363, + "komm": 0.30151134457776363, + "her": 0.30151134457776363, + "eier": 0.30151134457776363, + "bode": 0.30151134457776363, + "oden": 0.30151134457776363, + "denh": 0.30151134457776363, + "enha": 0.30151134457776363, + "nhal": 0.30151134457776363, + "l": 0.30151134457776363, + "stk": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-427495", + "name": "Dallmayr Prodomo Ganze Bohne", + "description": "Dallmayr prodomo ist eine Spitzenmischung feinster Arabica-Hochlandkaffees aus den besten Anbaugebieten der Welt. Den typischen Charakter prägen vor allem die hochwertigen Arabica-Bohnen aus den fruchtbaren Provinzen Äthiopiens, der Urheimat des Kaffees.", + "price": 10.99, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 10.99 + }, + { + "date": "2023-06-03", + "price": 7.99 + }, + { + "date": "2023-06-02", + "price": 5.99 + }, + { + "date": "2023-05-25", + "price": 7.99 + }, + { + "date": "2023-04-22", + "price": 10.99 + }, + { + "date": "2023-03-30", + "price": 11.59 + }, + { + "date": "2023-03-16", + "price": 6.99 + }, + { + "date": "2023-03-15", + "price": 11.59 + }, + { + "date": "2023-03-10", + "price": 8.69 + }, + { + "date": "2023-01-19", + "price": 11.59 + }, + { + "date": "2023-01-02", + "price": 6.99 + }, + { + "date": "2022-12-11", + "price": 11.59 + }, + { + "date": "2022-12-07", + "price": 8.69 + }, + { + "date": "2022-11-21", + "price": 11.59 + }, + { + "date": "2022-11-10", + "price": 10.99 + }, + { + "date": "2022-10-27", + "price": 6.99 + }, + { + "date": "2022-09-01", + "price": 10.99 + }, + { + "date": "2022-08-18", + "price": 7.99 + }, + { + "date": "2022-08-07", + "price": 10.99 + }, + { + "date": "2022-08-05", + "price": 8.24 + }, + { + "date": "2022-07-19", + "price": 10.99 + }, + { + "date": "2022-07-07", + "price": 11.49 + }, + { + "date": "2022-06-26", + "price": 6.66 + }, + { + "date": "2022-06-24", + "price": 5 + }, + { + "date": "2022-06-23", + "price": 6.66 + }, + { + "date": "2022-06-15", + "price": 11.49 + }, + { + "date": "2022-05-25", + "price": 9.49 + }, + { + "date": "2022-05-15", + "price": 6.99 + }, + { + "date": "2022-05-13", + "price": 5.24 + }, + { + "date": "2022-05-12", + "price": 6.99 + }, + { + "date": "2022-04-24", + "price": 9.49 + }, + { + "date": "2022-04-22", + "price": 7.12 + }, + { + "date": "2022-04-11", + "price": 9.49 + }, + { + "date": "2022-03-31", + "price": 8.99 + }, + { + "date": "2022-03-20", + "price": 6.99 + }, + { + "date": "2022-03-18", + "price": 5.24 + }, + { + "date": "2022-03-17", + "price": 6.99 + }, + { + "date": "2022-02-17", + "price": 8.99 + }, + { + "date": "2022-02-03", + "price": 6.49 + }, + { + "date": "2021-12-16", + "price": 8.49 + }, + { + "date": "2021-12-09", + "price": 6.37 + }, + { + "date": "2021-11-25", + "price": 6.49 + }, + { + "date": "2021-10-07", + "price": 8.49 + }, + { + "date": "2021-09-30", + "price": 4.24 + }, + { + "date": "2021-09-02", + "price": 8.49 + }, + { + "date": "2021-08-19", + "price": 5.99 + }, + { + "date": "2021-07-29", + "price": 7.99 + }, + { + "date": "2021-07-22", + "price": 3.99 + }, + { + "date": "2021-06-24", + "price": 7.99 + }, + { + "date": "2021-06-10", + "price": 5.99 + }, + { + "date": "2021-03-18", + "price": 7.99 + }, + { + "date": "2021-03-04", + "price": 6.49 + }, + { + "date": "2021-01-21", + "price": 7.99 + }, + { + "date": "2021-01-07", + "price": 5.32 + }, + { + "date": "2021-01-01", + "price": 7.99 + }, + { + "date": "2020-12-17", + "price": 5.32 + }, + { + "date": "2020-12-03", + "price": 7.99 + }, + { + "date": "2020-11-19", + "price": 5.99 + }, + { + "date": "2020-09-17", + "price": 7.99 + }, + { + "date": "2020-09-10", + "price": 3.99 + }, + { + "date": "2020-08-27", + "price": 7.99 + }, + { + "date": "2020-08-13", + "price": 5.99 + }, + { + "date": "2020-07-02", + "price": 7.99 + }, + { + "date": "2020-06-18", + "price": 5.99 + }, + { + "date": "2020-05-07", + "price": 7.99 + }, + { + "date": "2020-04-23", + "price": 5.99 + }, + { + "date": "2020-03-26", + "price": 7.99 + }, + { + "date": "2020-03-12", + "price": 6.49 + }, + { + "date": "2020-01-30", + "price": 7.99 + }, + { + "date": "2020-01-16", + "price": 6.49 + }, + { + "date": "2019-12-19", + "price": 7.99 + }, + { + "date": "2019-12-05", + "price": 4.99 + }, + { + "date": "2019-10-24", + "price": 7.99 + }, + { + "date": "2019-10-10", + "price": 6.49 + }, + { + "date": "2019-09-12", + "price": 7.99 + }, + { + "date": "2019-08-29", + "price": 5.49 + }, + { + "date": "2019-08-01", + "price": 7.99 + }, + { + "date": "2019-07-18", + "price": 6.49 + }, + { + "date": "2019-07-01", + "price": 7.99 + }, + { + "date": "2019-06-27", + "price": 4.99 + }, + { + "date": "2019-06-06", + "price": 7.99 + }, + { + "date": "2019-05-23", + "price": 5.99 + }, + { + "date": "2019-04-11", + "price": 7.99 + }, + { + "date": "2019-03-28", + "price": 5.99 + }, + { + "date": "2019-02-28", + "price": 7.99 + }, + { + "date": "2019-02-14", + "price": 5.99 + }, + { + "date": "2019-01-03", + "price": 7.99 + }, + { + "date": "2018-12-20", + "price": 5.49 + }, + { + "date": "2018-12-06", + "price": 8.49 + }, + { + "date": "2018-11-22", + "price": 5.99 + }, + { + "date": "2018-10-18", + "price": 8.49 + }, + { + "date": "2018-10-04", + "price": 6.49 + }, + { + "date": "2018-09-27", + "price": 8.49 + }, + { + "date": "2018-09-24", + "price": 4.99 + }, + { + "date": "2018-08-23", + "price": 8.49 + }, + { + "date": "2018-08-02", + "price": 5.99 + }, + { + "date": "2018-06-07", + "price": 8.49 + }, + { + "date": "2018-05-17", + "price": 6.49 + }, + { + "date": "2018-04-19", + "price": 8.49 + }, + { + "date": "2018-04-05", + "price": 6.49 + }, + { + "date": "2018-03-01", + "price": 8.49 + }, + { + "date": "2018-02-15", + "price": 5.99 + }, + { + "date": "2018-01-04", + "price": 8.49 + }, + { + "date": "2017-12-21", + "price": 6.49 + }, + { + "date": "2017-11-23", + "price": 8.49 + }, + { + "date": "2017-11-09", + "price": 6.49 + }, + { + "date": "2017-10-19", + "price": 8.49 + }, + { + "date": "2017-10-09", + "price": 6.49 + }, + { + "date": "2017-08-10", + "price": 8.49 + }, + { + "date": "2017-07-27", + "price": 6.49 + }, + { + "date": "2017-06-13", + "price": 8.49 + }, + { + "date": "2017-06-01", + "price": 6.49 + }, + { + "date": "2017-05-04", + "price": 8.49 + }, + { + "date": "2017-04-20", + "price": 6.49 + }, + { + "date": "2017-04-05", + "price": 8.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": false, + "category": "22", + "tokens": [ + "dallmayr", + "prodomo", + "bohn", + "500", + "g" + ], + "vector": { + "500": 0.31622776601683794, + "dall": 0.31622776601683794, + "allm": 0.31622776601683794, + "llma": 0.31622776601683794, + "lmay": 0.31622776601683794, + "prod": 0.31622776601683794, + "rodo": 0.31622776601683794, + "odom": 0.31622776601683794, + "bohn": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-401617", + "name": "Dallmayr Prodomo Gemahlen", + "description": "Dallmayr prodomo ist eine Spitzenmischung feinster Arabica-Hochlandkaffees aus den besten Anbaugebieten der Welt. Den typischen Charakter prägen vor allem die hochwertigen Arabica-Bohnen aus den fruchtbaren Provinzen Äthiopiens, der Urheimat des Kaffees.", + "price": 10.99, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 10.99 + }, + { + "date": "2023-06-03", + "price": 7.99 + }, + { + "date": "2023-06-02", + "price": 5.99 + }, + { + "date": "2023-05-25", + "price": 7.99 + }, + { + "date": "2023-04-22", + "price": 10.99 + }, + { + "date": "2023-03-30", + "price": 11.59 + }, + { + "date": "2023-03-16", + "price": 6.99 + }, + { + "date": "2023-03-15", + "price": 11.59 + }, + { + "date": "2023-03-10", + "price": 8.69 + }, + { + "date": "2023-01-19", + "price": 11.59 + }, + { + "date": "2023-01-02", + "price": 6.99 + }, + { + "date": "2022-12-11", + "price": 11.59 + }, + { + "date": "2022-12-07", + "price": 8.69 + }, + { + "date": "2022-11-21", + "price": 11.59 + }, + { + "date": "2022-11-10", + "price": 10.99 + }, + { + "date": "2022-10-27", + "price": 6.99 + }, + { + "date": "2022-09-01", + "price": 10.99 + }, + { + "date": "2022-08-18", + "price": 7.99 + }, + { + "date": "2022-08-07", + "price": 10.99 + }, + { + "date": "2022-08-05", + "price": 8.24 + }, + { + "date": "2022-07-19", + "price": 10.99 + }, + { + "date": "2022-07-07", + "price": 11.49 + }, + { + "date": "2022-06-26", + "price": 6.66 + }, + { + "date": "2022-06-24", + "price": 5 + }, + { + "date": "2022-06-23", + "price": 6.66 + }, + { + "date": "2022-06-15", + "price": 11.49 + }, + { + "date": "2022-05-25", + "price": 9.49 + }, + { + "date": "2022-05-15", + "price": 6.99 + }, + { + "date": "2022-05-13", + "price": 5.24 + }, + { + "date": "2022-05-12", + "price": 6.99 + }, + { + "date": "2022-04-24", + "price": 9.49 + }, + { + "date": "2022-04-22", + "price": 7.12 + }, + { + "date": "2022-04-11", + "price": 9.49 + }, + { + "date": "2022-03-31", + "price": 8.99 + }, + { + "date": "2022-03-20", + "price": 6.99 + }, + { + "date": "2022-03-18", + "price": 5.24 + }, + { + "date": "2022-03-17", + "price": 6.99 + }, + { + "date": "2022-02-17", + "price": 8.99 + }, + { + "date": "2022-02-03", + "price": 6.49 + }, + { + "date": "2021-12-16", + "price": 8.49 + }, + { + "date": "2021-12-09", + "price": 6.37 + }, + { + "date": "2021-11-25", + "price": 6.49 + }, + { + "date": "2021-10-07", + "price": 8.49 + }, + { + "date": "2021-09-30", + "price": 4.24 + }, + { + "date": "2021-09-02", + "price": 8.49 + }, + { + "date": "2021-08-19", + "price": 5.99 + }, + { + "date": "2021-07-29", + "price": 7.99 + }, + { + "date": "2021-07-22", + "price": 3.99 + }, + { + "date": "2021-06-24", + "price": 7.99 + }, + { + "date": "2021-06-10", + "price": 5.99 + }, + { + "date": "2021-03-18", + "price": 7.99 + }, + { + "date": "2021-03-04", + "price": 6.49 + }, + { + "date": "2021-01-21", + "price": 7.99 + }, + { + "date": "2021-01-07", + "price": 5.32 + }, + { + "date": "2021-01-01", + "price": 7.99 + }, + { + "date": "2020-12-17", + "price": 5.32 + }, + { + "date": "2020-12-03", + "price": 7.99 + }, + { + "date": "2020-11-19", + "price": 5.99 + }, + { + "date": "2020-09-17", + "price": 7.99 + }, + { + "date": "2020-09-10", + "price": 3.99 + }, + { + "date": "2020-08-27", + "price": 7.99 + }, + { + "date": "2020-08-13", + "price": 5.99 + }, + { + "date": "2020-07-02", + "price": 7.99 + }, + { + "date": "2020-06-18", + "price": 5.99 + }, + { + "date": "2020-05-07", + "price": 7.99 + }, + { + "date": "2020-04-23", + "price": 5.99 + }, + { + "date": "2020-03-26", + "price": 7.99 + }, + { + "date": "2020-03-12", + "price": 6.49 + }, + { + "date": "2020-01-30", + "price": 7.99 + }, + { + "date": "2020-01-16", + "price": 6.49 + }, + { + "date": "2019-12-19", + "price": 7.99 + }, + { + "date": "2019-12-05", + "price": 4.99 + }, + { + "date": "2019-10-24", + "price": 7.99 + }, + { + "date": "2019-10-10", + "price": 6.49 + }, + { + "date": "2019-09-12", + "price": 7.99 + }, + { + "date": "2019-08-29", + "price": 5.49 + }, + { + "date": "2019-08-01", + "price": 7.99 + }, + { + "date": "2019-07-18", + "price": 6.49 + }, + { + "date": "2019-07-01", + "price": 7.99 + }, + { + "date": "2019-06-27", + "price": 4.99 + }, + { + "date": "2019-06-06", + "price": 7.99 + }, + { + "date": "2019-05-23", + "price": 5.99 + }, + { + "date": "2019-04-11", + "price": 7.99 + }, + { + "date": "2019-03-28", + "price": 5.99 + }, + { + "date": "2019-02-28", + "price": 7.99 + }, + { + "date": "2019-02-14", + "price": 5.99 + }, + { + "date": "2019-01-03", + "price": 7.99 + }, + { + "date": "2018-12-20", + "price": 5.49 + }, + { + "date": "2018-12-06", + "price": 8.49 + }, + { + "date": "2018-11-22", + "price": 5.99 + }, + { + "date": "2018-10-18", + "price": 8.49 + }, + { + "date": "2018-10-04", + "price": 6.49 + }, + { + "date": "2018-09-27", + "price": 8.49 + }, + { + "date": "2018-09-24", + "price": 4.99 + }, + { + "date": "2018-08-23", + "price": 8.49 + }, + { + "date": "2018-08-02", + "price": 5.99 + }, + { + "date": "2018-06-07", + "price": 8.49 + }, + { + "date": "2018-05-17", + "price": 6.49 + }, + { + "date": "2018-04-19", + "price": 8.49 + }, + { + "date": "2018-04-05", + "price": 6.49 + }, + { + "date": "2018-03-01", + "price": 8.49 + }, + { + "date": "2018-02-15", + "price": 5.99 + }, + { + "date": "2018-01-04", + "price": 8.49 + }, + { + "date": "2017-12-21", + "price": 6.49 + }, + { + "date": "2017-11-23", + "price": 8.49 + }, + { + "date": "2017-11-09", + "price": 6.49 + }, + { + "date": "2017-10-19", + "price": 8.49 + }, + { + "date": "2017-10-09", + "price": 6.49 + }, + { + "date": "2017-08-10", + "price": 8.49 + }, + { + "date": "2017-07-27", + "price": 6.49 + }, + { + "date": "2017-06-13", + "price": 8.49 + }, + { + "date": "2017-06-01", + "price": 6.49 + }, + { + "date": "2017-05-04", + "price": 8.49 + }, + { + "date": "2017-04-20", + "price": 6.49 + }, + { + "date": "2017-04-05", + "price": 8.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": false, + "category": "22", + "tokens": [ + "dallmayr", + "prodomo", + "gemahl", + "500", + "g" + ], + "vector": { + "500": 0.30151134457776363, + "dall": 0.30151134457776363, + "allm": 0.30151134457776363, + "llma": 0.30151134457776363, + "lmay": 0.30151134457776363, + "prod": 0.30151134457776363, + "rodo": 0.30151134457776363, + "odom": 0.30151134457776363, + "gema": 0.30151134457776363, + "emah": 0.30151134457776363, + "g": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-427495", + "name": "Dallmayr Prodomo Ganze Bohne", + "description": "Dallmayr prodomo ist eine Spitzenmischung feinster Arabica-Hochlandkaffees aus den besten Anbaugebieten der Welt. Den typischen Charakter prägen vor allem die hochwertigen Arabica-Bohnen aus den fruchtbaren Provinzen Äthiopiens, der Urheimat des Kaffees.", + "price": 10.99, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 10.99 + }, + { + "date": "2023-06-03", + "price": 7.99 + }, + { + "date": "2023-06-02", + "price": 5.99 + }, + { + "date": "2023-05-25", + "price": 7.99 + }, + { + "date": "2023-04-22", + "price": 10.99 + }, + { + "date": "2023-03-30", + "price": 11.59 + }, + { + "date": "2023-03-16", + "price": 6.99 + }, + { + "date": "2023-03-15", + "price": 11.59 + }, + { + "date": "2023-03-10", + "price": 8.69 + }, + { + "date": "2023-01-19", + "price": 11.59 + }, + { + "date": "2023-01-02", + "price": 6.99 + }, + { + "date": "2022-12-11", + "price": 11.59 + }, + { + "date": "2022-12-07", + "price": 8.69 + }, + { + "date": "2022-11-21", + "price": 11.59 + }, + { + "date": "2022-11-10", + "price": 10.99 + }, + { + "date": "2022-10-27", + "price": 6.99 + }, + { + "date": "2022-09-01", + "price": 10.99 + }, + { + "date": "2022-08-18", + "price": 7.99 + }, + { + "date": "2022-08-07", + "price": 10.99 + }, + { + "date": "2022-08-05", + "price": 8.24 + }, + { + "date": "2022-07-19", + "price": 10.99 + }, + { + "date": "2022-07-07", + "price": 11.49 + }, + { + "date": "2022-06-26", + "price": 6.66 + }, + { + "date": "2022-06-24", + "price": 5 + }, + { + "date": "2022-06-23", + "price": 6.66 + }, + { + "date": "2022-06-15", + "price": 11.49 + }, + { + "date": "2022-05-25", + "price": 9.49 + }, + { + "date": "2022-05-15", + "price": 6.99 + }, + { + "date": "2022-05-13", + "price": 5.24 + }, + { + "date": "2022-05-12", + "price": 6.99 + }, + { + "date": "2022-04-24", + "price": 9.49 + }, + { + "date": "2022-04-22", + "price": 7.12 + }, + { + "date": "2022-04-11", + "price": 9.49 + }, + { + "date": "2022-03-31", + "price": 8.99 + }, + { + "date": "2022-03-20", + "price": 6.99 + }, + { + "date": "2022-03-18", + "price": 5.24 + }, + { + "date": "2022-03-17", + "price": 6.99 + }, + { + "date": "2022-02-17", + "price": 8.99 + }, + { + "date": "2022-02-03", + "price": 6.49 + }, + { + "date": "2021-12-16", + "price": 8.49 + }, + { + "date": "2021-12-09", + "price": 6.37 + }, + { + "date": "2021-11-25", + "price": 6.49 + }, + { + "date": "2021-10-07", + "price": 8.49 + }, + { + "date": "2021-09-30", + "price": 4.24 + }, + { + "date": "2021-09-02", + "price": 8.49 + }, + { + "date": "2021-08-19", + "price": 5.99 + }, + { + "date": "2021-07-29", + "price": 7.99 + }, + { + "date": "2021-07-22", + "price": 3.99 + }, + { + "date": "2021-06-24", + "price": 7.99 + }, + { + "date": "2021-06-10", + "price": 5.99 + }, + { + "date": "2021-03-18", + "price": 7.99 + }, + { + "date": "2021-03-04", + "price": 6.49 + }, + { + "date": "2021-01-21", + "price": 7.99 + }, + { + "date": "2021-01-07", + "price": 5.32 + }, + { + "date": "2021-01-01", + "price": 7.99 + }, + { + "date": "2020-12-17", + "price": 5.32 + }, + { + "date": "2020-12-03", + "price": 7.99 + }, + { + "date": "2020-11-19", + "price": 5.99 + }, + { + "date": "2020-09-17", + "price": 7.99 + }, + { + "date": "2020-09-10", + "price": 3.99 + }, + { + "date": "2020-08-27", + "price": 7.99 + }, + { + "date": "2020-08-13", + "price": 5.99 + }, + { + "date": "2020-07-02", + "price": 7.99 + }, + { + "date": "2020-06-18", + "price": 5.99 + }, + { + "date": "2020-05-07", + "price": 7.99 + }, + { + "date": "2020-04-23", + "price": 5.99 + }, + { + "date": "2020-03-26", + "price": 7.99 + }, + { + "date": "2020-03-12", + "price": 6.49 + }, + { + "date": "2020-01-30", + "price": 7.99 + }, + { + "date": "2020-01-16", + "price": 6.49 + }, + { + "date": "2019-12-19", + "price": 7.99 + }, + { + "date": "2019-12-05", + "price": 4.99 + }, + { + "date": "2019-10-24", + "price": 7.99 + }, + { + "date": "2019-10-10", + "price": 6.49 + }, + { + "date": "2019-09-12", + "price": 7.99 + }, + { + "date": "2019-08-29", + "price": 5.49 + }, + { + "date": "2019-08-01", + "price": 7.99 + }, + { + "date": "2019-07-18", + "price": 6.49 + }, + { + "date": "2019-07-01", + "price": 7.99 + }, + { + "date": "2019-06-27", + "price": 4.99 + }, + { + "date": "2019-06-06", + "price": 7.99 + }, + { + "date": "2019-05-23", + "price": 5.99 + }, + { + "date": "2019-04-11", + "price": 7.99 + }, + { + "date": "2019-03-28", + "price": 5.99 + }, + { + "date": "2019-02-28", + "price": 7.99 + }, + { + "date": "2019-02-14", + "price": 5.99 + }, + { + "date": "2019-01-03", + "price": 7.99 + }, + { + "date": "2018-12-20", + "price": 5.49 + }, + { + "date": "2018-12-06", + "price": 8.49 + }, + { + "date": "2018-11-22", + "price": 5.99 + }, + { + "date": "2018-10-18", + "price": 8.49 + }, + { + "date": "2018-10-04", + "price": 6.49 + }, + { + "date": "2018-09-27", + "price": 8.49 + }, + { + "date": "2018-09-24", + "price": 4.99 + }, + { + "date": "2018-08-23", + "price": 8.49 + }, + { + "date": "2018-08-02", + "price": 5.99 + }, + { + "date": "2018-06-07", + "price": 8.49 + }, + { + "date": "2018-05-17", + "price": 6.49 + }, + { + "date": "2018-04-19", + "price": 8.49 + }, + { + "date": "2018-04-05", + "price": 6.49 + }, + { + "date": "2018-03-01", + "price": 8.49 + }, + { + "date": "2018-02-15", + "price": 5.99 + }, + { + "date": "2018-01-04", + "price": 8.49 + }, + { + "date": "2017-12-21", + "price": 6.49 + }, + { + "date": "2017-11-23", + "price": 8.49 + }, + { + "date": "2017-11-09", + "price": 6.49 + }, + { + "date": "2017-10-19", + "price": 8.49 + }, + { + "date": "2017-10-09", + "price": 6.49 + }, + { + "date": "2017-08-10", + "price": 8.49 + }, + { + "date": "2017-07-27", + "price": 6.49 + }, + { + "date": "2017-06-13", + "price": 8.49 + }, + { + "date": "2017-06-01", + "price": 6.49 + }, + { + "date": "2017-05-04", + "price": 8.49 + }, + { + "date": "2017-04-20", + "price": 6.49 + }, + { + "date": "2017-04-05", + "price": 8.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": false, + "category": "22", + "tokens": [ + "dallmayr", + "prodomo", + "bohn", + "500", + "g" + ], + "vector": { + "500": 0.31622776601683794, + "dall": 0.31622776601683794, + "allm": 0.31622776601683794, + "llma": 0.31622776601683794, + "lmay": 0.31622776601683794, + "prod": 0.31622776601683794, + "rodo": 0.31622776601683794, + "odom": 0.31622776601683794, + "bohn": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-404271", + "name": "Darbo Blütenhonig-Bienenhonig", + "description": "Der Darbo Blütenhonig ist ein klassischer Bienenhonig. Auf traditionelle Weise aus den Waben geschleudert, schmeichelt er dem Gaumen mit einer blumigen Süße.
  • hergestellt aus dem Nektar verschiedener Blütenpflanzen
  • kräftig goldene Farbe", + "price": 6.49, + "priceHistory": [ + { + "date": "2023-03-30", + "price": 6.49 + }, + { + "date": "2023-03-16", + "price": 5.99 + }, + { + "date": "2023-02-02", + "price": 6.49 + }, + { + "date": "2022-12-08", + "price": 6.99 + }, + { + "date": "2022-11-24", + "price": 5.49 + }, + { + "date": "2022-11-10", + "price": 5.99 + }, + { + "date": "2022-10-27", + "price": 5.49 + }, + { + "date": "2022-04-14", + "price": 5.99 + }, + { + "date": "2022-03-31", + "price": 5.49 + }, + { + "date": "2021-12-09", + "price": 5.99 + }, + { + "date": "2021-10-28", + "price": 5.49 + }, + { + "date": "2021-10-14", + "price": 4.99 + }, + { + "date": "2021-02-18", + "price": 5.49 + }, + { + "date": "2021-02-04", + "price": 4.99 + }, + { + "date": "2020-02-13", + "price": 5.49 + }, + { + "date": "2020-01-30", + "price": 4.99 + }, + { + "date": "2019-04-11", + "price": 5.49 + }, + { + "date": "2019-03-28", + "price": 4.99 + }, + { + "date": "2017-04-05", + "price": 5.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": false, + "category": "56", + "tokens": [ + "darbo", + "bltenhonigbienenhon", + "500", + "g" + ], + "vector": { + "500": 0.22360679774997896, + "darb": 0.22360679774997896, + "blte": 0.22360679774997896, + "lten": 0.22360679774997896, + "tenh": 0.22360679774997896, + "enho": 0.4472135954999579, + "nhon": 0.22360679774997896, + "honi": 0.22360679774997896, + "onig": 0.22360679774997896, + "nigb": 0.22360679774997896, + "igbi": 0.22360679774997896, + "gbie": 0.22360679774997896, + "bien": 0.22360679774997896, + "iene": 0.22360679774997896, + "enen": 0.22360679774997896, + "nenh": 0.22360679774997896, + "g": 0.22360679774997896 + } + }, + { + "store": "billa", + "id": "00-2837", + "name": "Darbo Hochland Honig", + "description": "Das kräftige Aroma und die sonnig-goldene, bernsteinfarbene Tönung dieses Blütenhonigs stammen von der vielfältigen Vegetation mexikanischer Hochebenen. Bienenvölker sammeln den Nektar ein und veredeln ihn zu einer ganz besonderen Honigspezialität.", + "price": 6.49, + "priceHistory": [ + { + "date": "2023-06-06", + "price": 6.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": false, + "category": "56", + "tokens": [ + "darbo", + "hochland", + "honig", + "500", + "g" + ], + "vector": { + "500": 0.35355339059327373, + "darb": 0.35355339059327373, + "hoch": 0.35355339059327373, + "ochl": 0.35355339059327373, + "chla": 0.35355339059327373, + "hlan": 0.35355339059327373, + "honi": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-575965", + "name": "deliciously ella Nutty Granola", + "description": "Wir brennen und trocknen glutenfreie Haferflocken mit dem perfekten Biss, bevor wir sie mit Nüssen, Saaten und Früchten zu einem köstlichen Frühstücksmüsli verfeinern.
    Unser nussigstes Knuspermüsli, voller gehackter Haselnüsse, Cashewnüsse und Mandeln, mit Kürbis- und Sonnenblumenkernen für noch mehr Crunch. Gebackene, glutenfreie Haferflocken, Cashewnüsse, Mandeln, Haselnüsse und Ahornsirup mit Sonnenblumen- und Kürbiskernen.
  • 100 % pflanzlich
  • Glutenfrei
  • Vegan
  • Natürliche Proteinquelle
  • ", + "price": 5.99, + "priceHistory": [ + { + "date": "2023-03-16", + "price": 5.99 + }, + { + "date": "2023-01-17", + "price": 6.19 + }, + { + "date": "2023-01-12", + "price": 4.64 + }, + { + "date": "2022-11-29", + "price": 6.19 + }, + { + "date": "2022-04-11", + "price": 5.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 380, + "bio": false, + "category": "5D", + "tokens": [ + "deliciously", + "ella", + "nutty", + "granola", + "380", + "g" + ], + "vector": { + "380": 0.2672612419124244, + "deli": 0.2672612419124244, + "elic": 0.2672612419124244, + "lici": 0.2672612419124244, + "icio": 0.2672612419124244, + "ciou": 0.2672612419124244, + "ious": 0.2672612419124244, + "ousl": 0.2672612419124244, + "ella": 0.2672612419124244, + "nutt": 0.2672612419124244, + "gran": 0.2672612419124244, + "rano": 0.2672612419124244, + "anol": 0.2672612419124244, + "g": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-575932", + "name": "deliciously ella Original Granola", + "description": "Wir brennen und trocknen glutenfreie Haferflocken mit dem perfekten Biss, bevor wir sie mit Nüssen, Saaten und Früchten zu einem köstlichen Frühstücksmüsli verfeinern.
    Unser Originalrezept mit einem Hauch Zimt ist ein Klassiker zum Frühstück.Gebackene, glutenfreie Haferflocken, Rosinen, Mandeln, Ahornsirup und verschiedene Körner mit Kokos und Zimt.
  • 100 % pflanzlich
  • Glutenfrei
  • Vegan
  • Natürliche Proteinquelle
  • ", + "price": 5.99, + "priceHistory": [ + { + "date": "2023-03-16", + "price": 5.99 + }, + { + "date": "2023-01-19", + "price": 6.19 + }, + { + "date": "2022-04-11", + "price": 5.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 400, + "bio": false, + "category": "5D", + "unavailable": true, + "tokens": [ + "deliciously", + "ella", + "original", + "granola", + "400", + "g" + ], + "vector": { + "400": 0.24253562503633297, + "deli": 0.24253562503633297, + "elic": 0.24253562503633297, + "lici": 0.24253562503633297, + "icio": 0.24253562503633297, + "ciou": 0.24253562503633297, + "ious": 0.24253562503633297, + "ousl": 0.24253562503633297, + "ella": 0.24253562503633297, + "orig": 0.24253562503633297, + "rigi": 0.24253562503633297, + "igin": 0.24253562503633297, + "gina": 0.24253562503633297, + "gran": 0.24253562503633297, + "rano": 0.24253562503633297, + "anol": 0.24253562503633297, + "g": 0.24253562503633297 + } + }, + { + "store": "billa", + "id": "00-308741", + "name": "Die Grillerei Grill Pita Brot", + "description": "Unser vielseitiges Pitabrot, auch als Lepinja bekannt, lässt sich nicht nur hervorragend befüllen, sondern ist auch eine tolle Beilage zu gegrilltem Fleisch und Gemüse.
    Wer es gerne etwas würziger mag, verfeinert es nach Belieben mit Olivenöl, Knoblauch oder Basilikumpesto.", + "price": 1.64, + "priceHistory": [ + { + "date": "2023-06-23", + "price": 1.64 + }, + { + "date": "2023-06-21", + "price": 2.19 + }, + { + "date": "2023-06-18", + "price": 1.64 + }, + { + "date": "2023-06-12", + "price": 2.19 + }, + { + "date": "2023-05-28", + "price": 2.99 + }, + { + "date": "2023-05-22", + "price": 2.54 + }, + { + "date": "2023-03-26", + "price": 2.99 + }, + { + "date": "2023-03-24", + "price": 2.24 + }, + { + "date": "2023-01-29", + "price": 2.99 + }, + { + "date": "2023-01-27", + "price": 2.24 + }, + { + "date": "2022-10-16", + "price": 2.99 + }, + { + "date": "2022-10-14", + "price": 2.24 + }, + { + "date": "2022-07-07", + "price": 2.99 + }, + { + "date": "2022-05-22", + "price": 2.19 + }, + { + "date": "2022-05-20", + "price": 1.64 + }, + { + "date": "2022-04-03", + "price": 2.19 + }, + { + "date": "2022-04-01", + "price": 1.64 + }, + { + "date": "2022-02-13", + "price": 2.19 + }, + { + "date": "2022-02-11", + "price": 1.64 + }, + { + "date": "2022-01-03", + "price": 2.19 + }, + { + "date": "2020-03-18", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 400, + "bio": false, + "category": "10", + "tokens": [ + "grillerei", + "grill", + "pita", + "brot", + "400", + "g" + ], + "vector": { + "400": 0.2886751345948129, + "gril": 0.5773502691896258, + "rill": 0.2886751345948129, + "ille": 0.2886751345948129, + "ller": 0.2886751345948129, + "lere": 0.2886751345948129, + "pita": 0.2886751345948129, + "brot": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-622739", + "name": "Dr. Best Hoch-Tief Mittel", + "description": "Die Zahnbürste wird je nach Verfürbarkeit in unterschiedlichen Farben geliefert!", + "price": 3.19, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 3.19 + }, + { + "date": "2022-05-25", + "price": 3.29 + }, + { + "date": "2017-06-04", + "price": 2.99 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 1, + "bio": false, + "category": "76", + "tokens": [ + "dr", + "best", + "hochtief", + "mittel", + "1", + "stk" + ], + "vector": { + "1": 0.31622776601683794, + "dr": 0.31622776601683794, + "best": 0.31622776601683794, + "hoch": 0.31622776601683794, + "ocht": 0.31622776601683794, + "chti": 0.31622776601683794, + "htie": 0.31622776601683794, + "mitt": 0.31622776601683794, + "itte": 0.31622776601683794, + "stk": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-622737", + "name": "Dr. Best Hoch-Tief Weich", + "description": "", + "price": 3.19, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 3.19 + }, + { + "date": "2022-05-25", + "price": 3.29 + }, + { + "date": "2018-11-04", + "price": 2.99 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 1, + "bio": false, + "category": "76", + "tokens": [ + "dr", + "best", + "hochtief", + "weich", + "1", + "stk" + ], + "vector": { + "1": 0.3333333333333333, + "dr": 0.3333333333333333, + "best": 0.3333333333333333, + "hoch": 0.3333333333333333, + "ocht": 0.3333333333333333, + "chti": 0.3333333333333333, + "htie": 0.3333333333333333, + "weic": 0.3333333333333333, + "stk": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-54321", + "name": "Dr. Oetker Vanillinzucker", + "description": "Praktischer Küchenhelfer: Dr. Oetker Vanillinzucker ist die bewährte Backzutat, um Kuchen, Bäckereien und Mehlspeisen mit einer aromatischen Note abzurunden.
  • Mischung aus Zucker und Vanillin
  • ideal auch zum Verfeinern von Tee oder Kaffee
  • eine Packung reicht für 500 g Mehl bei Kuchen oder 500 ml Flüssigkeit", + "price": 0.84, + "priceHistory": [ + { + "date": "2023-06-12", + "price": 0.84 + }, + { + "date": "2023-04-06", + "price": 0.89 + }, + { + "date": "2023-03-09", + "price": 1.09 + }, + { + "date": "2023-01-17", + "price": 0.89 + }, + { + "date": "2023-01-12", + "price": 0.67 + }, + { + "date": "2022-12-20", + "price": 0.89 + }, + { + "date": "2022-06-13", + "price": 0.79 + }, + { + "date": "2022-04-14", + "price": 0.89 + }, + { + "date": "2022-03-31", + "price": 0.46 + }, + { + "date": "2021-03-18", + "price": 0.69 + }, + { + "date": "2021-03-04", + "price": 0.46 + }, + { + "date": "2020-12-03", + "price": 0.69 + }, + { + "date": "2020-11-19", + "price": 0.49 + }, + { + "date": "2020-04-09", + "price": 0.69 + }, + { + "date": "2020-03-26", + "price": 0.46 + }, + { + "date": "2019-12-05", + "price": 0.69 + }, + { + "date": "2019-11-21", + "price": 0.49 + }, + { + "date": "2019-11-07", + "price": 0.69 + }, + { + "date": "2019-10-10", + "price": 0.49 + }, + { + "date": "2018-11-08", + "price": 0.69 + }, + { + "date": "2018-10-18", + "price": 0.49 + }, + { + "date": "2017-11-23", + "price": 0.69 + }, + { + "date": "2017-10-19", + "price": 0.49 + }, + { + "date": "2017-04-05", + "price": 0.69 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 5, + "bio": false, + "category": "52", + "tokens": [ + "dr", + "oetk", + "vanillinzuck", + "5", + "stk" + ], + "vector": { + "5": 0.2886751345948129, + "dr": 0.2886751345948129, + "oetk": 0.2886751345948129, + "vani": 0.2886751345948129, + "anil": 0.2886751345948129, + "nill": 0.2886751345948129, + "illi": 0.2886751345948129, + "llin": 0.2886751345948129, + "linz": 0.2886751345948129, + "inzu": 0.2886751345948129, + "nzuc": 0.2886751345948129, + "stk": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-582922", + "name": "Ehrmann High Protein Karamell Pudding", + "description": "Viel Protein, viel Power, viel Genuss: unser High Protein Pudding ist besonders cremig und super karamellig. Der ist nicht nur groß-, sondern auch einzigartig. Denn wir versprechen: 20 Gramm Protein pro Becher, kein Zuckerzusatz, keine Laktose. Nur leckerer Geschmack.
  • ", + "price": 1.49, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 1.49 + }, + { + "date": "2023-03-16", + "price": 1.59 + }, + { + "date": "2023-03-09", + "price": 1.06 + }, + { + "date": "2022-11-29", + "price": 1.59 + }, + { + "date": "2022-07-21", + "price": 1.49 + }, + { + "date": "2022-07-14", + "price": 0.74 + }, + { + "date": "2022-06-09", + "price": 1.49 + }, + { + "date": "2022-06-03", + "price": 0.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": false, + "category": "34", + "tokens": [ + "ehrmann", + "high", + "protein", + "karamell", + "pudding", + "200", + "g" + ], + "vector": { + "200": 0.25, + "ehrm": 0.25, + "hrma": 0.25, + "rman": 0.25, + "high": 0.25, + "prot": 0.25, + "rote": 0.25, + "otei": 0.25, + "kara": 0.25, + "aram": 0.25, + "rame": 0.25, + "amel": 0.25, + "pudd": 0.25, + "uddi": 0.25, + "ddin": 0.25, + "g": 0.25 + } + }, + { + "store": "billa", + "id": "00-727593", + "name": "Eiweißweckerl", + "description": "", + "price": 0.99, + "priceHistory": [ + { + "date": "2023-05-22", + "price": 0.99 + }, + { + "date": "2023-01-19", + "price": 1.15 + }, + { + "date": "2022-12-21", + "price": 1.04 + }, + { + "date": "2022-11-21", + "price": 0.99 + }, + { + "date": "2022-10-06", + "price": 0.95 + }, + { + "date": "2022-03-03", + "price": 0.89 + }, + { + "date": "2021-08-05", + "price": 0.79 + }, + { + "date": "2021-07-22", + "price": 0.5 + }, + { + "date": "2021-02-25", + "price": 0.79 + }, + { + "date": "2021-02-04", + "price": 0.69 + }, + { + "date": "2021-01-07", + "price": 0.59 + }, + { + "date": "2020-07-30", + "price": 0.69 + }, + { + "date": "2020-07-16", + "price": 0.59 + }, + { + "date": "2020-04-09", + "price": 0.69 + }, + { + "date": "2020-03-26", + "price": 0.59 + }, + { + "date": "2020-01-30", + "price": 0.69 + }, + { + "date": "2020-01-02", + "price": 0.59 + }, + { + "date": "2019-08-01", + "price": 0.69 + }, + { + "date": "2019-07-18", + "price": 0.59 + }, + { + "date": "2019-04-11", + "price": 0.69 + }, + { + "date": "2019-03-28", + "price": 0.59 + }, + { + "date": "2019-03-06", + "price": 0.69 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 75, + "bio": false, + "category": "11", + "tokens": [ + "eiweiweckerl", + "75", + "g" + ], + "vector": { + "75": 0.2886751345948129, + "eiwe": 0.5773502691896258, + "iwei": 0.2886751345948129, + "weiw": 0.2886751345948129, + "iwec": 0.2886751345948129, + "weck": 0.2886751345948129, + "ecke": 0.2886751345948129, + "cker": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-17516", + "name": "Erdal 1 2 3 Glanz Farblos", + "description": "Erdal 1 2 3 Glanz Farblos sorgt in Sekundenschnelle für perfekt glänzende Schuhe. Die farblose Schuhpflege eignet sich für alle Glattleder-Schuhe.
  • farblose Schuhpflege
  • einfache Handhabung", + "price": 3.29, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 3.29 + }, + { + "date": "2022-12-28", + "price": 3.79 + }, + { + "date": "2022-11-13", + "price": 2.89 + }, + { + "date": "2022-11-11", + "price": 2.17 + }, + { + "date": "2022-03-09", + "price": 2.89 + }, + { + "date": "2018-09-27", + "price": 2.59 + }, + { + "date": "2018-04-26", + "price": 2.19 + }, + { + "date": "2018-03-29", + "price": 2.59 + }, + { + "date": "2017-04-05", + "price": 2.79 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 1, + "bio": false, + "category": "8B", + "tokens": [ + "erdal", + "1", + "2", + "3", + "glanz", + "farblos", + "1", + "stk" + ], + "vector": { + "1": 0.5773502691896258, + "2": 0.2886751345948129, + "3": 0.2886751345948129, + "erda": 0.2886751345948129, + "glan": 0.2886751345948129, + "farb": 0.2886751345948129, + "arbl": 0.2886751345948129, + "rblo": 0.2886751345948129, + "stk": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-861303", + "name": "Erdal 1 2 3 Glanz Schwarz", + "description": "Die 1 2 3 Glanz Pflege von Erdal entfernt effizient Staub von schwarzem Glattleder und sorgt für glänzendes Schuhwerk.
  • Schuhpflege für schwarzes Glatt- und Kunstleder
  • für seidigen Glanz
  • mit echtem Bienenwachs", + "price": 3.29, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 3.29 + }, + { + "date": "2022-12-28", + "price": 3.79 + }, + { + "date": "2022-11-13", + "price": 2.89 + }, + { + "date": "2022-11-11", + "price": 2.17 + }, + { + "date": "2022-03-09", + "price": 2.89 + }, + { + "date": "2018-09-27", + "price": 2.59 + }, + { + "date": "2018-04-26", + "price": 2.19 + }, + { + "date": "2018-03-29", + "price": 2.59 + }, + { + "date": "2017-04-05", + "price": 2.79 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 1, + "bio": false, + "category": "8B", + "tokens": [ + "erdal", + "1", + "2", + "3", + "glanz", + "schwarz", + "1", + "stk" + ], + "vector": { + "1": 0.5773502691896258, + "2": 0.2886751345948129, + "3": 0.2886751345948129, + "erda": 0.2886751345948129, + "glan": 0.2886751345948129, + "schw": 0.2886751345948129, + "chwa": 0.2886751345948129, + "hwar": 0.2886751345948129, + "stk": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-257387", + "name": "Erdal Super Imprägnierer", + "description": "Starke Imprägnierung mit hoch wirkungsvoller Rezeptur.
    Geeignet für alle Farben.", + "price": 4.49, + "priceHistory": [ + { + "date": "2023-06-26", + "price": 4.49 + }, + { + "date": "2023-06-19", + "price": 5.99 + }, + { + "date": "2022-12-30", + "price": 6.29 + }, + { + "date": "2022-11-13", + "price": 5.79 + }, + { + "date": "2022-11-11", + "price": 4.34 + }, + { + "date": "2022-03-09", + "price": 5.79 + }, + { + "date": "2019-10-10", + "price": 4.99 + }, + { + "date": "2019-03-06", + "price": 3.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "8B", + "tokens": [ + "erdal", + "sup", + "imprgni", + "250", + "ml" + ], + "vector": { + "250": 0.3779644730092272, + "erda": 0.3779644730092272, + "sup": 0.3779644730092272, + "impr": 0.3779644730092272, + "mprg": 0.3779644730092272, + "prgn": 0.3779644730092272, + "ml": 0.3779644730092272 + } + }, + { + "store": "billa", + "id": "00-853760", + "name": "Free Sauerrahm 15%", + "description": "Free Sauerrahm mit 15 % Fett stellt die lactosefreie Alternative bei Lactose-Intoleranz dar. Er schmeckt mit Früchten und ist eine ideale Koch- und Backzutat.
  • vielseitig einsetzbar: für Gulasch, Eintöpfe, Soßen, Aufläufe oder Desserts
  • in Österreich hergestellt
  • gekühlte Lieferung", + "price": 0.79, + "priceHistory": [ + { + "date": "2023-05-06", + "price": 0.79 + }, + { + "date": "2022-12-05", + "price": 0.85 + }, + { + "date": "2022-07-21", + "price": 0.75 + }, + { + "date": "2022-07-07", + "price": 0.65 + }, + { + "date": "2022-06-02", + "price": 0.75 + }, + { + "date": "2022-03-28", + "price": 0.65 + }, + { + "date": "2022-02-17", + "price": 0.82 + }, + { + "date": "2020-10-08", + "price": 0.79 + }, + { + "date": "2020-01-30", + "price": 0.89 + }, + { + "date": "2018-05-10", + "price": 0.85 + }, + { + "date": "2018-02-07", + "price": 0.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "free", + "sauerrahm", + "15", + "250", + "g" + ], + "vector": { + "15": 0.3333333333333333, + "250": 0.3333333333333333, + "free": 0.3333333333333333, + "saue": 0.3333333333333333, + "auer": 0.3333333333333333, + "uerr": 0.3333333333333333, + "erra": 0.3333333333333333, + "rrah": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-853728", + "name": "Free Schlagobers 36%", + "description": "Der Free Schlagobers enthält 36 % Fett und ist lactosefrei. Aufgeschlagen harmoniert er hervorragend mit Fruchtdesserts, Kuchen und herzhaften Speisen.
  • hergestellt in Österreich
  • praktisch: die wiederverschließbare Flasche
  • wird gekühlt geliefert", + "price": 1.55, + "priceHistory": [ + { + "date": "2023-05-06", + "price": 1.55 + }, + { + "date": "2022-12-05", + "price": 1.65 + }, + { + "date": "2022-10-06", + "price": 1.55 + }, + { + "date": "2022-10-03", + "price": 1.4 + }, + { + "date": "2022-09-08", + "price": 1.55 + }, + { + "date": "2022-06-13", + "price": 1.49 + }, + { + "date": "2022-03-28", + "price": 1.29 + }, + { + "date": "2022-02-17", + "price": 1.45 + }, + { + "date": "2021-10-07", + "price": 1.39 + }, + { + "date": "2020-07-09", + "price": 1.35 + }, + { + "date": "2020-03-19", + "price": 1.29 + }, + { + "date": "2020-01-30", + "price": 1.35 + }, + { + "date": "2018-12-02", + "price": 1.29 + }, + { + "date": "2018-11-24", + "price": 1.19 + }, + { + "date": "2018-11-06", + "price": 1.29 + }, + { + "date": "2018-06-20", + "price": 1.19 + }, + { + "date": "2018-02-22", + "price": 1.25 + }, + { + "date": "2018-02-17", + "price": 1.19 + }, + { + "date": "2018-02-16", + "price": 1.25 + }, + { + "date": "2018-01-30", + "price": 1.19 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "free", + "schlagob", + "36", + "250", + "ml" + ], + "vector": { + "36": 0.35355339059327373, + "250": 0.35355339059327373, + "free": 0.35355339059327373, + "schl": 0.35355339059327373, + "chla": 0.35355339059327373, + "hlag": 0.35355339059327373, + "lago": 0.35355339059327373, + "ml": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-853227", + "name": "Free Teebutter", + "description": "Die Free Teebutter ist lactosefrei. Für ihre Herstellung kommt pasteurisierter Rahm aus Österreich zum Einsatz.
  • enthält weniger als 0,01 g Lactose pro 100 g
  • wird gekühlt geliefert", + "price": 1.99, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 1.99 + }, + { + "date": "2023-03-09", + "price": 2.09 + }, + { + "date": "2023-02-09", + "price": 2.19 + }, + { + "date": "2023-01-19", + "price": 2.59 + }, + { + "date": "2022-07-21", + "price": 2.69 + }, + { + "date": "2022-07-07", + "price": 2.29 + }, + { + "date": "2022-05-05", + "price": 2.59 + }, + { + "date": "2022-04-11", + "price": 2.39 + }, + { + "date": "2022-02-17", + "price": 2.09 + }, + { + "date": "2022-01-13", + "price": 1.99 + }, + { + "date": "2021-11-09", + "price": 1.89 + }, + { + "date": "2021-07-15", + "price": 1.59 + }, + { + "date": "2018-11-13", + "price": 2.19 + }, + { + "date": "2018-09-20", + "price": 2.35 + }, + { + "date": "2018-07-16", + "price": 2.29 + }, + { + "date": "2018-06-15", + "price": 2.39 + }, + { + "date": "2018-02-19", + "price": 2.29 + }, + { + "date": "2018-01-30", + "price": 2.39 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "free", + "teebutt", + "250", + "g" + ], + "vector": { + "250": 0.4082482904638631, + "free": 0.4082482904638631, + "teeb": 0.4082482904638631, + "eebu": 0.4082482904638631, + "ebut": 0.4082482904638631, + "g": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-733295", + "name": "Freemans Dry Gin", + "description": "Im traditionellen Destillationsverfahren mit Kupferbrenner gewinnt der Freemans Dry Gin sein würziges Aroma. Die Wacholdernote rundet den Gin geschmacklich ab.
  • Alkoholgehalt: 37,5 % vol
  • ideal zum Mischen für Longdrinks und Cocktails", + "price": 6.99, + "priceHistory": [ + { + "date": "2023-02-12", + "price": 6.99 + }, + { + "date": "2023-02-10", + "price": 5.24 + }, + { + "date": "2023-02-02", + "price": 6.99 + }, + { + "date": "2023-01-01", + "price": 7.49 + }, + { + "date": "2022-12-30", + "price": 5.62 + }, + { + "date": "2022-12-28", + "price": 7.49 + }, + { + "date": "2022-11-21", + "price": 6.99 + }, + { + "date": "2022-09-22", + "price": 7.49 + }, + { + "date": "2022-02-27", + "price": 6.99 + }, + { + "date": "2022-02-25", + "price": 5.24 + }, + { + "date": "2022-02-24", + "price": 6.99 + }, + { + "date": "2022-01-01", + "price": 5.99 + }, + { + "date": "2021-12-27", + "price": 4.49 + }, + { + "date": "2020-02-13", + "price": 5.99 + }, + { + "date": "2018-04-26", + "price": 6.99 + }, + { + "date": "2018-03-22", + "price": 7.49 + }, + { + "date": "2017-04-05", + "price": 5.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 700, + "bio": false, + "category": "24", + "tokens": [ + "freeman", + "dry", + "gin", + "700", + "ml" + ], + "vector": { + "700": 0.3779644730092272, + "free": 0.3779644730092272, + "reem": 0.3779644730092272, + "eema": 0.3779644730092272, + "dry": 0.3779644730092272, + "gin": 0.3779644730092272, + "ml": 0.3779644730092272 + } + }, + { + "store": "billa", + "id": "00-83946", + "name": "Frivissa Frittierfett", + "description": "Frivissa ist der Spezialist fürs Braten, Backen und Frittieren von Fleisch, Gemüse und Süßspeisen.", + "price": 1.99, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 1.99 + }, + { + "date": "2022-12-19", + "price": 2.15 + }, + { + "date": "2022-04-19", + "price": 1.99 + }, + { + "date": "2017-04-05", + "price": 1.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 330, + "bio": false, + "category": "34", + "tokens": [ + "frivissa", + "frittierfett", + "330", + "g" + ], + "vector": { + "330": 0.2672612419124244, + "friv": 0.2672612419124244, + "rivi": 0.2672612419124244, + "ivis": 0.2672612419124244, + "viss": 0.2672612419124244, + "frit": 0.2672612419124244, + "ritt": 0.2672612419124244, + "itti": 0.2672612419124244, + "ttie": 0.2672612419124244, + "tier": 0.2672612419124244, + "ierf": 0.2672612419124244, + "erfe": 0.2672612419124244, + "rfet": 0.2672612419124244, + "g": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-707146", + "name": "Frosch Mandelmilch Cremeseife", + "description": "
  • Reine Pflege
  • Frei von Parabenen
  • Vitalisierende Reinigung mit zart-pflegender Mandelmilch
  • Naturnahe Kosmetik
  • ", + "price": 3.19, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 3.19 + }, + { + "date": "2023-02-07", + "price": 3.29 + }, + { + "date": "2023-02-02", + "price": 2.47 + }, + { + "date": "2022-12-30", + "price": 3.29 + }, + { + "date": "2022-09-08", + "price": 2.89 + }, + { + "date": "2022-09-05", + "price": 2.17 + }, + { + "date": "2022-07-14", + "price": 2.89 + }, + { + "date": "2022-07-11", + "price": 2.17 + }, + { + "date": "2022-05-25", + "price": 2.89 + }, + { + "date": "2022-05-23", + "price": 2.09 + }, + { + "date": "2022-04-14", + "price": 2.79 + }, + { + "date": "2022-01-09", + "price": 2.49 + }, + { + "date": "2022-01-07", + "price": 1.87 + }, + { + "date": "2021-04-07", + "price": 2.49 + }, + { + "date": "2018-08-15", + "price": 2.59 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 500, + "bio": false, + "category": "78", + "tokens": [ + "frosch", + "mandelmilch", + "cremeseif", + "500", + "ml" + ], + "vector": { + "500": 0.25, + "fros": 0.25, + "rosc": 0.25, + "mand": 0.25, + "ande": 0.25, + "ndel": 0.25, + "delm": 0.25, + "elmi": 0.25, + "lmil": 0.25, + "milc": 0.25, + "crem": 0.25, + "reme": 0.25, + "emes": 0.25, + "mese": 0.25, + "esei": 0.25, + "ml": 0.25 + } + }, + { + "store": "billa", + "id": "00-280545", + "name": "Genusskoarl Wiener Würze", + "description": "WienerWürze ist eine biologische, vegane und traditionell gebraute Würzsauce.
    Sie ist gereift über mehrere Monate und besteht aus österreichischen Bio-Lupinen, Bio-Hafer, Salz und Wasser.
  • Herzhaft, salzig, wohlschmeckend
  • Keine Zusatzstoffe
  • Einfach anwendbar
  • Bioprodukt aus Österreich
  • 100% Natürlich

  • Nutzen Sie WienerWürze zum Verfeinern von Suppen, Saucen, Salaten, aber auch Pasteten und dem Sonntagsbraten.

    Die Herstellung beruht auf einer über 3000 Jahre alten Brautechnik und besteht aus zwei Abschnitten: Die gekochten Lupinen werden mit geröstetem Hafer vermengt und mit einem Edelschimmel fermentiert. Anschließend kommt diese Mischung mit einer Salzlauge in Tanks um mehrere Monate zu reifen. Zum Schluss wird die Maische abgepresst und die WienerWürze abgefüllt.", + "price": 2.62, + "priceHistory": [ + { + "date": "2023-06-26", + "price": 2.62 + }, + { + "date": "2023-06-11", + "price": 3.49 + }, + { + "date": "2023-06-07", + "price": 2.62 + }, + { + "date": "2023-02-07", + "price": 3.49 + }, + { + "date": "2023-02-02", + "price": 2.62 + }, + { + "date": "2022-09-08", + "price": 3.49 + }, + { + "date": "2022-09-05", + "price": 2.62 + }, + { + "date": "2022-07-14", + "price": 3.49 + }, + { + "date": "2022-07-11", + "price": 2.62 + }, + { + "date": "2022-05-25", + "price": 3.49 + }, + { + "date": "2022-05-23", + "price": 2.62 + }, + { + "date": "2022-01-09", + "price": 3.49 + }, + { + "date": "2022-01-07", + "price": 2.62 + }, + { + "date": "2021-07-02", + "price": 3.49 + }, + { + "date": "2020-08-27", + "price": 3.99 + }, + { + "date": "2019-05-07", + "price": 4.49 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 100, + "bio": true, + "category": "54", + "tokens": [ + "genusskoarl", + "wien", + "wrze", + "100", + "ml" + ], + "vector": { + "100": 0.30151134457776363, + "genu": 0.30151134457776363, + "enus": 0.30151134457776363, + "nuss": 0.30151134457776363, + "ussk": 0.30151134457776363, + "ssko": 0.30151134457776363, + "skoa": 0.30151134457776363, + "koar": 0.30151134457776363, + "wien": 0.30151134457776363, + "wrze": 0.30151134457776363, + "ml": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-901077", + "name": "Gillette Fusion 5 Rasierklingen", + "description": "Mit Gillette Fusion Rasierklingen gelingt die Nassrasur gründlich und sauber. Die Rasierklingen eignen sich für alle Fusion Handstücke von Gillette.
  • 5-Klingen-System
  • mit Präzisionstrimmer
  • im Vorteilspack
  • für die tägliche Rasur", + "price": 28.79, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 28.79 + }, + { + "date": "2021-04-26", + "price": 29.99 + }, + { + "date": "2018-08-15", + "price": 34.99 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 8, + "bio": false, + "category": "77", + "tokens": [ + "gillett", + "fusion", + "5", + "rasierkling", + "8", + "stk" + ], + "vector": { + "5": 0.2581988897471611, + "8": 0.2581988897471611, + "gill": 0.2581988897471611, + "ille": 0.2581988897471611, + "llet": 0.2581988897471611, + "fusi": 0.2581988897471611, + "usio": 0.2581988897471611, + "rasi": 0.2581988897471611, + "asie": 0.2581988897471611, + "sier": 0.2581988897471611, + "ierk": 0.2581988897471611, + "erkl": 0.2581988897471611, + "rkli": 0.2581988897471611, + "klin": 0.2581988897471611, + "stk": 0.2581988897471611 + } + }, + { + "store": "billa", + "id": "00-857994", + "name": "Gillette Simply Venus 2 Einwegrasierer", + "description": "Die Simply Venus 2 Einweg-Rasierer der Marke Gillette ermöglichen eine mühelose Rasur: mit zwei scharfen Klingen und einem MoistureRich®-Streifen.
  • Einweg-Rasierer mit Aloe-vera-Feuchtigkeits-Streifen
  • leichte Handhabung dank Tropfengriff
  • for women
  • liegt sicher in der Hand", + "price": 4.29, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 4.29 + }, + { + "date": "2022-05-25", + "price": 4.39 + }, + { + "date": "2022-03-03", + "price": 3.99 + }, + { + "date": "2018-05-24", + "price": 3.49 + }, + { + "date": "2017-08-03", + "price": 5.99 + }, + { + "date": "2017-04-27", + "price": 3.49 + }, + { + "date": "2017-04-05", + "price": 3.99 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 8, + "bio": false, + "category": "77", + "tokens": [ + "gillett", + "simply", + "venus", + "2", + "einwegrasi", + "8", + "stk" + ], + "vector": { + "2": 0.2581988897471611, + "8": 0.2581988897471611, + "gill": 0.2581988897471611, + "ille": 0.2581988897471611, + "llet": 0.2581988897471611, + "simp": 0.2581988897471611, + "impl": 0.2581988897471611, + "venu": 0.2581988897471611, + "einw": 0.2581988897471611, + "inwe": 0.2581988897471611, + "nweg": 0.2581988897471611, + "wegr": 0.2581988897471611, + "egra": 0.2581988897471611, + "gras": 0.2581988897471611, + "stk": 0.2581988897471611 + } + }, + { + "store": "billa", + "id": "00-509593", + "name": "Glade Aromatherapy Raumduft Moment of Zen Lavendel & Sandelholz", + "description": "Einatmen. Ausatmen. Wiederholen. Der Glade Moment of Zen Aromatherapy Reed Diffusor wurde bewusst mit Lavendel- und Sandelholzdüften hergestellt, die mit ätherischen Ölen aus ihren Herkunftsländern angereichert sind, und saugt das Elixier mit seinen acht natürlichen Rattan-Schilfrohren auf, um den Duft in Ihrem Raum zu verbreiten. Hergestellt ohne Parabene, Phthalate, Nitro-Moschus, künstliche Farbstoffe und verpackt in FSC®-zertifiziertem, recyceltem Karton können Sie leicht und tief durchatmen.
  • ", + "price": 5.39, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 5.39 + }, + { + "date": "2022-11-13", + "price": 6.99 + }, + { + "date": "2022-11-11", + "price": 5.24 + }, + { + "date": "2022-04-27", + "price": 6.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 80, + "bio": false, + "category": "87", + "tokens": [ + "glad", + "aromatherapy", + "raumduft", + "moment", + "of", + "zen", + "lavendel", + "sandelholz", + "80", + "ml" + ], + "vector": { + "80": 0.18569533817705186, + "glad": 0.18569533817705186, + "arom": 0.18569533817705186, + "roma": 0.18569533817705186, + "omat": 0.18569533817705186, + "math": 0.18569533817705186, + "athe": 0.18569533817705186, + "ther": 0.18569533817705186, + "hera": 0.18569533817705186, + "erap": 0.18569533817705186, + "raum": 0.18569533817705186, + "aumd": 0.18569533817705186, + "umdu": 0.18569533817705186, + "mduf": 0.18569533817705186, + "mome": 0.18569533817705186, + "omen": 0.18569533817705186, + "of": 0.18569533817705186, + "zen": 0.18569533817705186, + "lave": 0.18569533817705186, + "aven": 0.18569533817705186, + "vend": 0.18569533817705186, + "ende": 0.18569533817705186, + "sand": 0.18569533817705186, + "ande": 0.18569533817705186, + "ndel": 0.18569533817705186, + "delh": 0.18569533817705186, + "elho": 0.18569533817705186, + "lhol": 0.18569533817705186, + "ml": 0.18569533817705186 + } + }, + { + "store": "billa", + "id": "00-924115", + "name": "Gliss Kur Shampoo Verführerisch Lang", + "description": "", + "price": 2.77, + "priceHistory": [ + { + "date": "2023-06-26", + "price": 2.77 + }, + { + "date": "2023-06-14", + "price": 3.69 + }, + { + "date": "2022-07-14", + "price": 4.29 + }, + { + "date": "2022-06-23", + "price": 2.14 + }, + { + "date": "2022-03-17", + "price": 4.29 + }, + { + "date": "2021-03-12", + "price": 3.99 + }, + { + "date": "2020-12-09", + "price": 2.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "73", + "tokens": [ + "gliss", + "kur", + "shampoo", + "verfhrer", + "lang", + "250", + "ml" + ], + "vector": { + "250": 0.2886751345948129, + "glis": 0.2886751345948129, + "kur": 0.2886751345948129, + "sham": 0.2886751345948129, + "hamp": 0.2886751345948129, + "ampo": 0.2886751345948129, + "verf": 0.2886751345948129, + "erfh": 0.2886751345948129, + "rfhr": 0.2886751345948129, + "fhre": 0.2886751345948129, + "lang": 0.2886751345948129, + "ml": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-432809", + "name": "nöm Guten Morgen Milch 1.8%", + "description": "Zu einem guten Frühstück gehört ein Glas Milch. Mit der NÖM Guten Morgen Milch mit 1,8 % Fett startet die ganze Familie frisch in den Tag.
  • teilentrahmte Milch, hocherhitzt
  • mit Milch aus regionaler Produktion
  • gentechnikfreie Herstellung", + "price": 1.69, + "priceHistory": [ + { + "date": "2023-06-01", + "price": 1.69 + }, + { + "date": "2022-11-03", + "price": 1.79 + }, + { + "date": "2022-06-07", + "price": 1.59 + }, + { + "date": "2022-04-11", + "price": 1.39 + }, + { + "date": "2022-02-11", + "price": 1.45 + }, + { + "date": "2022-01-20", + "price": 1.39 + }, + { + "date": "2021-08-02", + "price": 1.35 + }, + { + "date": "2020-03-19", + "price": 1.29 + }, + { + "date": "2020-01-30", + "price": 1.35 + }, + { + "date": "2020-01-09", + "price": 1.25 + }, + { + "date": "2019-10-03", + "price": 1.29 + }, + { + "date": "2017-08-10", + "price": 1.25 + }, + { + "date": "2017-04-20", + "price": 1.19 + }, + { + "date": "2017-04-05", + "price": 1.25 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "gut", + "morg", + "milch", + "18", + "1000", + "ml" + ], + "vector": { + "18": 0.3779644730092272, + "1000": 0.3779644730092272, + "nm": 0.3779644730092272, + "gut": 0.3779644730092272, + "morg": 0.3779644730092272, + "milc": 0.3779644730092272, + "ml": 0.3779644730092272 + } + }, + { + "store": "billa", + "id": "00-444716", + "name": "Harvest Moon Milk Alternative", + "description": "Die frische pflanzliche Milchalternative, die durch ihren frischen, ausbalancierten Geschmack, eine samtig cremige Textur, sowie rein natürlich Zutaten auch echte Kuhmilchliebhaber überzeugt.", + "price": 3.19, + "priceHistory": [ + { + "date": "2023-06-23", + "price": 3.19 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": true, + "category": "5D", + "tokens": [ + "harv", + "moon", + "milk", + "alternativ", + "1000", + "ml" + ], + "vector": { + "1000": 0.30151134457776363, + "harv": 0.30151134457776363, + "moon": 0.30151134457776363, + "milk": 0.30151134457776363, + "alte": 0.30151134457776363, + "lter": 0.30151134457776363, + "tern": 0.30151134457776363, + "erna": 0.30151134457776363, + "rnat": 0.30151134457776363, + "nati": 0.30151134457776363, + "ml": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-963829", + "name": "High Mountains Sahnelikör", + "description": "High Mountains ist eine gelungene Komposition aus cremiger Sahne, verfeinert mit Whisky.
    Genießen Sie Ihn kühl, pur oder on the rocks.
    Süßspeisen, besonders Eis, werden mit High Mountains ein Genuss!", + "price": 4.99, + "priceHistory": [ + { + "date": "2023-02-12", + "price": 4.99 + }, + { + "date": "2023-02-10", + "price": 3.74 + }, + { + "date": "2023-02-02", + "price": 4.99 + }, + { + "date": "2023-01-13", + "price": 5.99 + }, + { + "date": "2023-01-01", + "price": 4.99 + }, + { + "date": "2022-12-30", + "price": 3.74 + }, + { + "date": "2022-12-28", + "price": 4.99 + }, + { + "date": "2022-11-21", + "price": 5.99 + }, + { + "date": "2022-08-26", + "price": 4.99 + }, + { + "date": "2022-03-17", + "price": 5.49 + }, + { + "date": "2022-02-27", + "price": 4.99 + }, + { + "date": "2022-02-25", + "price": 3.74 + }, + { + "date": "2022-01-01", + "price": 4.99 + }, + { + "date": "2021-12-27", + "price": 3.74 + }, + { + "date": "2020-02-13", + "price": 4.99 + }, + { + "date": "2018-02-22", + "price": 5.29 + }, + { + "date": "2018-01-18", + "price": 5.49 + }, + { + "date": "2017-04-05", + "price": 5.29 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 700, + "bio": false, + "category": "24", + "tokens": [ + "high", + "mountain", + "sahnelikr", + "700", + "ml" + ], + "vector": { + "700": 0.2886751345948129, + "high": 0.2886751345948129, + "moun": 0.2886751345948129, + "ount": 0.2886751345948129, + "unta": 0.2886751345948129, + "ntai": 0.2886751345948129, + "sahn": 0.2886751345948129, + "ahne": 0.2886751345948129, + "hnel": 0.2886751345948129, + "neli": 0.2886751345948129, + "elik": 0.2886751345948129, + "ml": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-301479", + "name": "Hipp Hippis Drachenfrucht-Johannisbeere in Apfel-Birne", + "description": "HiPP HiPPiS - so wird Fruchtgenuss zum allergrößten Spaß: die beliebten Hipp Fruchtquetschen in Bio-Qualität kommen ganz ohne Zuckerzusatz oder süßende Saftkonzentrate aus.
    Auch für ältere Kinder.
    Die fein pürierten Früchte und weitere Zutaten in Bio-Qualität sind der ideale Snack für zwischendurch und besonders praktisch für unterwegs.
    Quetschbeutel die den Kindern nicht nur schmecken, sondern mit den lustigen HiPPiS-Tieren auch richtig Spaß machen.", + "price": 1.29, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 1.29 + }, + { + "date": "2023-06-11", + "price": 1.39 + }, + { + "date": "2023-06-07", + "price": 1.04 + }, + { + "date": "2023-02-07", + "price": 1.39 + }, + { + "date": "2023-02-02", + "price": 1.04 + }, + { + "date": "2022-10-20", + "price": 1.39 + }, + { + "date": "2022-09-08", + "price": 1.29 + }, + { + "date": "2022-09-05", + "price": 0.97 + }, + { + "date": "2022-07-14", + "price": 1.29 + }, + { + "date": "2022-07-11", + "price": 0.97 + }, + { + "date": "2022-05-25", + "price": 1.29 + }, + { + "date": "2022-05-23", + "price": 0.97 + }, + { + "date": "2022-05-19", + "price": 1.29 + }, + { + "date": "2022-01-09", + "price": 1.2 + }, + { + "date": "2022-01-07", + "price": 0.9 + }, + { + "date": "2021-12-30", + "price": 1.2 + }, + { + "date": "2021-08-05", + "price": 1.1 + }, + { + "date": "2021-07-22", + "price": 0.89 + }, + { + "date": "2021-03-12", + "price": 1.1 + }, + { + "date": "2019-08-08", + "price": 0.99 + }, + { + "date": "2019-06-26", + "price": 1.09 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": true, + "category": "51", + "tokens": [ + "hipp", + "hippis", + "drachenfruchtjohannisbe", + "apfelbirn", + "100", + "g" + ], + "vector": { + "100": 0.1796053020267749, + "hipp": 0.3592106040535498, + "ippi": 0.1796053020267749, + "drac": 0.1796053020267749, + "rach": 0.1796053020267749, + "ache": 0.1796053020267749, + "chen": 0.1796053020267749, + "henf": 0.1796053020267749, + "enfr": 0.1796053020267749, + "nfru": 0.1796053020267749, + "fruc": 0.1796053020267749, + "ruch": 0.1796053020267749, + "ucht": 0.1796053020267749, + "chtj": 0.1796053020267749, + "htjo": 0.1796053020267749, + "tjoh": 0.1796053020267749, + "joha": 0.1796053020267749, + "ohan": 0.1796053020267749, + "hann": 0.1796053020267749, + "anni": 0.1796053020267749, + "nnis": 0.1796053020267749, + "nisb": 0.1796053020267749, + "apfe": 0.1796053020267749, + "pfel": 0.1796053020267749, + "felb": 0.1796053020267749, + "elbi": 0.1796053020267749, + "lbir": 0.1796053020267749, + "g": 0.1796053020267749 + } + }, + { + "store": "billa", + "id": "00-301436", + "name": "Hipp Hippis Mirabelle in Apfel-Pfirisich", + "description": "HiPP HiPPiS - so wird Fruchtgenuss zum allergrößten Spaß: die beliebten Hipp Fruchtquetschen in Bio-Qualität kommen ganz ohne Zuckerzusatz oder süßende Saftkonzentrate aus.
    Auch für ältere Kinder.
    Die fein pürierten Früchte und weitere Zutaten in Bio-Qualität sind der ideale Snack für zwischendurch und besonders praktisch für unterwegs.
    Quetschbeutel die den Kindern nicht nur schmecken, sondern mit den lustigen HiPPiS-Tieren auch richtig Spaß machen.", + "price": 1.29, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 1.29 + }, + { + "date": "2023-06-11", + "price": 1.39 + }, + { + "date": "2023-06-07", + "price": 1.04 + }, + { + "date": "2023-02-07", + "price": 1.39 + }, + { + "date": "2023-02-02", + "price": 1.04 + }, + { + "date": "2022-10-20", + "price": 1.39 + }, + { + "date": "2022-09-08", + "price": 1.29 + }, + { + "date": "2022-09-07", + "price": 0.97 + }, + { + "date": "2022-07-14", + "price": 1.29 + }, + { + "date": "2022-07-11", + "price": 0.97 + }, + { + "date": "2022-05-25", + "price": 1.29 + }, + { + "date": "2022-05-23", + "price": 0.97 + }, + { + "date": "2022-05-19", + "price": 1.29 + }, + { + "date": "2022-01-09", + "price": 1.2 + }, + { + "date": "2022-01-07", + "price": 0.9 + }, + { + "date": "2021-12-30", + "price": 1.2 + }, + { + "date": "2021-08-05", + "price": 1.1 + }, + { + "date": "2021-07-22", + "price": 0.89 + }, + { + "date": "2021-03-12", + "price": 1.1 + }, + { + "date": "2019-08-08", + "price": 0.99 + }, + { + "date": "2019-06-26", + "price": 1.09 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": true, + "category": "51", + "tokens": [ + "hipp", + "hippis", + "mirabell", + "apfelpfirisich", + "100", + "g" + ], + "vector": { + "100": 0.2182178902359924, + "hipp": 0.4364357804719848, + "ippi": 0.2182178902359924, + "mira": 0.2182178902359924, + "irab": 0.2182178902359924, + "rabe": 0.2182178902359924, + "abel": 0.2182178902359924, + "apfe": 0.2182178902359924, + "pfel": 0.2182178902359924, + "felp": 0.2182178902359924, + "elpf": 0.2182178902359924, + "lpfi": 0.2182178902359924, + "pfir": 0.2182178902359924, + "firi": 0.2182178902359924, + "iris": 0.2182178902359924, + "risi": 0.2182178902359924, + "isic": 0.2182178902359924, + "g": 0.2182178902359924 + } + }, + { + "store": "billa", + "id": "00-611577", + "name": "Hipp Kinder Beeren Müsli", + "description": "Die erste Mahlzeit am Tag ist für die richtige Ernährung von Kleinkindern wichtig. Ihr Kind benötigt Energie für einen guten Start in den Tag.
    Das HiPP Kinder Bio-Beeren-Müesli ist altersgerecht auf die Ernährungsbedürfnisse von Kleinkindern abgestimmt und enthält nur wertvolle, streng geprüfte Bio-Zutaten.", + "price": 3.19, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 3.19 + }, + { + "date": "2023-06-11", + "price": 3.49 + }, + { + "date": "2023-06-07", + "price": 2.62 + }, + { + "date": "2023-02-09", + "price": 3.49 + }, + { + "date": "2023-02-04", + "price": 2.62 + }, + { + "date": "2022-10-20", + "price": 3.49 + }, + { + "date": "2022-09-08", + "price": 3.29 + }, + { + "date": "2022-09-05", + "price": 2.47 + }, + { + "date": "2022-07-14", + "price": 3.29 + }, + { + "date": "2022-07-11", + "price": 2.47 + }, + { + "date": "2022-05-25", + "price": 3.29 + }, + { + "date": "2022-05-23", + "price": 2.47 + }, + { + "date": "2022-05-19", + "price": 3.29 + }, + { + "date": "2022-02-03", + "price": 2.89 + }, + { + "date": "2022-01-09", + "price": 1.99 + }, + { + "date": "2022-01-07", + "price": 1.49 + }, + { + "date": "2021-04-14", + "price": 1.99 + }, + { + "date": "2020-09-03", + "price": 2.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": true, + "category": "51", + "tokens": [ + "hipp", + "kind", + "beer", + "msli", + "200", + "g" + ], + "vector": { + "200": 0.4082482904638631, + "hipp": 0.4082482904638631, + "kind": 0.4082482904638631, + "beer": 0.4082482904638631, + "msli": 0.4082482904638631, + "g": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-879633", + "name": "Hipp Paella mit buntem Gemüse und Bio-Hühnchen", + "description": "Hipp Paella mit buntem Gemüse und Bio-Hühnchen ist eine komplette Mahlzeit für Kinder von ein bis drei Jahren.
  • in Österreich produziert und von spanischer Rezeptur inspiriert
  • Henderlfleisch und Gemüse aus biologischer Erzeugung
  • kann im Wasserbad oder in der Mikrowelle zubereitet werden", + "price": 2.59, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 2.59 + }, + { + "date": "2023-06-11", + "price": 2.79 + }, + { + "date": "2023-06-07", + "price": 2.09 + }, + { + "date": "2023-05-15", + "price": 2.79 + }, + { + "date": "2022-07-14", + "price": 2.49 + }, + { + "date": "2022-07-11", + "price": 1.87 + }, + { + "date": "2022-05-25", + "price": 2.49 + }, + { + "date": "2022-05-23", + "price": 1.87 + }, + { + "date": "2022-05-19", + "price": 2.49 + }, + { + "date": "2022-02-03", + "price": 2.19 + }, + { + "date": "2022-01-09", + "price": 2.05 + }, + { + "date": "2022-01-07", + "price": 1.54 + }, + { + "date": "2021-04-07", + "price": 2.05 + }, + { + "date": "2020-10-01", + "price": 2.19 + }, + { + "date": "2019-01-31", + "price": 2.09 + }, + { + "date": "2018-08-15", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": true, + "category": "51", + "tokens": [ + "hipp", + "paella", + "bunt", + "gems", + "biohhnch", + "250", + "g" + ], + "vector": { + "250": 0.30151134457776363, + "hipp": 0.30151134457776363, + "pael": 0.30151134457776363, + "aell": 0.30151134457776363, + "bunt": 0.30151134457776363, + "gems": 0.30151134457776363, + "bioh": 0.30151134457776363, + "iohh": 0.30151134457776363, + "ohhn": 0.30151134457776363, + "hhnc": 0.30151134457776363, + "g": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-17087", + "name": "Hipp Menü Gemüsereis mit Bio-Hühnchen", + "description": "
  • ab dem 5. Monat
  • wirkt stuhlregulierend
  • frei von Gluten
  • mit Omega-3-Fettsäuren


  • HiPP Gemüsereis mit Huhn wird ohne Zusatz von Salz, Aromen, Verdickungsmitteln, Farb- und Konservierungsstoffen hergestellt. Frei von Gluten. Wirkt stuhlregulierend und enthält wertvolle Omega-3-Fettsäuren aus Rapsöl. In feinster Bio-Qualität.", + "price": 1.79, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 1.79 + }, + { + "date": "2023-06-11", + "price": 1.89 + }, + { + "date": "2023-06-07", + "price": 1.42 + }, + { + "date": "2023-02-07", + "price": 1.89 + }, + { + "date": "2023-02-02", + "price": 1.42 + }, + { + "date": "2022-10-20", + "price": 1.89 + }, + { + "date": "2022-09-08", + "price": 1.79 + }, + { + "date": "2022-09-05", + "price": 1.34 + }, + { + "date": "2022-07-14", + "price": 1.79 + }, + { + "date": "2022-07-11", + "price": 1.34 + }, + { + "date": "2022-05-25", + "price": 1.79 + }, + { + "date": "2022-05-23", + "price": 1.34 + }, + { + "date": "2022-05-19", + "price": 1.79 + }, + { + "date": "2022-01-31", + "price": 1.59 + }, + { + "date": "2022-01-09", + "price": 1.49 + }, + { + "date": "2022-01-07", + "price": 1.12 + }, + { + "date": "2021-03-12", + "price": 1.49 + }, + { + "date": "2020-02-13", + "price": 1.39 + }, + { + "date": "2019-01-31", + "price": 1.49 + }, + { + "date": "2018-11-29", + "price": 1.39 + }, + { + "date": "2018-08-30", + "price": 1.29 + }, + { + "date": "2017-04-05", + "price": 1.39 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 190, + "bio": true, + "category": "51", + "tokens": [ + "hipp", + "men", + "gemsereis", + "biohhnch", + "190", + "g" + ], + "vector": { + "190": 0.2773500981126146, + "hipp": 0.2773500981126146, + "men": 0.2773500981126146, + "gems": 0.2773500981126146, + "emse": 0.2773500981126146, + "mser": 0.2773500981126146, + "sere": 0.2773500981126146, + "erei": 0.2773500981126146, + "bioh": 0.2773500981126146, + "iohh": 0.2773500981126146, + "ohhn": 0.2773500981126146, + "hhnc": 0.2773500981126146, + "g": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-550330", + "name": "Hipp Menü Mais mit Kartoffeln und Pute", + "description": "Das feine Hipp Menü Mais mit Kartoffeln und Bio-Pute ist eine komplette wie auch vollwertige Mahlzeiten ab dem 5. Monat.
  • Ohne Zusatz von Salz
  • In bester HiPP Bio-Qualität
  • Enthält hochwertiges Bio-Rapsöl, das Ihr Baby mit natürlicher Alpha-Linolensäure (eine Omega 3-Fettsäure) versorgt
  • ", + "price": 1.79, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 1.79 + }, + { + "date": "2023-06-11", + "price": 1.89 + }, + { + "date": "2023-06-07", + "price": 1.42 + }, + { + "date": "2023-02-07", + "price": 1.89 + }, + { + "date": "2023-02-02", + "price": 1.42 + }, + { + "date": "2022-10-20", + "price": 1.89 + }, + { + "date": "2022-09-08", + "price": 1.79 + }, + { + "date": "2022-09-05", + "price": 1.34 + }, + { + "date": "2022-07-14", + "price": 1.79 + }, + { + "date": "2022-07-11", + "price": 1.34 + }, + { + "date": "2022-05-25", + "price": 1.79 + }, + { + "date": "2022-05-23", + "price": 1.34 + }, + { + "date": "2022-05-19", + "price": 1.79 + }, + { + "date": "2022-01-31", + "price": 1.59 + }, + { + "date": "2022-01-09", + "price": 1.49 + }, + { + "date": "2022-01-07", + "price": 1.12 + }, + { + "date": "2021-03-12", + "price": 1.49 + }, + { + "date": "2020-02-13", + "price": 1.39 + }, + { + "date": "2019-01-31", + "price": 1.49 + }, + { + "date": "2018-11-29", + "price": 1.39 + }, + { + "date": "2018-08-30", + "price": 1.29 + }, + { + "date": "2018-08-15", + "price": 1.39 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 190, + "bio": true, + "category": "51", + "tokens": [ + "hipp", + "men", + "mais", + "kartoffeln", + "put", + "190", + "g" + ], + "vector": { + "190": 0.2886751345948129, + "hipp": 0.2886751345948129, + "men": 0.2886751345948129, + "mais": 0.2886751345948129, + "kart": 0.2886751345948129, + "arto": 0.2886751345948129, + "rtof": 0.2886751345948129, + "toff": 0.2886751345948129, + "offe": 0.2886751345948129, + "ffel": 0.2886751345948129, + "put": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-549184", + "name": "Hipp Spaghetti Bolognese", + "description": "Alle Hipp Menüs sind komplette, vollwertige Mahlzeiten ab dem Beikostalter und enthalten hochwertiges Bio-Rapsöl, das Ihr Baby mit natürlichen Omega-3-Fettsäuren versorgt.
    Wichtig für die gesunde Entwicklung und den Aufbau von Gehirn- und Nervenzellen.
    Außerdem werden alle Zutaten der Menüs schonend dampfgegart und enthalten kein Salz.", + "price": 1.79, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 1.79 + }, + { + "date": "2023-06-11", + "price": 1.89 + }, + { + "date": "2023-06-07", + "price": 1.42 + }, + { + "date": "2023-02-09", + "price": 1.89 + }, + { + "date": "2023-02-04", + "price": 1.42 + }, + { + "date": "2022-10-20", + "price": 1.89 + }, + { + "date": "2022-09-08", + "price": 1.79 + }, + { + "date": "2022-09-05", + "price": 1.34 + }, + { + "date": "2022-07-14", + "price": 1.79 + }, + { + "date": "2022-07-11", + "price": 1.34 + }, + { + "date": "2022-05-25", + "price": 1.79 + }, + { + "date": "2022-05-23", + "price": 1.34 + }, + { + "date": "2022-05-19", + "price": 1.79 + }, + { + "date": "2022-01-31", + "price": 1.59 + }, + { + "date": "2022-01-09", + "price": 1.49 + }, + { + "date": "2022-01-07", + "price": 1.12 + }, + { + "date": "2020-09-17", + "price": 1.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 190, + "bio": true, + "category": "51", + "tokens": [ + "hipp", + "spaghetti", + "bolognes", + "190", + "g" + ], + "vector": { + "190": 0.2886751345948129, + "hipp": 0.2886751345948129, + "spag": 0.2886751345948129, + "pagh": 0.2886751345948129, + "aghe": 0.2886751345948129, + "ghet": 0.2886751345948129, + "hett": 0.2886751345948129, + "bolo": 0.2886751345948129, + "olog": 0.2886751345948129, + "logn": 0.2886751345948129, + "ogne": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-611860", + "name": "Hipp Nudel-ABC mit Bolognese-Sauce", + "description": "Die Menüs vom Kinder-Nudel-Spaß werden schonend dampfgegart und sind in einer 250g Herzschale. Die köstlichen Menüs enthalten wertvolles Bio-Gemüse und sind in der Zusammensetzung ganz auf die kindlichen Ernährungsbedürfnisse ausgerichtet. Die Kinder Nudel-Menüs, machen Kindern Spaß und regen das Interesse und die Phantasie der kleinen Kinder an. Im Nudel-ABC mit Bolognese Sauce gibt es viele verschiedene Buchstaben zu entdecken.", + "price": 2.59, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 2.59 + }, + { + "date": "2023-06-11", + "price": 2.79 + }, + { + "date": "2023-06-07", + "price": 2.09 + }, + { + "date": "2023-05-20", + "price": 2.79 + }, + { + "date": "2023-05-18", + "price": 2.09 + }, + { + "date": "2023-05-17", + "price": 2.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": true, + "category": "51", + "tokens": [ + "hipp", + "nudelabc", + "bolognesesauc", + "250", + "g" + ], + "vector": { + "250": 0.25, + "hipp": 0.25, + "nude": 0.25, + "udel": 0.25, + "dela": 0.25, + "elab": 0.25, + "bolo": 0.25, + "olog": 0.25, + "logn": 0.25, + "ogne": 0.25, + "gnes": 0.25, + "nese": 0.25, + "eses": 0.25, + "sesa": 0.25, + "esau": 0.25, + "g": 0.25 + } + }, + { + "store": "billa", + "id": "00-634507", + "name": "Hipp Hippis Pfirsich Apfel Mango", + "description": "Hipp Hippis Pfirsisch Apfel Mango bietet köstlichen Frucht-Genuss im handlichen Quetschbeutel. Der Snack eignet sich für Kinder ab zwölf Monaten.
  • aus 100 % Früchten aus biologischer Erzeugung
  • ohne Zuckerzusatz
  • ohne Frucht-Konzentrate
  • glutenfreies Produkt", + "price": 1.29, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 1.29 + }, + { + "date": "2023-06-11", + "price": 1.39 + }, + { + "date": "2023-06-07", + "price": 1.04 + }, + { + "date": "2023-02-17", + "price": 1.39 + }, + { + "date": "2022-07-14", + "price": 1.29 + }, + { + "date": "2022-07-11", + "price": 0.97 + }, + { + "date": "2022-05-25", + "price": 1.29 + }, + { + "date": "2022-05-23", + "price": 0.97 + }, + { + "date": "2022-05-19", + "price": 1.29 + }, + { + "date": "2022-01-09", + "price": 1.2 + }, + { + "date": "2022-01-07", + "price": 0.9 + }, + { + "date": "2021-12-30", + "price": 1.2 + }, + { + "date": "2021-08-05", + "price": 1.1 + }, + { + "date": "2021-07-22", + "price": 0.89 + }, + { + "date": "2021-03-12", + "price": 1.1 + }, + { + "date": "2019-08-08", + "price": 0.99 + }, + { + "date": "2019-06-20", + "price": 1.09 + }, + { + "date": "2019-06-06", + "price": 0.99 + }, + { + "date": "2018-11-29", + "price": 1.09 + }, + { + "date": "2018-08-15", + "price": 0.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": true, + "category": "51", + "tokens": [ + "hipp", + "hippis", + "pfirsich", + "apfel", + "mango", + "100", + "g" + ], + "vector": { + "100": 0.2773500981126146, + "hipp": 0.5547001962252291, + "ippi": 0.2773500981126146, + "pfir": 0.2773500981126146, + "firs": 0.2773500981126146, + "irsi": 0.2773500981126146, + "rsic": 0.2773500981126146, + "apfe": 0.2773500981126146, + "mang": 0.2773500981126146, + "g": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-614859", + "name": "Hipp Hippis Erdbeere-Banane in Apfel", + "description": "Die HiPPiS sind der perfekte Begleiter für unterwegs. Beste Bio-Qualität und mit streng kontrollierten Zutaten. Sie machen mit den frechen HiPPiS-Tieren nicht nur Kindern Spaß sondern sind auch für Erwachsene eine gesunde Mahlzeit für zwischendurch.

  • 100% Bio-Früchte
  • Ohne Zuckerzusatz
  • Ohne süßende Saftkonzentrate
  • Glutenfrei
  • ", + "price": 1.29, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 1.29 + }, + { + "date": "2023-02-07", + "price": 1.39 + }, + { + "date": "2023-02-02", + "price": 1.04 + }, + { + "date": "2022-10-20", + "price": 1.39 + }, + { + "date": "2022-07-14", + "price": 1.29 + }, + { + "date": "2022-07-11", + "price": 0.97 + }, + { + "date": "2022-05-25", + "price": 1.29 + }, + { + "date": "2022-05-23", + "price": 0.97 + }, + { + "date": "2022-05-19", + "price": 1.29 + }, + { + "date": "2022-01-09", + "price": 1.2 + }, + { + "date": "2022-01-07", + "price": 0.9 + }, + { + "date": "2021-12-30", + "price": 1.2 + }, + { + "date": "2021-08-05", + "price": 1.1 + }, + { + "date": "2021-07-22", + "price": 0.89 + }, + { + "date": "2021-03-12", + "price": 1.1 + }, + { + "date": "2019-08-08", + "price": 0.99 + }, + { + "date": "2019-06-20", + "price": 1.09 + }, + { + "date": "2019-06-06", + "price": 0.99 + }, + { + "date": "2018-11-29", + "price": 1.09 + }, + { + "date": "2018-01-30", + "price": 0.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": true, + "category": "51", + "tokens": [ + "hipp", + "hippis", + "erdbeerebanan", + "apfel", + "100", + "g" + ], + "vector": { + "100": 0.24253562503633297, + "hipp": 0.48507125007266594, + "ippi": 0.24253562503633297, + "erdb": 0.24253562503633297, + "rdbe": 0.24253562503633297, + "dbee": 0.24253562503633297, + "beer": 0.24253562503633297, + "eere": 0.24253562503633297, + "ereb": 0.24253562503633297, + "reba": 0.24253562503633297, + "eban": 0.24253562503633297, + "bana": 0.24253562503633297, + "apfe": 0.24253562503633297, + "g": 0.24253562503633297 + } + }, + { + "store": "billa", + "id": "00-614949", + "name": "Hipp Hippis Waldbeeren in Apfel-Pfirsich", + "description": "Die HiPPiS sind der perfekte Begleiter für unterwegs. Beste Bio-Qualität und mit streng kontrollierten Zutaten. Sie machen mit den frechen HiPPiS-Tieren nicht nur Kindern Spaß sondern sind auch für Erwachsene eine gesunde Mahlzeit für zwischendurch.

  • 100% Bio-Früchte
  • Ohne Zuckerzusatz
  • Ohne süßende Saftkonzentrate
  • Glutenfrei
  • ", + "price": 1.29, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 1.29 + }, + { + "date": "2023-06-11", + "price": 1.39 + }, + { + "date": "2023-06-07", + "price": 1.04 + }, + { + "date": "2023-02-07", + "price": 1.39 + }, + { + "date": "2023-02-04", + "price": 1.04 + }, + { + "date": "2022-10-20", + "price": 1.39 + }, + { + "date": "2022-09-08", + "price": 1.29 + }, + { + "date": "2022-09-07", + "price": 0.97 + }, + { + "date": "2022-07-14", + "price": 1.29 + }, + { + "date": "2022-07-11", + "price": 0.97 + }, + { + "date": "2022-05-25", + "price": 1.29 + }, + { + "date": "2022-05-23", + "price": 0.97 + }, + { + "date": "2022-05-19", + "price": 1.29 + }, + { + "date": "2022-01-09", + "price": 1.2 + }, + { + "date": "2022-01-07", + "price": 0.9 + }, + { + "date": "2021-12-30", + "price": 1.2 + }, + { + "date": "2021-08-05", + "price": 1.1 + }, + { + "date": "2021-07-22", + "price": 0.89 + }, + { + "date": "2021-03-12", + "price": 1.1 + }, + { + "date": "2019-08-08", + "price": 0.99 + }, + { + "date": "2019-06-20", + "price": 1.09 + }, + { + "date": "2019-06-06", + "price": 0.99 + }, + { + "date": "2018-11-29", + "price": 1.09 + }, + { + "date": "2018-01-30", + "price": 0.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": true, + "category": "51", + "tokens": [ + "hipp", + "hippis", + "waldbe", + "apfelpfirsich", + "100", + "g" + ], + "vector": { + "100": 0.23570226039551587, + "hipp": 0.47140452079103173, + "ippi": 0.23570226039551587, + "wald": 0.23570226039551587, + "aldb": 0.23570226039551587, + "apfe": 0.23570226039551587, + "pfel": 0.23570226039551587, + "felp": 0.23570226039551587, + "elpf": 0.23570226039551587, + "lpfi": 0.23570226039551587, + "pfir": 0.23570226039551587, + "firs": 0.23570226039551587, + "irsi": 0.23570226039551587, + "rsic": 0.23570226039551587, + "g": 0.23570226039551587 + } + }, + { + "store": "billa", + "id": "00-626888", + "name": "Hipp Hippis Kiwi in Birne-Banane", + "description": "Die HiPPiS sind der perfekte Begleiter für unterwegs. Beste Bio-Qualität und mit streng kontrollierten Zutaten. Sie machen mit den frechen HiPPiS-Tieren nicht nur Kindern Spaß sondern sind auch für Erwachsene eine gesunde Mahlzeit für zwischendurch.

  • 100% Bio-Früchte
  • Ohne Zuckerzusatz
  • Ohne süßende Saftkonzentrate
  • Glutenfrei
  • ", + "price": 1.29, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 1.29 + }, + { + "date": "2023-06-11", + "price": 1.39 + }, + { + "date": "2023-06-07", + "price": 1.04 + }, + { + "date": "2023-02-07", + "price": 1.39 + }, + { + "date": "2023-02-02", + "price": 1.04 + }, + { + "date": "2022-10-20", + "price": 1.39 + }, + { + "date": "2022-09-08", + "price": 1.29 + }, + { + "date": "2022-09-06", + "price": 0.97 + }, + { + "date": "2022-07-14", + "price": 1.29 + }, + { + "date": "2022-07-11", + "price": 0.97 + }, + { + "date": "2022-05-25", + "price": 1.29 + }, + { + "date": "2022-05-23", + "price": 0.97 + }, + { + "date": "2022-05-19", + "price": 1.29 + }, + { + "date": "2022-01-09", + "price": 1.2 + }, + { + "date": "2022-01-07", + "price": 0.9 + }, + { + "date": "2021-12-30", + "price": 1.2 + }, + { + "date": "2021-08-05", + "price": 1.1 + }, + { + "date": "2021-07-22", + "price": 0.89 + }, + { + "date": "2021-03-12", + "price": 1.1 + }, + { + "date": "2019-08-08", + "price": 0.99 + }, + { + "date": "2019-06-20", + "price": 1.09 + }, + { + "date": "2019-06-06", + "price": 0.99 + }, + { + "date": "2018-11-29", + "price": 1.09 + }, + { + "date": "2018-01-30", + "price": 0.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": true, + "category": "51", + "tokens": [ + "hipp", + "hippis", + "kiwi", + "birnebanan", + "100", + "g" + ], + "vector": { + "100": 0.2672612419124244, + "hipp": 0.5345224838248488, + "ippi": 0.2672612419124244, + "kiwi": 0.2672612419124244, + "birn": 0.2672612419124244, + "irne": 0.2672612419124244, + "rneb": 0.2672612419124244, + "neba": 0.2672612419124244, + "eban": 0.2672612419124244, + "bana": 0.2672612419124244, + "g": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-520760", + "name": "Hochriegl Oh Secco Bianco", + "description": "Hochriegl OH SECCO Was passiert, wenn italienisches Lebensgefühl und österreichischer Schmäh zusammentreffen? - Ganz einfach: prickelnde Momente der Unbeschwertheit: Ein Hoch auf die fruchtig-frische Leichtigkeit! Mit OH SECCO Bianco die italienische Leichtigkeit sowie die Sonne auf der Haut spüren und die Gedanken treiben lassen. Dolce Vita auf wienerisch.", + "price": 9.99, + "priceHistory": [ + { + "date": "2023-03-11", + "price": 9.99 + }, + { + "date": "2023-02-12", + "price": 10.99 + }, + { + "date": "2023-02-10", + "price": 8.24 + }, + { + "date": "2023-01-04", + "price": 10.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 750, + "bio": false, + "category": "23", + "tokens": [ + "hochriegl", + "oh", + "secco", + "bianco", + "750", + "ml" + ], + "vector": { + "750": 0.30151134457776363, + "hoch": 0.30151134457776363, + "ochr": 0.30151134457776363, + "chri": 0.30151134457776363, + "hrie": 0.30151134457776363, + "rieg": 0.30151134457776363, + "oh": 0.30151134457776363, + "secc": 0.30151134457776363, + "bian": 0.30151134457776363, + "ianc": 0.30151134457776363, + "ml": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-520761", + "name": "Hochriegl Oh Secco Rosato", + "description": "Hochriegl OH SECCO Was passiert, wenn italienisches Lebensgefühl und österreichischer Schmäh zusammentreffen? - Ganz einfach: prickelnde Momente der Unbeschwertheit: Ein Hoch auf die fruchtig-frische Leichtigkeit! Mit OH SECCO Rosato das italienische Lebensgefühl spüren, den Duft des Sommers riechen und die Leichtigkeit des Augenblicks fühlen. Dolce Vita auf wienerisch.", + "price": 9.99, + "priceHistory": [ + { + "date": "2023-03-11", + "price": 9.99 + }, + { + "date": "2023-02-12", + "price": 10.99 + }, + { + "date": "2023-02-10", + "price": 8.24 + }, + { + "date": "2023-01-19", + "price": 10.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 750, + "bio": false, + "category": "23", + "tokens": [ + "hochriegl", + "oh", + "secco", + "rosato", + "750", + "ml" + ], + "vector": { + "750": 0.30151134457776363, + "hoch": 0.30151134457776363, + "ochr": 0.30151134457776363, + "chri": 0.30151134457776363, + "hrie": 0.30151134457776363, + "rieg": 0.30151134457776363, + "oh": 0.30151134457776363, + "secc": 0.30151134457776363, + "rosa": 0.30151134457776363, + "osat": 0.30151134457776363, + "ml": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-439682", + "name": "Ja! Natürlich Bio-Alpkönig", + "description": "Der Ja! Natürlich Alpkönig wird aus bester Bio-Heumilch aus dem Salzburger Land gekäst. Der halbharte Schnittkäse hat einen geschmeidigen Teig und regelmäßige runde Löcher. Geschmacklich ist er rein, mild aromatisch bis leicht süßlich. \n

    \nDass Bio-Käse so viele Liebhaber findet hat seine Gründe. Zum einen ist das Besondere die Qualität der Milch. Denn die Art des Futters und die artgemäße Tierhaltung machen sich im Geschmack bemerkbar. Zum anderen steht bei Bio-Käse nicht die rasche Fertigung von Einheitsware steht im Vordergrund, vielmehr wird eine natürlich lange Reifezeit unter optimalen Bedingungen garantiert. Bei der Herstellung und Reifung wird auf Zusatzstoffe verzichtet. \n

    \nDurch die kürzere Reifezeit hat Schnittkäse einen maximalen Wassergehalt in der fettfreien Käsemasse von 56 % bis 62 %. Der Teig ist somit weicher und leichter zu schneiden. \n

    \nGereifte Käse sind von Natur aus lactosefrei.", + "price": 22.5, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 22.5 + }, + { + "date": "2023-06-07", + "price": 16.88 + }, + { + "date": "2023-05-31", + "price": 22.5 + }, + { + "date": "2023-02-07", + "price": 22.9 + }, + { + "date": "2023-02-02", + "price": 17.18 + }, + { + "date": "2022-11-21", + "price": 22.9 + }, + { + "date": "2022-09-29", + "price": 20.5 + }, + { + "date": "2022-09-19", + "price": 14.5 + }, + { + "date": "2022-09-08", + "price": 20.5 + }, + { + "date": "2022-09-05", + "price": 15.38 + }, + { + "date": "2022-07-14", + "price": 20.5 + }, + { + "date": "2022-07-11", + "price": 15.38 + }, + { + "date": "2022-06-08", + "price": 20.5 + }, + { + "date": "2022-05-25", + "price": 19.5 + }, + { + "date": "2022-05-23", + "price": 14.63 + }, + { + "date": "2022-03-06", + "price": 18.9 + }, + { + "date": "2022-03-04", + "price": 14.18 + }, + { + "date": "2022-02-24", + "price": 18.9 + }, + { + "date": "2022-02-17", + "price": 17.9 + }, + { + "date": "2022-02-03", + "price": 12.9 + }, + { + "date": "2022-01-30", + "price": 17.9 + }, + { + "date": "2022-01-28", + "price": 13.43 + }, + { + "date": "2022-01-09", + "price": 17.9 + }, + { + "date": "2022-01-07", + "price": 13.43 + }, + { + "date": "2021-09-09", + "price": 17.9 + }, + { + "date": "2021-04-07", + "price": 17.5 + }, + { + "date": "2020-06-04", + "price": 17.9 + }, + { + "date": "2020-05-20", + "price": 14.9 + }, + { + "date": "2020-02-13", + "price": 17.9 + }, + { + "date": "2019-11-07", + "price": 16.9 + }, + { + "date": "2019-10-24", + "price": 14.9 + }, + { + "date": "2019-02-14", + "price": 16.9 + }, + { + "date": "2019-01-17", + "price": 14.9 + }, + { + "date": "2018-11-08", + "price": 16.9 + }, + { + "date": "2018-10-18", + "price": 14.9 + }, + { + "date": "2018-08-02", + "price": 16.9 + }, + { + "date": "2018-07-19", + "price": 12.9 + }, + { + "date": "2018-05-17", + "price": 16.9 + }, + { + "date": "2018-05-03", + "price": 12.9 + }, + { + "date": "2018-03-01", + "price": 16.9 + }, + { + "date": "2018-02-15", + "price": 12.9 + }, + { + "date": "2017-05-18", + "price": 16.9 + }, + { + "date": "2017-05-04", + "price": 12.9 + }, + { + "date": "2017-04-05", + "price": 16.9 + } + ], + "isWeighted": true, + "unit": "g", + "quantity": 1000, + "bio": true, + "category": "33", + "tokens": [ + "natrlich", + "bioalpknig", + "1000", + "g" + ], + "vector": { + "1000": 0.2886751345948129, + "natr": 0.2886751345948129, + "atrl": 0.2886751345948129, + "trli": 0.2886751345948129, + "rlic": 0.2886751345948129, + "bioa": 0.2886751345948129, + "ioal": 0.2886751345948129, + "oalp": 0.2886751345948129, + "alpk": 0.2886751345948129, + "lpkn": 0.2886751345948129, + "pkni": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-422834", + "name": "Ja! Natürlich Cottage Cheese 20%", + "description": "Herrlich cremiger Cottage Cheese aus dem oberösterreichischen Hausruckviertel. Der Ja! Natürlich Cottage Cheese eignet sich besonders gut als Brotaufstrich oder zum Löffeln.

    Das Bio-Käse so viele Liebhaber findet hat seine Gründe. Zum einen ist das Besondere die Qualität der Milch. Denn die Art des Futters und die artgerechte Tierhaltung machen sich im Geschmack bemerkbar. Zum anderen steht bei Bio-Käse nicht die rasche Fertigung von Einheitsware im Vordergrund. Vielmehr wird eine natürlich lange Reifezeit unter optimalen Bedingungen garantiert. Bei der Herstellung und Reifung wird auf Zusatzstoffe verzichtet.

    Frischkäse ist die Urform von Käse. Nach dem Eindicken der Milch wird der Bruch von der Molke getrennt und muss nicht wie die anderen Käsetypen weiterreifen. Der Wassergehalt liegt hier über 73 %.", + "price": 1.19, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 1.19 + }, + { + "date": "2023-06-11", + "price": 1.25 + }, + { + "date": "2023-06-07", + "price": 0.94 + }, + { + "date": "2023-02-07", + "price": 1.25 + }, + { + "date": "2023-02-02", + "price": 0.94 + }, + { + "date": "2023-01-08", + "price": 1.25 + }, + { + "date": "2023-01-05", + "price": 0.94 + }, + { + "date": "2022-12-18", + "price": 1.25 + }, + { + "date": "2022-12-16", + "price": 0.94 + }, + { + "date": "2022-11-06", + "price": 1.25 + }, + { + "date": "2022-11-04", + "price": 0.94 + }, + { + "date": "2022-10-27", + "price": 1.25 + }, + { + "date": "2022-09-08", + "price": 1.15 + }, + { + "date": "2022-09-05", + "price": 0.86 + }, + { + "date": "2022-07-14", + "price": 1.15 + }, + { + "date": "2022-07-11", + "price": 0.86 + }, + { + "date": "2022-06-08", + "price": 1.15 + }, + { + "date": "2022-05-25", + "price": 1.05 + }, + { + "date": "2022-05-24", + "price": 0.79 + }, + { + "date": "2022-05-23", + "price": 0.74 + }, + { + "date": "2022-03-14", + "price": 0.99 + }, + { + "date": "2022-03-06", + "price": 0.95 + }, + { + "date": "2022-03-04", + "price": 0.71 + }, + { + "date": "2022-01-30", + "price": 0.95 + }, + { + "date": "2022-01-28", + "price": 0.71 + }, + { + "date": "2022-01-09", + "price": 0.95 + }, + { + "date": "2022-01-07", + "price": 0.71 + }, + { + "date": "2021-10-18", + "price": 0.95 + }, + { + "date": "2021-04-07", + "price": 0.89 + }, + { + "date": "2021-01-21", + "price": 1.15 + }, + { + "date": "2021-01-07", + "price": 0.89 + }, + { + "date": "2019-12-26", + "price": 1.15 + }, + { + "date": "2019-04-18", + "price": 0.99 + }, + { + "date": "2018-06-28", + "price": 1.15 + }, + { + "date": "2018-03-22", + "price": 0.99 + }, + { + "date": "2017-08-03", + "price": 1.15 + }, + { + "date": "2017-04-27", + "price": 0.99 + }, + { + "date": "2017-04-05", + "price": 1.15 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": true, + "category": "33", + "tokens": [ + "natrlich", + "cottag", + "chees", + "20", + "150", + "g" + ], + "vector": { + "20": 0.31622776601683794, + "150": 0.31622776601683794, + "natr": 0.31622776601683794, + "atrl": 0.31622776601683794, + "trli": 0.31622776601683794, + "rlic": 0.31622776601683794, + "cott": 0.31622776601683794, + "otta": 0.31622776601683794, + "chee": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-502409", + "name": "Ja! Natürlich Cottage Cheese Kräuter 10%", + "description": "Herrlich cremiger Cottage Cheese aus dem oberösterreichischen Hausruckviertel. Der Ja! Natürlich Cottage wird mit feinen Kräutern verfeinert und eignet sich besonders gut als Brotaufstrich oder zum Löffeln.

    Das Bio-Käse so viele Liebhaber findet hat seine Gründe. Zum einen ist das Besondere die Qualität der Milch. Denn die Art des Futters und die artgerechte Tierhaltung machen sich im Geschmack bemerkbar. Zum anderen steht bei Bio-Käse nicht die rasche Fertigung von Einheitsware im Vordergrund, vielmehr wird eine natürlich lange Reifezeit unter optimalen Bedingungen garantiert. Bei der Herstellung und Reifung wird auf Zusatzstoffe verzichtet.

    Frischkäse ist die Urform von Käse. Nach dem Eindicken der Milch wird der Bruch von der Molke getrennt und muss nicht wie die anderen Käsetypen weiterreifen. Der Wassergehalt liegt hier über 73 %.", + "price": 1.19, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 1.19 + }, + { + "date": "2023-06-11", + "price": 1.25 + }, + { + "date": "2023-06-07", + "price": 0.94 + }, + { + "date": "2023-02-07", + "price": 1.25 + }, + { + "date": "2023-02-02", + "price": 0.94 + }, + { + "date": "2023-01-08", + "price": 1.25 + }, + { + "date": "2023-01-05", + "price": 0.94 + }, + { + "date": "2022-12-18", + "price": 1.25 + }, + { + "date": "2022-12-16", + "price": 0.94 + }, + { + "date": "2022-11-06", + "price": 1.25 + }, + { + "date": "2022-11-04", + "price": 0.94 + }, + { + "date": "2022-10-27", + "price": 1.25 + }, + { + "date": "2022-09-08", + "price": 1.15 + }, + { + "date": "2022-09-05", + "price": 0.86 + }, + { + "date": "2022-07-14", + "price": 1.15 + }, + { + "date": "2022-07-11", + "price": 0.86 + }, + { + "date": "2022-06-08", + "price": 1.15 + }, + { + "date": "2022-05-25", + "price": 1.05 + }, + { + "date": "2022-05-24", + "price": 0.79 + }, + { + "date": "2022-05-23", + "price": 0.74 + }, + { + "date": "2022-03-14", + "price": 0.99 + }, + { + "date": "2022-03-06", + "price": 0.95 + }, + { + "date": "2022-03-04", + "price": 0.71 + }, + { + "date": "2022-01-30", + "price": 0.95 + }, + { + "date": "2022-01-28", + "price": 0.71 + }, + { + "date": "2022-01-09", + "price": 0.95 + }, + { + "date": "2022-01-07", + "price": 0.71 + }, + { + "date": "2021-10-18", + "price": 0.95 + }, + { + "date": "2021-04-07", + "price": 0.89 + }, + { + "date": "2021-01-21", + "price": 1.15 + }, + { + "date": "2021-01-07", + "price": 0.89 + }, + { + "date": "2019-12-26", + "price": 1.15 + }, + { + "date": "2019-04-18", + "price": 0.99 + }, + { + "date": "2018-06-28", + "price": 1.15 + }, + { + "date": "2018-03-22", + "price": 0.99 + }, + { + "date": "2017-08-03", + "price": 1.15 + }, + { + "date": "2017-04-27", + "price": 0.99 + }, + { + "date": "2017-04-05", + "price": 1.15 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": true, + "category": "33", + "tokens": [ + "natrlich", + "cottag", + "chees", + "krut", + "10", + "150", + "g" + ], + "vector": { + "10": 0.30151134457776363, + "150": 0.30151134457776363, + "natr": 0.30151134457776363, + "atrl": 0.30151134457776363, + "trli": 0.30151134457776363, + "rlic": 0.30151134457776363, + "cott": 0.30151134457776363, + "otta": 0.30151134457776363, + "chee": 0.30151134457776363, + "krut": 0.30151134457776363, + "g": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-686825", + "name": "Ja! Natürlich Dinkelmehl", + "description": "Schon im Mittelalter beschrieb Hildegard von Bingen, die Begründerin der modernen Hildegard-Medizin, die positiven ernährungsphysiologischen Eigenschaften von Dinkel. Ihm wird eine größere Verträglichkeit als herkömmlichem Weizen zugeschrieben.", + "price": 2.19, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 2.19 + }, + { + "date": "2023-06-07", + "price": 1.64 + }, + { + "date": "2023-02-10", + "price": 2.19 + }, + { + "date": "2023-02-07", + "price": 2.39 + }, + { + "date": "2023-02-02", + "price": 1.79 + }, + { + "date": "2023-01-08", + "price": 2.39 + }, + { + "date": "2023-01-05", + "price": 1.79 + }, + { + "date": "2022-12-18", + "price": 2.39 + }, + { + "date": "2022-12-16", + "price": 1.79 + }, + { + "date": "2022-11-18", + "price": 2.39 + }, + { + "date": "2022-10-27", + "price": 1.79 + }, + { + "date": "2022-09-08", + "price": 2.39 + }, + { + "date": "2022-09-05", + "price": 1.79 + }, + { + "date": "2022-07-19", + "price": 2.39 + }, + { + "date": "2022-07-13", + "price": 1.79 + }, + { + "date": "2022-05-25", + "price": 2.39 + }, + { + "date": "2022-05-24", + "price": 1.79 + }, + { + "date": "2022-05-23", + "price": 1.64 + }, + { + "date": "2022-04-25", + "price": 2.19 + }, + { + "date": "2022-02-17", + "price": 2.29 + }, + { + "date": "2022-02-03", + "price": 1.99 + }, + { + "date": "2022-01-09", + "price": 2.29 + }, + { + "date": "2022-01-07", + "price": 1.72 + }, + { + "date": "2021-11-25", + "price": 2.29 + }, + { + "date": "2021-10-28", + "price": 1.79 + }, + { + "date": "2020-12-03", + "price": 2.29 + }, + { + "date": "2020-11-05", + "price": 1.99 + }, + { + "date": "2020-09-24", + "price": 2.29 + }, + { + "date": "2020-09-10", + "price": 1.99 + }, + { + "date": "2020-03-12", + "price": 2.29 + }, + { + "date": "2020-02-27", + "price": 1.99 + }, + { + "date": "2019-12-05", + "price": 2.29 + }, + { + "date": "2019-11-21", + "price": 1.99 + }, + { + "date": "2019-11-07", + "price": 2.19 + }, + { + "date": "2018-10-18", + "price": 2.29 + }, + { + "date": "2018-10-04", + "price": 1.99 + }, + { + "date": "2017-04-05", + "price": 2.29 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 1000, + "bio": true, + "category": "52", + "tokens": [ + "natrlich", + "dinkelmehl", + "1000", + "g" + ], + "vector": { + "1000": 0.2886751345948129, + "natr": 0.2886751345948129, + "atrl": 0.2886751345948129, + "trli": 0.2886751345948129, + "rlic": 0.2886751345948129, + "dink": 0.2886751345948129, + "inke": 0.2886751345948129, + "nkel": 0.2886751345948129, + "kelm": 0.2886751345948129, + "elme": 0.2886751345948129, + "lmeh": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-643078", + "name": "Ja! Natürlich Dinkelvollkornmehl", + "description": "Mit dem nussigen Dinkelvollkornmehl von Ja! Natürlich lassen sich Kuchen und herzhafte Speisen zubereiten. Das aromatische Mehl enthält viele Ballaststoffe.
  • schonend gemahlen in traditioneller Steinmühle
  • Tipp: zur Zubereitung mehr Feuchtigkeit als bei Weizenmehl verwenden
  • regionale Herkunft, biologische Herstellung", + "price": 2.19, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 2.19 + }, + { + "date": "2023-06-07", + "price": 1.64 + }, + { + "date": "2023-02-10", + "price": 2.19 + }, + { + "date": "2023-02-09", + "price": 2.39 + }, + { + "date": "2023-02-02", + "price": 1.79 + }, + { + "date": "2023-01-08", + "price": 2.39 + }, + { + "date": "2023-01-05", + "price": 1.79 + }, + { + "date": "2022-12-18", + "price": 2.39 + }, + { + "date": "2022-12-16", + "price": 1.79 + }, + { + "date": "2022-11-22", + "price": 2.39 + }, + { + "date": "2022-11-04", + "price": 1.34 + }, + { + "date": "2022-10-27", + "price": 1.79 + }, + { + "date": "2022-09-08", + "price": 2.39 + }, + { + "date": "2022-09-05", + "price": 1.79 + }, + { + "date": "2022-07-14", + "price": 2.39 + }, + { + "date": "2022-07-11", + "price": 1.79 + }, + { + "date": "2022-05-25", + "price": 2.39 + }, + { + "date": "2022-05-24", + "price": 1.79 + }, + { + "date": "2022-05-23", + "price": 1.64 + }, + { + "date": "2022-04-25", + "price": 2.19 + }, + { + "date": "2022-02-17", + "price": 2.29 + }, + { + "date": "2022-02-03", + "price": 1.99 + }, + { + "date": "2022-01-09", + "price": 2.29 + }, + { + "date": "2022-01-07", + "price": 1.72 + }, + { + "date": "2021-11-25", + "price": 2.29 + }, + { + "date": "2021-10-28", + "price": 1.79 + }, + { + "date": "2020-12-03", + "price": 2.29 + }, + { + "date": "2020-11-05", + "price": 1.99 + }, + { + "date": "2020-09-24", + "price": 2.29 + }, + { + "date": "2020-09-10", + "price": 1.99 + }, + { + "date": "2020-03-12", + "price": 2.29 + }, + { + "date": "2020-02-27", + "price": 1.99 + }, + { + "date": "2019-12-05", + "price": 2.29 + }, + { + "date": "2019-11-21", + "price": 1.99 + }, + { + "date": "2019-11-07", + "price": 2.19 + }, + { + "date": "2018-10-18", + "price": 2.29 + }, + { + "date": "2018-10-04", + "price": 1.99 + }, + { + "date": "2017-04-05", + "price": 2.29 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 1000, + "bio": true, + "category": "52", + "tokens": [ + "natrlich", + "dinkelvollkornmehl", + "1000", + "g" + ], + "vector": { + "1000": 0.22360679774997896, + "natr": 0.22360679774997896, + "atrl": 0.22360679774997896, + "trli": 0.22360679774997896, + "rlic": 0.22360679774997896, + "dink": 0.22360679774997896, + "inke": 0.22360679774997896, + "nkel": 0.22360679774997896, + "kelv": 0.22360679774997896, + "elvo": 0.22360679774997896, + "lvol": 0.22360679774997896, + "voll": 0.22360679774997896, + "ollk": 0.22360679774997896, + "llko": 0.22360679774997896, + "lkor": 0.22360679774997896, + "korn": 0.22360679774997896, + "ornm": 0.22360679774997896, + "rnme": 0.22360679774997896, + "nmeh": 0.22360679774997896, + "g": 0.22360679774997896 + } + }, + { + "store": "billa", + "id": "00-628465", + "name": "Ja! Natürlich Bio-Camembert aus Heumilch", + "description": "Der Ja! Natürlich Camembert wird in Europas einzig echter Klosterkäserei in Schlierbach aus bester pasteurisierter Bio-Heumilch gekäst. Er zeichnet sich durch seinen feinen Geschmack und cremige Konsistenz aus.", + "price": 2.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 2.79 + }, + { + "date": "2023-06-11", + "price": 2.19 + }, + { + "date": "2023-06-07", + "price": 1.64 + }, + { + "date": "2023-05-31", + "price": 2.79 + }, + { + "date": "2023-02-23", + "price": 2.85 + }, + { + "date": "2023-02-16", + "price": 2.49 + }, + { + "date": "2023-02-07", + "price": 2.85 + }, + { + "date": "2023-02-02", + "price": 2.14 + }, + { + "date": "2023-01-08", + "price": 2.85 + }, + { + "date": "2023-01-05", + "price": 2.14 + }, + { + "date": "2022-12-18", + "price": 2.85 + }, + { + "date": "2022-12-16", + "price": 2.14 + }, + { + "date": "2022-11-07", + "price": 2.85 + }, + { + "date": "2022-11-06", + "price": 2.69 + }, + { + "date": "2022-11-04", + "price": 2.02 + }, + { + "date": "2022-09-29", + "price": 2.69 + }, + { + "date": "2022-09-19", + "price": 1.99 + }, + { + "date": "2022-09-08", + "price": 2.69 + }, + { + "date": "2022-09-05", + "price": 2.02 + }, + { + "date": "2022-07-14", + "price": 2.69 + }, + { + "date": "2022-07-11", + "price": 2.02 + }, + { + "date": "2022-07-07", + "price": 2.69 + }, + { + "date": "2022-06-23", + "price": 1.59 + }, + { + "date": "2022-05-25", + "price": 2.49 + }, + { + "date": "2022-05-23", + "price": 1.87 + }, + { + "date": "2022-03-10", + "price": 2.49 + }, + { + "date": "2022-03-06", + "price": 2.39 + }, + { + "date": "2022-03-04", + "price": 1.79 + }, + { + "date": "2022-01-30", + "price": 2.39 + }, + { + "date": "2022-01-28", + "price": 1.79 + }, + { + "date": "2022-01-09", + "price": 2.39 + }, + { + "date": "2022-01-07", + "price": 1.79 + }, + { + "date": "2021-06-14", + "price": 2.39 + }, + { + "date": "2021-05-27", + "price": 1.99 + }, + { + "date": "2021-04-15", + "price": 2.39 + }, + { + "date": "2021-04-07", + "price": 1.79 + }, + { + "date": "2021-01-07", + "price": 2.39 + }, + { + "date": "2020-11-05", + "price": 2.29 + }, + { + "date": "2020-10-22", + "price": 1.99 + }, + { + "date": "2020-10-08", + "price": 2.29 + }, + { + "date": "2020-09-24", + "price": 1.99 + }, + { + "date": "2017-12-21", + "price": 2.29 + }, + { + "date": "2017-04-05", + "price": 2.09 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": true, + "category": "33", + "tokens": [ + "natrlich", + "biocamembert", + "heumilch", + "150", + "g" + ], + "vector": { + "150": 0.23570226039551587, + "natr": 0.23570226039551587, + "atrl": 0.23570226039551587, + "trli": 0.23570226039551587, + "rlic": 0.23570226039551587, + "bioc": 0.23570226039551587, + "ioca": 0.23570226039551587, + "ocam": 0.23570226039551587, + "came": 0.23570226039551587, + "amem": 0.23570226039551587, + "memb": 0.23570226039551587, + "embe": 0.23570226039551587, + "mber": 0.23570226039551587, + "heum": 0.23570226039551587, + "eumi": 0.23570226039551587, + "umil": 0.23570226039551587, + "milc": 0.23570226039551587, + "g": 0.23570226039551587 + } + }, + { + "store": "billa", + "id": "00-436202", + "name": "Ja! Natürlich Mehrkorntoast mit Dinkel", + "description": "Das Bio-Getreide für das Ja! Natürlich Brot kommt ausschließlich aus den traditionellen österreichischen Getreideanbaugebieten, also dem Waldviertel, dem Weinviertel und dem Burgenland.

    Ja! Natürlich Mehrkorntoast ist der einzige Bio-Toast mit Dinkel. Dinkel verleiht dem Ja! Natürlich Toast ein feines, nussiges Aroma und die hochwertige Bio-Butter aus Österreich sorgt für einen besonders vollmundigen Geschmack. Dieser herzhafte Toast ist feinporig und gleichmäßig gebräunt.

    Der Ja! Natürlich Mehrkorntoast schmeckt nicht nur zum Frühstück gut, er eignet sich auch hervorragend für Schinken-Käse-Toast und ungetoastet als Sandwich.", + "price": 1.89, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 1.89 + }, + { + "date": "2023-06-07", + "price": 1.42 + }, + { + "date": "2023-05-22", + "price": 1.89 + }, + { + "date": "2023-02-07", + "price": 1.99 + }, + { + "date": "2023-02-02", + "price": 1.49 + }, + { + "date": "2023-01-23", + "price": 1.99 + }, + { + "date": "2023-01-20", + "price": 2.19 + }, + { + "date": "2023-01-08", + "price": 2.49 + }, + { + "date": "2023-01-05", + "price": 1.87 + }, + { + "date": "2023-01-02", + "price": 2.49 + }, + { + "date": "2022-12-18", + "price": 2.19 + }, + { + "date": "2022-12-16", + "price": 1.64 + }, + { + "date": "2022-11-06", + "price": 2.19 + }, + { + "date": "2022-11-04", + "price": 1.64 + }, + { + "date": "2022-09-08", + "price": 2.19 + }, + { + "date": "2022-09-05", + "price": 1.64 + }, + { + "date": "2022-09-01", + "price": 2.19 + }, + { + "date": "2022-07-21", + "price": 1.99 + }, + { + "date": "2022-07-14", + "price": 1.79 + }, + { + "date": "2022-07-11", + "price": 1.34 + }, + { + "date": "2022-07-07", + "price": 1.79 + }, + { + "date": "2022-05-25", + "price": 1.99 + }, + { + "date": "2022-05-23", + "price": 1.49 + }, + { + "date": "2022-03-24", + "price": 1.99 + }, + { + "date": "2022-01-09", + "price": 1.89 + }, + { + "date": "2022-01-07", + "price": 1.42 + }, + { + "date": "2022-01-06", + "price": 1.89 + }, + { + "date": "2020-05-21", + "price": 1.79 + }, + { + "date": "2020-05-14", + "price": 1.89 + }, + { + "date": "2018-04-26", + "price": 1.79 + }, + { + "date": "2018-04-05", + "price": 2.39 + }, + { + "date": "2018-02-22", + "price": 1.99 + }, + { + "date": "2017-11-16", + "price": 2.39 + }, + { + "date": "2017-04-27", + "price": 1.99 + }, + { + "date": "2017-04-05", + "price": 2.39 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": true, + "category": "10", + "tokens": [ + "natrlich", + "mehrkorntoast", + "dinkel", + "500", + "g" + ], + "vector": { + "500": 0.24253562503633297, + "natr": 0.24253562503633297, + "atrl": 0.24253562503633297, + "trli": 0.24253562503633297, + "rlic": 0.24253562503633297, + "mehr": 0.24253562503633297, + "ehrk": 0.24253562503633297, + "hrko": 0.24253562503633297, + "rkor": 0.24253562503633297, + "korn": 0.24253562503633297, + "ornt": 0.24253562503633297, + "rnto": 0.24253562503633297, + "ntoa": 0.24253562503633297, + "toas": 0.24253562503633297, + "dink": 0.24253562503633297, + "inke": 0.24253562503633297, + "g": 0.24253562503633297 + } + }, + { + "store": "billa", + "id": "00-475663", + "name": "Ja! Natürlich Rohrohrzucker", + "description": "Der Roh-Rohrzucker von Ja! Natürlich gehört als Basisausstattung in jede Küche.
    Für die Herstellung des Ja! Natürlich Bio-Rohrohrzuckers wird ausschließlich FAIRTRADE Bio-Zuckerrohr aus Indien verwendet. Dieser kommt ganz ohne den Einsatz von chemisch-synthetischen Pflanzenschutz- und künstlichen Düngemitteln aus.
    Das Bio-Produkt versüßt Getränke und eignet sich als Back- und Koch-Zutat.
  • Kräftig, leicht karamellig
  • Fair gehandelt
  • Schonend verarbeitet
  • ", + "price": 1.69, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 1.69 + }, + { + "date": "2023-06-07", + "price": 1.27 + }, + { + "date": "2023-06-01", + "price": 1.69 + }, + { + "date": "2023-04-06", + "price": 1.99 + }, + { + "date": "2022-11-06", + "price": 0.99 + }, + { + "date": "2022-11-04", + "price": 0.74 + }, + { + "date": "2022-10-27", + "price": 0.99 + }, + { + "date": "2022-09-08", + "price": 1.49 + }, + { + "date": "2022-09-05", + "price": 1.12 + }, + { + "date": "2022-07-14", + "price": 1.49 + }, + { + "date": "2022-07-11", + "price": 1.12 + }, + { + "date": "2022-06-01", + "price": 1.49 + }, + { + "date": "2022-05-25", + "price": 1.39 + }, + { + "date": "2022-05-23", + "price": 1.04 + }, + { + "date": "2022-01-09", + "price": 1.39 + }, + { + "date": "2022-01-07", + "price": 1.04 + }, + { + "date": "2021-11-25", + "price": 1.39 + }, + { + "date": "2021-10-28", + "price": 0.99 + }, + { + "date": "2021-10-27", + "price": 1.39 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": true, + "category": "52", + "tokens": [ + "natrlich", + "rohrohrzuck", + "500", + "g" + ], + "vector": { + "500": 0.2581988897471611, + "natr": 0.2581988897471611, + "atrl": 0.2581988897471611, + "trli": 0.2581988897471611, + "rlic": 0.2581988897471611, + "rohr": 0.5163977794943222, + "ohro": 0.2581988897471611, + "hroh": 0.2581988897471611, + "ohrz": 0.2581988897471611, + "hrzu": 0.2581988897471611, + "rzuc": 0.2581988897471611, + "g": 0.2581988897471611 + } + }, + { + "store": "billa", + "id": "00-436514", + "name": "Ja! Natürlich Bio Sultaninen", + "description": "
  • Bio Sultaninen
  • Sonnengetrocknet
  • ", + "price": 1.69, + "priceHistory": [ + { + "date": "2023-06-12", + "price": 1.69 + }, + { + "date": "2023-06-11", + "price": 1.79 + }, + { + "date": "2023-06-07", + "price": 1.34 + }, + { + "date": "2023-02-09", + "price": 1.79 + }, + { + "date": "2023-02-04", + "price": 1.34 + }, + { + "date": "2022-11-06", + "price": 1.79 + }, + { + "date": "2022-11-04", + "price": 1.34 + }, + { + "date": "2022-09-08", + "price": 1.79 + }, + { + "date": "2022-09-05", + "price": 1.34 + }, + { + "date": "2022-07-14", + "price": 1.79 + }, + { + "date": "2022-07-11", + "price": 1.34 + }, + { + "date": "2022-06-02", + "price": 1.79 + }, + { + "date": "2022-05-25", + "price": 1.59 + }, + { + "date": "2022-05-23", + "price": 1.19 + }, + { + "date": "2022-01-09", + "price": 1.59 + }, + { + "date": "2022-01-07", + "price": 1.19 + }, + { + "date": "2021-11-11", + "price": 1.59 + }, + { + "date": "2021-10-28", + "price": 1.19 + }, + { + "date": "2021-07-17", + "price": 1.59 + }, + { + "date": "2021-04-21", + "price": 1.65 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": true, + "category": "03", + "tokens": [ + "natrlich", + "bio", + "sultanin", + "200", + "g" + ], + "vector": { + "200": 0.30151134457776363, + "natr": 0.30151134457776363, + "atrl": 0.30151134457776363, + "trli": 0.30151134457776363, + "rlic": 0.30151134457776363, + "bio": 0.30151134457776363, + "sult": 0.30151134457776363, + "ulta": 0.30151134457776363, + "ltan": 0.30151134457776363, + "tani": 0.30151134457776363, + "g": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-643067", + "name": "Ja! Natürlich Weizenmehl Glatt", + "description": "Das glatte Weizenmehl von Ja! Natürlich ist besonders fein gemahlen und entspricht damit Typ 700. Es eignet sich besonders für Rühr- und Strudelteigrezepte.
  • hergestellt mit Bio-Weizen
  • gemahlen in der Rannersdorfer Bio-Mühle bei Wien", + "price": 1.59, + "priceHistory": [ + { + "date": "2023-06-12", + "price": 1.59 + }, + { + "date": "2023-06-11", + "price": 1.69 + }, + { + "date": "2023-06-07", + "price": 1.27 + }, + { + "date": "2023-02-09", + "price": 1.69 + }, + { + "date": "2023-02-02", + "price": 1.27 + }, + { + "date": "2023-01-08", + "price": 1.69 + }, + { + "date": "2023-01-05", + "price": 1.27 + }, + { + "date": "2022-12-30", + "price": 1.69 + }, + { + "date": "2022-12-20", + "price": 1.59 + }, + { + "date": "2022-12-18", + "price": 1.49 + }, + { + "date": "2022-12-16", + "price": 1.12 + }, + { + "date": "2022-11-22", + "price": 1.49 + }, + { + "date": "2022-11-04", + "price": 0.89 + }, + { + "date": "2022-10-27", + "price": 1.19 + }, + { + "date": "2022-10-06", + "price": 1.49 + }, + { + "date": "2022-10-03", + "price": 1.34 + }, + { + "date": "2022-09-19", + "price": 1.49 + }, + { + "date": "2022-09-08", + "price": 1.29 + }, + { + "date": "2022-09-05", + "price": 0.97 + }, + { + "date": "2022-07-14", + "price": 1.29 + }, + { + "date": "2022-07-11", + "price": 0.97 + }, + { + "date": "2022-05-25", + "price": 1.29 + }, + { + "date": "2022-05-24", + "price": 0.97 + }, + { + "date": "2022-05-23", + "price": 0.89 + }, + { + "date": "2022-01-09", + "price": 1.19 + }, + { + "date": "2022-01-07", + "price": 0.89 + }, + { + "date": "2021-11-25", + "price": 1.19 + }, + { + "date": "2021-07-15", + "price": 0.99 + }, + { + "date": "2021-04-10", + "price": 1.19 + }, + { + "date": "2021-03-18", + "price": 1.49 + }, + { + "date": "2021-03-04", + "price": 1.29 + }, + { + "date": "2020-12-03", + "price": 1.49 + }, + { + "date": "2020-11-05", + "price": 1.29 + }, + { + "date": "2020-10-08", + "price": 1.49 + }, + { + "date": "2020-09-24", + "price": 0.99 + }, + { + "date": "2020-09-16", + "price": 1.49 + }, + { + "date": "2020-08-27", + "price": 0.99 + }, + { + "date": "2017-04-05", + "price": 1.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 1000, + "bio": true, + "category": "52", + "tokens": [ + "natrlich", + "weizenmehl", + "glatt", + "1000", + "g" + ], + "vector": { + "1000": 0.2773500981126146, + "natr": 0.2773500981126146, + "atrl": 0.2773500981126146, + "trli": 0.2773500981126146, + "rlic": 0.2773500981126146, + "weiz": 0.2773500981126146, + "eize": 0.2773500981126146, + "izen": 0.2773500981126146, + "zenm": 0.2773500981126146, + "enme": 0.2773500981126146, + "nmeh": 0.2773500981126146, + "glat": 0.2773500981126146, + "g": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-643074", + "name": "Ja! Natürlich Weizenmehl Universal", + "description": "Mit dem Universal Weizenmehl von Ja! Natürlich lassen sich viele Back- und Kochrezepte umsetzen. Das Mehl vom Typ 480 stammt aus österreichischem Bio-Anbau.
  • schonend gemahlen in der Rannersdorfer Bio-Mühle
  • regionale Herkunft", + "price": 1.59, + "priceHistory": [ + { + "date": "2023-06-12", + "price": 1.59 + }, + { + "date": "2023-06-11", + "price": 1.69 + }, + { + "date": "2023-06-07", + "price": 1.27 + }, + { + "date": "2023-02-09", + "price": 1.69 + }, + { + "date": "2023-02-02", + "price": 1.27 + }, + { + "date": "2023-01-08", + "price": 1.69 + }, + { + "date": "2023-01-05", + "price": 1.27 + }, + { + "date": "2022-12-30", + "price": 1.69 + }, + { + "date": "2022-12-20", + "price": 1.59 + }, + { + "date": "2022-12-18", + "price": 1.49 + }, + { + "date": "2022-12-16", + "price": 1.12 + }, + { + "date": "2022-11-22", + "price": 1.49 + }, + { + "date": "2022-11-06", + "price": 1.19 + }, + { + "date": "2022-11-04", + "price": 0.89 + }, + { + "date": "2022-10-27", + "price": 1.19 + }, + { + "date": "2022-09-19", + "price": 1.49 + }, + { + "date": "2022-09-08", + "price": 1.29 + }, + { + "date": "2022-09-05", + "price": 0.97 + }, + { + "date": "2022-07-14", + "price": 1.29 + }, + { + "date": "2022-07-11", + "price": 0.97 + }, + { + "date": "2022-05-25", + "price": 1.29 + }, + { + "date": "2022-05-24", + "price": 0.97 + }, + { + "date": "2022-05-23", + "price": 0.89 + }, + { + "date": "2022-01-09", + "price": 1.19 + }, + { + "date": "2022-01-07", + "price": 0.89 + }, + { + "date": "2021-11-25", + "price": 1.19 + }, + { + "date": "2021-07-15", + "price": 0.99 + }, + { + "date": "2021-04-07", + "price": 1.19 + }, + { + "date": "2021-03-18", + "price": 1.49 + }, + { + "date": "2021-03-04", + "price": 1.29 + }, + { + "date": "2020-12-03", + "price": 1.49 + }, + { + "date": "2020-11-05", + "price": 1.29 + }, + { + "date": "2020-10-08", + "price": 1.49 + }, + { + "date": "2020-09-24", + "price": 0.99 + }, + { + "date": "2020-09-03", + "price": 1.49 + }, + { + "date": "2020-08-27", + "price": 0.99 + }, + { + "date": "2017-04-05", + "price": 1.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 1000, + "bio": true, + "category": "52", + "tokens": [ + "natrlich", + "weizenmehl", + "universal", + "1000", + "g" + ], + "vector": { + "1000": 0.24253562503633297, + "natr": 0.24253562503633297, + "atrl": 0.24253562503633297, + "trli": 0.24253562503633297, + "rlic": 0.24253562503633297, + "weiz": 0.24253562503633297, + "eize": 0.24253562503633297, + "izen": 0.24253562503633297, + "zenm": 0.24253562503633297, + "enme": 0.24253562503633297, + "nmeh": 0.24253562503633297, + "univ": 0.24253562503633297, + "nive": 0.24253562503633297, + "iver": 0.24253562503633297, + "vers": 0.24253562503633297, + "ersa": 0.24253562503633297, + "g": 0.24253562503633297 + } + }, + { + "store": "billa", + "id": "00-643069", + "name": "Ja! Natürlich Weizenvollkornmehl", + "description": "Das Weizenvollkornmehl von Ja! Natürlich ist die kernige Alternative zum Backen mit Weißmehl. Das Bio-Getreide wird traditionell in der Steinmühle gemahlen.
  • hoher Ballaststoffgehalt
  • das Bio-Mehl stammt aus Österreich
  • beim Backen beachten: Weizenvollkornmehl benötigt etwas mehr Feuchtigkeit als Weißmehl", + "price": 1.59, + "priceHistory": [ + { + "date": "2023-06-12", + "price": 1.59 + }, + { + "date": "2023-06-11", + "price": 1.69 + }, + { + "date": "2023-06-07", + "price": 1.27 + }, + { + "date": "2023-02-09", + "price": 1.69 + }, + { + "date": "2023-02-02", + "price": 1.27 + }, + { + "date": "2023-01-08", + "price": 1.69 + }, + { + "date": "2023-01-05", + "price": 1.27 + }, + { + "date": "2022-12-30", + "price": 1.69 + }, + { + "date": "2022-12-20", + "price": 1.59 + }, + { + "date": "2022-12-18", + "price": 1.49 + }, + { + "date": "2022-12-16", + "price": 1.12 + }, + { + "date": "2022-11-11", + "price": 1.49 + }, + { + "date": "2022-11-06", + "price": 1.19 + }, + { + "date": "2022-11-04", + "price": 0.89 + }, + { + "date": "2022-10-27", + "price": 1.19 + }, + { + "date": "2022-10-06", + "price": 1.49 + }, + { + "date": "2022-10-03", + "price": 1.34 + }, + { + "date": "2022-09-19", + "price": 1.49 + }, + { + "date": "2022-09-08", + "price": 1.29 + }, + { + "date": "2022-09-05", + "price": 0.97 + }, + { + "date": "2022-07-21", + "price": 1.29 + }, + { + "date": "2022-07-14", + "price": 0.99 + }, + { + "date": "2022-07-11", + "price": 0.74 + }, + { + "date": "2022-07-07", + "price": 0.99 + }, + { + "date": "2022-05-25", + "price": 1.29 + }, + { + "date": "2022-05-24", + "price": 0.97 + }, + { + "date": "2022-05-23", + "price": 0.89 + }, + { + "date": "2022-01-09", + "price": 1.19 + }, + { + "date": "2022-01-07", + "price": 0.89 + }, + { + "date": "2021-11-25", + "price": 1.19 + }, + { + "date": "2021-07-15", + "price": 0.99 + }, + { + "date": "2021-04-07", + "price": 1.19 + }, + { + "date": "2021-03-06", + "price": 1.29 + }, + { + "date": "2020-12-03", + "price": 1.49 + }, + { + "date": "2020-11-05", + "price": 1.29 + }, + { + "date": "2020-10-08", + "price": 1.49 + }, + { + "date": "2020-09-24", + "price": 0.99 + }, + { + "date": "2020-09-03", + "price": 1.49 + }, + { + "date": "2020-08-27", + "price": 0.99 + }, + { + "date": "2017-04-05", + "price": 1.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 1000, + "bio": true, + "category": "52", + "tokens": [ + "natrlich", + "weizenvollkornmehl", + "1000", + "g" + ], + "vector": { + "1000": 0.22360679774997896, + "natr": 0.22360679774997896, + "atrl": 0.22360679774997896, + "trli": 0.22360679774997896, + "rlic": 0.22360679774997896, + "weiz": 0.22360679774997896, + "eize": 0.22360679774997896, + "izen": 0.22360679774997896, + "zenv": 0.22360679774997896, + "envo": 0.22360679774997896, + "nvol": 0.22360679774997896, + "voll": 0.22360679774997896, + "ollk": 0.22360679774997896, + "llko": 0.22360679774997896, + "lkor": 0.22360679774997896, + "korn": 0.22360679774997896, + "ornm": 0.22360679774997896, + "rnme": 0.22360679774997896, + "nmeh": 0.22360679774997896, + "g": 0.22360679774997896 + } + }, + { + "store": "billa", + "id": "00-308707", + "name": "Ja! Natürlich Ziegenfrischkäse", + "description": "Der Ja! Natürlich Ziegenfrischkäse hat eine cremige Textur und ein mildes Ziegenmilch-Aroma. Er ist ein würziger Aufstrich und eine ideale Grundlage für Dips.
  • Ziegen-Heumilch aus biologischer Herstellung
  • gekühlte Lieferung
  • produziert in Österreich", + "price": 2.49, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 2.49 + }, + { + "date": "2023-06-07", + "price": 1.87 + }, + { + "date": "2023-05-31", + "price": 2.49 + }, + { + "date": "2023-02-07", + "price": 2.59 + }, + { + "date": "2023-02-02", + "price": 1.94 + }, + { + "date": "2023-01-08", + "price": 2.59 + }, + { + "date": "2023-01-05", + "price": 1.94 + }, + { + "date": "2022-12-18", + "price": 2.59 + }, + { + "date": "2022-12-16", + "price": 1.94 + }, + { + "date": "2022-11-06", + "price": 2.59 + }, + { + "date": "2022-11-04", + "price": 1.94 + }, + { + "date": "2022-09-08", + "price": 2.59 + }, + { + "date": "2022-09-05", + "price": 1.94 + }, + { + "date": "2022-07-14", + "price": 2.59 + }, + { + "date": "2022-07-11", + "price": 1.94 + }, + { + "date": "2022-06-30", + "price": 2.69 + }, + { + "date": "2022-05-25", + "price": 2.49 + }, + { + "date": "2022-05-23", + "price": 1.87 + }, + { + "date": "2022-03-06", + "price": 2.49 + }, + { + "date": "2022-03-04", + "price": 1.87 + }, + { + "date": "2022-01-30", + "price": 2.49 + }, + { + "date": "2022-01-28", + "price": 1.87 + }, + { + "date": "2022-01-09", + "price": 2.49 + }, + { + "date": "2022-01-07", + "price": 1.87 + }, + { + "date": "2020-02-27", + "price": 2.49 + }, + { + "date": "2017-06-13", + "price": 2.39 + }, + { + "date": "2017-06-01", + "price": 2.29 + }, + { + "date": "2017-05-15", + "price": 2.39 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 140, + "bio": true, + "category": "33", + "tokens": [ + "natrlich", + "ziegenfrischks", + "140", + "g" + ], + "vector": { + "140": 0.25, + "natr": 0.25, + "atrl": 0.25, + "trli": 0.25, + "rlic": 0.25, + "zieg": 0.25, + "iege": 0.25, + "egen": 0.25, + "genf": 0.25, + "enfr": 0.25, + "nfri": 0.25, + "fris": 0.25, + "risc": 0.25, + "isch": 0.25, + "schk": 0.25, + "g": 0.25 + } + }, + { + "store": "billa", + "id": "00-965732", + "name": "Ja! Natürlich Bio Ziegen-Camembert", + "description": "Der Bio Ziegen-Camembert von Ja! Natürlich wird aus wertvoller Heumilch hergestellt. Die Ziegen genießen 365 Tage im Jahr Freilauf.
  • aus garantiert biologischer Landwirtschaft
  • würziges Aroma
  • Weichkäse mit Weißschimmelreifung
  • aus Ziegen-Heumilch", + "price": 2.69, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 2.69 + }, + { + "date": "2023-06-07", + "price": 2.02 + }, + { + "date": "2023-05-31", + "price": 2.69 + }, + { + "date": "2023-02-07", + "price": 2.89 + }, + { + "date": "2023-02-02", + "price": 2.17 + }, + { + "date": "2023-01-08", + "price": 2.89 + }, + { + "date": "2023-01-05", + "price": 2.17 + }, + { + "date": "2022-12-18", + "price": 2.89 + }, + { + "date": "2022-12-16", + "price": 2.17 + }, + { + "date": "2022-11-06", + "price": 2.89 + }, + { + "date": "2022-11-04", + "price": 2.17 + }, + { + "date": "2022-09-08", + "price": 2.89 + }, + { + "date": "2022-09-05", + "price": 2.17 + }, + { + "date": "2022-07-14", + "price": 2.89 + }, + { + "date": "2022-07-11", + "price": 2.17 + }, + { + "date": "2022-06-30", + "price": 2.89 + }, + { + "date": "2022-05-25", + "price": 2.69 + }, + { + "date": "2022-05-23", + "price": 2.02 + }, + { + "date": "2022-03-10", + "price": 2.69 + }, + { + "date": "2022-03-06", + "price": 2.59 + }, + { + "date": "2022-03-04", + "price": 1.94 + }, + { + "date": "2022-01-30", + "price": 2.59 + }, + { + "date": "2022-01-28", + "price": 1.94 + }, + { + "date": "2022-01-09", + "price": 2.59 + }, + { + "date": "2022-01-07", + "price": 1.94 + }, + { + "date": "2021-05-27", + "price": 2.59 + }, + { + "date": "2021-05-12", + "price": 1.79 + }, + { + "date": "2020-05-07", + "price": 2.59 + }, + { + "date": "2020-04-23", + "price": 1.99 + }, + { + "date": "2020-02-27", + "price": 2.59 + }, + { + "date": "2019-12-05", + "price": 2.49 + }, + { + "date": "2019-11-21", + "price": 1.99 + }, + { + "date": "2019-09-26", + "price": 2.49 + }, + { + "date": "2019-09-12", + "price": 1.99 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-17", + "price": 1.99 + }, + { + "date": "2018-12-06", + "price": 2.49 + }, + { + "date": "2018-11-22", + "price": 1.99 + }, + { + "date": "2018-11-21", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": true, + "category": "33", + "tokens": [ + "natrlich", + "bio", + "ziegencamembert", + "100", + "g" + ], + "vector": { + "100": 0.23570226039551587, + "natr": 0.23570226039551587, + "atrl": 0.23570226039551587, + "trli": 0.23570226039551587, + "rlic": 0.23570226039551587, + "bio": 0.23570226039551587, + "zieg": 0.23570226039551587, + "iege": 0.23570226039551587, + "egen": 0.23570226039551587, + "genc": 0.23570226039551587, + "enca": 0.23570226039551587, + "ncam": 0.23570226039551587, + "came": 0.23570226039551587, + "amem": 0.23570226039551587, + "memb": 0.23570226039551587, + "embe": 0.23570226039551587, + "mber": 0.23570226039551587, + "g": 0.23570226039551587 + } + }, + { + "store": "billa", + "id": "00-861338", + "name": "Ja! Natürlich Goldhirse", + "description": "Ja! Natürlich Goldhirse stammt ausschließlich aus kontrolliert biologischer Landwirtschaft aus Österreich.\n

    \nHirse ist eine der ältesten Kulturpflanzen der Menschheit und besonders für die Vollwerternährung und für Kinder zu empfehlen, ebenso wie für Personen mit Glutenunverträglichkeiten, da Hirse von Natur aus glutenfrei ist. \n

    \nIm Vergleich zu anderen Getreidesorten verfügt die Hirse über einen hohen Anteil an Mineralstoffen und Spurenelementen wie bspw. Silizium und Eisen. Im Öl der Hirse sind Vitamin E, Provitamin A und verschiedene B-Vitamine enthalten, die sich positiv auf die Gesundheit auswirken können.\n

    \nJa! Natürlich Goldhirse eignet sich hervorragend für Frischkorngerichte, Suppen und Aufläufe.\n

    \nGrundrezept: Die Hirse waschen, 250 g in zirka 500 ml Wasser zum Kochen bringen, die Hirse 25 Minuten köcheln und danach 10 Minuten quellen lassen.", + "price": 3.19, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 3.19 + }, + { + "date": "2023-06-07", + "price": 2.39 + }, + { + "date": "2023-05-13", + "price": 3.19 + }, + { + "date": "2023-02-07", + "price": 3.29 + }, + { + "date": "2023-02-02", + "price": 2.47 + }, + { + "date": "2023-01-08", + "price": 3.29 + }, + { + "date": "2023-01-05", + "price": 2.47 + }, + { + "date": "2022-12-18", + "price": 3.29 + }, + { + "date": "2022-12-16", + "price": 2.47 + }, + { + "date": "2022-11-06", + "price": 3.29 + }, + { + "date": "2022-11-04", + "price": 2.47 + }, + { + "date": "2022-09-08", + "price": 3.29 + }, + { + "date": "2022-09-05", + "price": 2.47 + }, + { + "date": "2022-08-01", + "price": 3.29 + }, + { + "date": "2022-07-11", + "price": 2.47 + }, + { + "date": "2022-05-25", + "price": 3.29 + }, + { + "date": "2022-05-23", + "price": 2.47 + }, + { + "date": "2022-05-12", + "price": 2.99 + }, + { + "date": "2022-04-28", + "price": 2.69 + }, + { + "date": "2022-01-09", + "price": 2.99 + }, + { + "date": "2022-01-07", + "price": 2.24 + }, + { + "date": "2021-04-07", + "price": 2.99 + }, + { + "date": "2020-07-02", + "price": 3.19 + }, + { + "date": "2020-06-18", + "price": 2.99 + }, + { + "date": "2018-11-29", + "price": 3.19 + }, + { + "date": "2018-04-26", + "price": 2.99 + }, + { + "date": "2017-04-27", + "price": 3.19 + }, + { + "date": "2017-04-05", + "price": 2.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 1000, + "bio": true, + "category": "59", + "tokens": [ + "natrlich", + "goldhirs", + "1000", + "g" + ], + "vector": { + "1000": 0.31622776601683794, + "natr": 0.31622776601683794, + "atrl": 0.31622776601683794, + "trli": 0.31622776601683794, + "rlic": 0.31622776601683794, + "gold": 0.31622776601683794, + "oldh": 0.31622776601683794, + "ldhi": 0.31622776601683794, + "dhir": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-345339", + "name": "Käseschnecke", + "description": "", + "price": 1.89, + "priceHistory": [ + { + "date": "2023-05-22", + "price": 1.89 + }, + { + "date": "2021-05-04", + "price": 1.99 + }, + { + "date": "2021-04-15", + "price": 1.75 + }, + { + "date": "2020-07-27", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 113, + "bio": false, + "category": "11", + "tokens": [ + "kseschneck", + "113", + "g" + ], + "vector": { + "113": 0.35355339059327373, + "kses": 0.35355339059327373, + "sesc": 0.35355339059327373, + "esch": 0.35355339059327373, + "schn": 0.35355339059327373, + "chne": 0.35355339059327373, + "hnec": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-354111", + "name": "Katjes Colalife", + "description": "Yummie! Das ist der perfekte Cola-Geschmack, der happy macht.
    Und das Beste: Süß wie immer - aber mit weniger Zucker!", + "price": 1.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 1.79 + }, + { + "date": "2023-06-07", + "price": 1.39 + }, + { + "date": "2023-05-15", + "price": 1.79 + }, + { + "date": "2023-01-20", + "price": 1.89 + }, + { + "date": "2022-12-25", + "price": 1.79 + }, + { + "date": "2022-12-07", + "price": 1.29 + }, + { + "date": "2022-11-27", + "price": 1.79 + }, + { + "date": "2022-11-26", + "price": 1.34 + }, + { + "date": "2022-11-24", + "price": 1.79 + }, + { + "date": "2022-11-10", + "price": 0.89 + }, + { + "date": "2022-09-19", + "price": 1.79 + }, + { + "date": "2022-09-04", + "price": 1.19 + }, + { + "date": "2022-09-02", + "price": 0.89 + }, + { + "date": "2022-09-01", + "price": 1.19 + }, + { + "date": "2022-06-23", + "price": 1.69 + }, + { + "date": "2022-06-09", + "price": 1.19 + }, + { + "date": "2022-04-10", + "price": 1.59 + }, + { + "date": "2022-04-08", + "price": 1.19 + }, + { + "date": "2022-02-17", + "price": 1.59 + }, + { + "date": "2022-02-15", + "price": 1.58 + }, + { + "date": "2022-01-20", + "price": 1.49 + }, + { + "date": "2021-12-27", + "price": 0.99 + }, + { + "date": "2021-12-02", + "price": 1.49 + }, + { + "date": "2021-11-27", + "price": 1.12 + }, + { + "date": "2021-11-25", + "price": 1.49 + }, + { + "date": "2021-11-11", + "price": 0.99 + }, + { + "date": "2021-09-30", + "price": 1.49 + }, + { + "date": "2021-09-16", + "price": 0.99 + }, + { + "date": "2021-06-24", + "price": 1.49 + }, + { + "date": "2021-06-10", + "price": 0.99 + }, + { + "date": "2021-04-07", + "price": 1.49 + }, + { + "date": "2021-01-21", + "price": 1.79 + }, + { + "date": "2021-01-07", + "price": 0.89 + }, + { + "date": "2020-10-08", + "price": 1.79 + }, + { + "date": "2020-09-24", + "price": 0.99 + }, + { + "date": "2020-07-30", + "price": 1.79 + }, + { + "date": "2020-07-16", + "price": 0.99 + }, + { + "date": "2020-07-01", + "price": 1.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 160, + "bio": false, + "category": "64", + "tokens": [ + "katj", + "colalif", + "160", + "g" + ], + "vector": { + "160": 0.4082482904638631, + "katj": 0.4082482904638631, + "cola": 0.4082482904638631, + "olal": 0.4082482904638631, + "lali": 0.4082482904638631, + "g": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-595185", + "name": "Katjes Grünohrhasen", + "description": "Dürfen wir vorstellen? Unser süßer Veggie Freund - der Grün-Ohr Hase!
    Bei dem Schaumzucker-Häschen mit köstlichen Fruchtgummi-Ohren ist der Name Programm! Denn sein linkes Fruchtgummi-Ohr ist grün und steht dabei für leckeren, vegetarischen Genuss ohne tierische Gelatine.
    Wie bei allen Katjes Fruchtgummis verwenden wir auch hier nur natürliche Aromen und Farben.
    Unseren Grün-Ohr Hase könnt Ihr in den Geschmacksrichtungen Kirsche und Erdbeere genießen. Ausgezeichnet mit dem 'Sweetie' ist er einfach ein absolutes Highlight.
    Da kann wirklich niemand widerstehen!", + "price": 1.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 1.79 + }, + { + "date": "2023-06-07", + "price": 1.39 + }, + { + "date": "2023-04-29", + "price": 1.79 + }, + { + "date": "2023-04-15", + "price": 1.39 + }, + { + "date": "2023-04-03", + "price": 1.79 + }, + { + "date": "2023-03-31", + "price": 1.34 + }, + { + "date": "2023-03-16", + "price": 1.79 + }, + { + "date": "2023-03-02", + "price": 1.39 + }, + { + "date": "2023-01-19", + "price": 1.89 + }, + { + "date": "2022-12-25", + "price": 1.79 + }, + { + "date": "2022-12-07", + "price": 1.29 + }, + { + "date": "2022-11-27", + "price": 1.79 + }, + { + "date": "2022-11-26", + "price": 1.34 + }, + { + "date": "2022-11-24", + "price": 1.79 + }, + { + "date": "2022-11-10", + "price": 0.89 + }, + { + "date": "2022-09-19", + "price": 1.79 + }, + { + "date": "2022-09-04", + "price": 1.19 + }, + { + "date": "2022-09-02", + "price": 0.89 + }, + { + "date": "2022-09-01", + "price": 1.19 + }, + { + "date": "2022-06-23", + "price": 1.69 + }, + { + "date": "2022-06-09", + "price": 1.19 + }, + { + "date": "2022-04-10", + "price": 1.59 + }, + { + "date": "2022-04-08", + "price": 1.19 + }, + { + "date": "2022-02-17", + "price": 1.59 + }, + { + "date": "2022-02-15", + "price": 1.58 + }, + { + "date": "2022-01-20", + "price": 1.49 + }, + { + "date": "2021-12-27", + "price": 0.99 + }, + { + "date": "2021-12-02", + "price": 1.49 + }, + { + "date": "2021-11-27", + "price": 1.12 + }, + { + "date": "2021-11-25", + "price": 1.49 + }, + { + "date": "2021-11-11", + "price": 0.99 + }, + { + "date": "2021-09-30", + "price": 1.49 + }, + { + "date": "2021-09-16", + "price": 0.99 + }, + { + "date": "2021-06-24", + "price": 1.49 + }, + { + "date": "2021-06-10", + "price": 0.99 + }, + { + "date": "2021-04-07", + "price": 1.49 + }, + { + "date": "2021-01-21", + "price": 1.79 + }, + { + "date": "2021-01-07", + "price": 0.89 + }, + { + "date": "2020-10-08", + "price": 1.79 + }, + { + "date": "2020-09-24", + "price": 0.99 + }, + { + "date": "2020-07-30", + "price": 1.79 + }, + { + "date": "2020-07-16", + "price": 0.99 + }, + { + "date": "2020-06-18", + "price": 1.79 + }, + { + "date": "2020-06-04", + "price": 0.89 + }, + { + "date": "2019-10-10", + "price": 1.79 + }, + { + "date": "2019-09-26", + "price": 0.89 + }, + { + "date": "2019-08-29", + "price": 1.79 + }, + { + "date": "2019-08-14", + "price": 0.89 + }, + { + "date": "2019-03-14", + "price": 1.79 + }, + { + "date": "2019-02-28", + "price": 0.99 + }, + { + "date": "2018-12-12", + "price": 1.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": false, + "category": "64", + "tokens": [ + "katj", + "grnohrhas", + "200", + "g" + ], + "vector": { + "200": 0.35355339059327373, + "katj": 0.35355339059327373, + "grno": 0.35355339059327373, + "rnoh": 0.35355339059327373, + "nohr": 0.35355339059327373, + "ohrh": 0.35355339059327373, + "hrha": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-490261", + "name": "Katjes Grünohrhasen Zuckerreduziert", + "description": "", + "price": 1.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 1.79 + }, + { + "date": "2023-06-07", + "price": 1.39 + }, + { + "date": "2023-04-29", + "price": 1.79 + }, + { + "date": "2023-04-15", + "price": 1.39 + }, + { + "date": "2023-04-03", + "price": 1.79 + }, + { + "date": "2023-03-31", + "price": 1.34 + }, + { + "date": "2023-03-16", + "price": 1.79 + }, + { + "date": "2023-03-02", + "price": 1.39 + }, + { + "date": "2023-01-19", + "price": 1.89 + }, + { + "date": "2023-01-17", + "price": 1.79 + }, + { + "date": "2023-01-12", + "price": 1.34 + }, + { + "date": "2022-12-25", + "price": 1.79 + }, + { + "date": "2022-12-07", + "price": 1.29 + }, + { + "date": "2022-11-27", + "price": 1.79 + }, + { + "date": "2022-11-26", + "price": 1.34 + }, + { + "date": "2022-11-24", + "price": 1.79 + }, + { + "date": "2022-11-10", + "price": 0.89 + }, + { + "date": "2022-10-05", + "price": 1.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 160, + "bio": false, + "category": "64", + "tokens": [ + "katj", + "grnohrhas", + "zuckerreduziert", + "160", + "g" + ], + "vector": { + "160": 0.22941573387056174, + "katj": 0.22941573387056174, + "grno": 0.22941573387056174, + "rnoh": 0.22941573387056174, + "nohr": 0.22941573387056174, + "ohrh": 0.22941573387056174, + "hrha": 0.22941573387056174, + "zuck": 0.22941573387056174, + "ucke": 0.22941573387056174, + "cker": 0.22941573387056174, + "kerr": 0.22941573387056174, + "erre": 0.22941573387056174, + "rred": 0.22941573387056174, + "redu": 0.22941573387056174, + "eduz": 0.22941573387056174, + "duzi": 0.22941573387056174, + "uzie": 0.22941573387056174, + "zier": 0.22941573387056174, + "g": 0.22941573387056174 + } + }, + { + "store": "billa", + "id": "00-613415", + "name": "Katjes Wunderland", + "description": "Wunder gibt es immer wieder und Träume werden wahr! Tatataaa: Du hältst viele kleine Wunder in der Hand. Glitzernde Einhörner, bezaubernde Feen und bunte Regenbogen an deren Enden Du unsere Herzen findest. Willkommen im Wunderland. Hier ist der Name Programm: Magisch leckere saure Fruchtgummi-Wunder in 5 Farben und Geschmacksrichtungen: Johannisbeere, Pfirsich, Himbeere, Limette und Blutorange. Natürlich vegetarisch - ohne tierische Gelatine.", + "price": 1.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 1.79 + }, + { + "date": "2023-06-07", + "price": 1.39 + }, + { + "date": "2023-04-29", + "price": 1.79 + }, + { + "date": "2023-04-15", + "price": 1.39 + }, + { + "date": "2023-04-03", + "price": 1.79 + }, + { + "date": "2023-03-31", + "price": 1.34 + }, + { + "date": "2023-03-16", + "price": 1.79 + }, + { + "date": "2023-03-02", + "price": 1.39 + }, + { + "date": "2023-01-19", + "price": 1.89 + }, + { + "date": "2022-12-25", + "price": 1.79 + }, + { + "date": "2022-12-07", + "price": 1.29 + }, + { + "date": "2022-11-27", + "price": 1.79 + }, + { + "date": "2022-11-26", + "price": 1.34 + }, + { + "date": "2022-11-24", + "price": 1.79 + }, + { + "date": "2022-11-10", + "price": 0.89 + }, + { + "date": "2022-09-24", + "price": 1.79 + }, + { + "date": "2022-09-04", + "price": 1.19 + }, + { + "date": "2022-09-02", + "price": 0.89 + }, + { + "date": "2022-09-01", + "price": 1.19 + }, + { + "date": "2022-06-23", + "price": 1.69 + }, + { + "date": "2022-06-09", + "price": 1.19 + }, + { + "date": "2022-04-10", + "price": 1.59 + }, + { + "date": "2022-04-08", + "price": 1.19 + }, + { + "date": "2022-02-17", + "price": 1.59 + }, + { + "date": "2022-02-15", + "price": 1.58 + }, + { + "date": "2022-01-20", + "price": 1.49 + }, + { + "date": "2021-12-27", + "price": 0.99 + }, + { + "date": "2021-12-02", + "price": 1.49 + }, + { + "date": "2021-11-27", + "price": 1.12 + }, + { + "date": "2021-11-25", + "price": 1.49 + }, + { + "date": "2021-11-11", + "price": 0.99 + }, + { + "date": "2021-09-30", + "price": 1.49 + }, + { + "date": "2021-09-16", + "price": 0.99 + }, + { + "date": "2021-06-24", + "price": 1.49 + }, + { + "date": "2021-06-10", + "price": 0.99 + }, + { + "date": "2021-04-07", + "price": 1.49 + }, + { + "date": "2021-01-21", + "price": 1.79 + }, + { + "date": "2021-01-07", + "price": 0.89 + }, + { + "date": "2020-10-08", + "price": 1.79 + }, + { + "date": "2020-09-24", + "price": 0.99 + }, + { + "date": "2020-07-30", + "price": 1.79 + }, + { + "date": "2020-07-16", + "price": 0.99 + }, + { + "date": "2020-06-18", + "price": 1.79 + }, + { + "date": "2020-06-04", + "price": 0.89 + }, + { + "date": "2019-10-10", + "price": 1.79 + }, + { + "date": "2019-09-26", + "price": 0.89 + }, + { + "date": "2019-08-29", + "price": 1.79 + }, + { + "date": "2019-08-14", + "price": 0.89 + }, + { + "date": "2019-03-14", + "price": 1.79 + }, + { + "date": "2019-02-28", + "price": 0.99 + }, + { + "date": "2018-10-05", + "price": 1.79 + }, + { + "date": "2018-09-20", + "price": 0.99 + }, + { + "date": "2018-01-18", + "price": 1.79 + }, + { + "date": "2018-01-04", + "price": 0.89 + }, + { + "date": "2017-05-25", + "price": 1.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": false, + "category": "64", + "tokens": [ + "katj", + "wunderland", + "200", + "g" + ], + "vector": { + "200": 0.3333333333333333, + "katj": 0.3333333333333333, + "wund": 0.3333333333333333, + "unde": 0.3333333333333333, + "nder": 0.3333333333333333, + "derl": 0.3333333333333333, + "erla": 0.3333333333333333, + "rlan": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-613415", + "name": "Katjes Wunderland", + "description": "Wunder gibt es immer wieder und Träume werden wahr! Tatataaa: Du hältst viele kleine Wunder in der Hand. Glitzernde Einhörner, bezaubernde Feen und bunte Regenbogen an deren Enden Du unsere Herzen findest. Willkommen im Wunderland. Hier ist der Name Programm: Magisch leckere saure Fruchtgummi-Wunder in 5 Farben und Geschmacksrichtungen: Johannisbeere, Pfirsich, Himbeere, Limette und Blutorange. Natürlich vegetarisch - ohne tierische Gelatine.", + "price": 1.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 1.79 + }, + { + "date": "2023-06-07", + "price": 1.39 + }, + { + "date": "2023-04-29", + "price": 1.79 + }, + { + "date": "2023-04-15", + "price": 1.39 + }, + { + "date": "2023-04-03", + "price": 1.79 + }, + { + "date": "2023-03-31", + "price": 1.34 + }, + { + "date": "2023-03-16", + "price": 1.79 + }, + { + "date": "2023-03-02", + "price": 1.39 + }, + { + "date": "2023-01-19", + "price": 1.89 + }, + { + "date": "2022-12-25", + "price": 1.79 + }, + { + "date": "2022-12-07", + "price": 1.29 + }, + { + "date": "2022-11-27", + "price": 1.79 + }, + { + "date": "2022-11-26", + "price": 1.34 + }, + { + "date": "2022-11-24", + "price": 1.79 + }, + { + "date": "2022-11-10", + "price": 0.89 + }, + { + "date": "2022-09-24", + "price": 1.79 + }, + { + "date": "2022-09-04", + "price": 1.19 + }, + { + "date": "2022-09-02", + "price": 0.89 + }, + { + "date": "2022-09-01", + "price": 1.19 + }, + { + "date": "2022-06-23", + "price": 1.69 + }, + { + "date": "2022-06-09", + "price": 1.19 + }, + { + "date": "2022-04-10", + "price": 1.59 + }, + { + "date": "2022-04-08", + "price": 1.19 + }, + { + "date": "2022-02-17", + "price": 1.59 + }, + { + "date": "2022-02-15", + "price": 1.58 + }, + { + "date": "2022-01-20", + "price": 1.49 + }, + { + "date": "2021-12-27", + "price": 0.99 + }, + { + "date": "2021-12-02", + "price": 1.49 + }, + { + "date": "2021-11-27", + "price": 1.12 + }, + { + "date": "2021-11-25", + "price": 1.49 + }, + { + "date": "2021-11-11", + "price": 0.99 + }, + { + "date": "2021-09-30", + "price": 1.49 + }, + { + "date": "2021-09-16", + "price": 0.99 + }, + { + "date": "2021-06-24", + "price": 1.49 + }, + { + "date": "2021-06-10", + "price": 0.99 + }, + { + "date": "2021-04-07", + "price": 1.49 + }, + { + "date": "2021-01-21", + "price": 1.79 + }, + { + "date": "2021-01-07", + "price": 0.89 + }, + { + "date": "2020-10-08", + "price": 1.79 + }, + { + "date": "2020-09-24", + "price": 0.99 + }, + { + "date": "2020-07-30", + "price": 1.79 + }, + { + "date": "2020-07-16", + "price": 0.99 + }, + { + "date": "2020-06-18", + "price": 1.79 + }, + { + "date": "2020-06-04", + "price": 0.89 + }, + { + "date": "2019-10-10", + "price": 1.79 + }, + { + "date": "2019-09-26", + "price": 0.89 + }, + { + "date": "2019-08-29", + "price": 1.79 + }, + { + "date": "2019-08-14", + "price": 0.89 + }, + { + "date": "2019-03-14", + "price": 1.79 + }, + { + "date": "2019-02-28", + "price": 0.99 + }, + { + "date": "2018-10-05", + "price": 1.79 + }, + { + "date": "2018-09-20", + "price": 0.99 + }, + { + "date": "2018-01-18", + "price": 1.79 + }, + { + "date": "2018-01-04", + "price": 0.89 + }, + { + "date": "2017-05-25", + "price": 1.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": false, + "category": "64", + "tokens": [ + "katj", + "wunderland", + "200", + "g" + ], + "vector": { + "200": 0.3333333333333333, + "katj": 0.3333333333333333, + "wund": 0.3333333333333333, + "unde": 0.3333333333333333, + "nder": 0.3333333333333333, + "derl": 0.3333333333333333, + "erla": 0.3333333333333333, + "rlan": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-454519", + "name": "Katjes Wunderland Vitamine Frucht", + "description": "", + "price": 1.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 1.79 + }, + { + "date": "2023-06-07", + "price": 1.39 + }, + { + "date": "2023-04-29", + "price": 1.79 + }, + { + "date": "2023-04-15", + "price": 1.39 + }, + { + "date": "2023-04-03", + "price": 1.79 + }, + { + "date": "2023-03-31", + "price": 1.34 + }, + { + "date": "2023-03-16", + "price": 1.79 + }, + { + "date": "2023-03-02", + "price": 1.39 + }, + { + "date": "2023-01-19", + "price": 1.89 + }, + { + "date": "2023-01-17", + "price": 1.79 + }, + { + "date": "2023-01-12", + "price": 1.34 + }, + { + "date": "2022-12-25", + "price": 1.79 + }, + { + "date": "2022-12-07", + "price": 1.29 + }, + { + "date": "2022-11-27", + "price": 1.79 + }, + { + "date": "2022-11-26", + "price": 1.34 + }, + { + "date": "2022-11-24", + "price": 1.79 + }, + { + "date": "2022-11-10", + "price": 0.89 + }, + { + "date": "2022-10-05", + "price": 1.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 175, + "bio": false, + "category": "64", + "tokens": [ + "katj", + "wunderland", + "vitamin", + "frucht", + "175", + "g" + ], + "vector": { + "175": 0.2672612419124244, + "katj": 0.2672612419124244, + "wund": 0.2672612419124244, + "unde": 0.2672612419124244, + "nder": 0.2672612419124244, + "derl": 0.2672612419124244, + "erla": 0.2672612419124244, + "rlan": 0.2672612419124244, + "vita": 0.2672612419124244, + "itam": 0.2672612419124244, + "tami": 0.2672612419124244, + "fruc": 0.2672612419124244, + "ruch": 0.2672612419124244, + "g": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-454528", + "name": "Katjes Wunderland Vitamine Sauer", + "description": "", + "price": 1.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 1.79 + }, + { + "date": "2023-06-07", + "price": 1.39 + }, + { + "date": "2023-04-29", + "price": 1.79 + }, + { + "date": "2023-04-15", + "price": 1.39 + }, + { + "date": "2023-04-03", + "price": 1.79 + }, + { + "date": "2023-03-31", + "price": 1.34 + }, + { + "date": "2023-03-16", + "price": 1.79 + }, + { + "date": "2023-03-02", + "price": 1.39 + }, + { + "date": "2023-01-19", + "price": 1.89 + }, + { + "date": "2022-10-05", + "price": 1.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 175, + "bio": false, + "category": "64", + "tokens": [ + "katj", + "wunderland", + "vitamin", + "sau", + "175", + "g" + ], + "vector": { + "175": 0.2773500981126146, + "katj": 0.2773500981126146, + "wund": 0.2773500981126146, + "unde": 0.2773500981126146, + "nder": 0.2773500981126146, + "derl": 0.2773500981126146, + "erla": 0.2773500981126146, + "rlan": 0.2773500981126146, + "vita": 0.2773500981126146, + "itam": 0.2773500981126146, + "tami": 0.2773500981126146, + "sau": 0.2773500981126146, + "g": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-425817", + "name": "Katjes Yoghurt Gums", + "description": "Wir schreiben das Jahr 1971. Damals ist uns eine echte Innovation gelungen. Wir haben als Allererste Fruchtgummi mit Joghurt für Euch gekocht: unsere Katjes Yoghurt-Gums. Und weil wir unbedingt auf tierische Gelatine verzichten wollten, verwenden wir seit einigen Jahren einfach pflanzliches Citruspektin. Jetzt können auch Vegetarier unsere soften Köstlichkeiten genießen. Unsere Yoghurt-Gums in Früchteform gibt es in den Geschmacksrichtungen Kirsche, Zitrone, Erdbeere, Himbeere, Heidelbeere und Birne. Einfach köstlich!", + "price": 1.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 1.79 + }, + { + "date": "2023-06-07", + "price": 1.39 + }, + { + "date": "2023-04-29", + "price": 1.79 + }, + { + "date": "2023-04-15", + "price": 1.39 + }, + { + "date": "2023-04-03", + "price": 1.79 + }, + { + "date": "2023-03-31", + "price": 1.34 + }, + { + "date": "2023-03-16", + "price": 1.79 + }, + { + "date": "2023-03-02", + "price": 1.39 + }, + { + "date": "2023-01-19", + "price": 1.89 + }, + { + "date": "2022-12-25", + "price": 1.79 + }, + { + "date": "2022-12-07", + "price": 1.29 + }, + { + "date": "2022-11-27", + "price": 1.79 + }, + { + "date": "2022-11-26", + "price": 1.34 + }, + { + "date": "2022-11-24", + "price": 1.79 + }, + { + "date": "2022-11-10", + "price": 0.89 + }, + { + "date": "2022-09-19", + "price": 1.79 + }, + { + "date": "2022-09-04", + "price": 1.19 + }, + { + "date": "2022-09-02", + "price": 0.89 + }, + { + "date": "2022-09-01", + "price": 1.19 + }, + { + "date": "2022-06-23", + "price": 1.69 + }, + { + "date": "2022-06-09", + "price": 1.19 + }, + { + "date": "2022-04-10", + "price": 1.59 + }, + { + "date": "2022-04-08", + "price": 1.19 + }, + { + "date": "2022-02-17", + "price": 1.59 + }, + { + "date": "2022-02-15", + "price": 1.58 + }, + { + "date": "2022-01-20", + "price": 1.49 + }, + { + "date": "2021-12-27", + "price": 0.99 + }, + { + "date": "2021-12-02", + "price": 1.49 + }, + { + "date": "2021-11-27", + "price": 1.12 + }, + { + "date": "2021-11-25", + "price": 1.49 + }, + { + "date": "2021-11-11", + "price": 0.99 + }, + { + "date": "2021-09-30", + "price": 1.49 + }, + { + "date": "2021-09-16", + "price": 0.99 + }, + { + "date": "2021-06-24", + "price": 1.49 + }, + { + "date": "2021-06-10", + "price": 0.99 + }, + { + "date": "2021-04-07", + "price": 1.49 + }, + { + "date": "2021-01-21", + "price": 1.79 + }, + { + "date": "2021-01-07", + "price": 0.89 + }, + { + "date": "2020-10-08", + "price": 1.79 + }, + { + "date": "2020-09-24", + "price": 0.99 + }, + { + "date": "2020-07-30", + "price": 1.79 + }, + { + "date": "2020-07-16", + "price": 0.99 + }, + { + "date": "2020-06-18", + "price": 1.79 + }, + { + "date": "2020-06-04", + "price": 0.89 + }, + { + "date": "2019-10-10", + "price": 1.79 + }, + { + "date": "2019-09-26", + "price": 0.89 + }, + { + "date": "2019-08-29", + "price": 1.79 + }, + { + "date": "2019-08-14", + "price": 0.89 + }, + { + "date": "2019-03-14", + "price": 1.79 + }, + { + "date": "2019-02-28", + "price": 0.99 + }, + { + "date": "2018-10-04", + "price": 1.79 + }, + { + "date": "2018-09-20", + "price": 0.99 + }, + { + "date": "2018-01-18", + "price": 1.79 + }, + { + "date": "2018-01-04", + "price": 0.89 + }, + { + "date": "2017-05-25", + "price": 1.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": false, + "category": "64", + "tokens": [ + "katj", + "yoghurt", + "gum", + "200", + "g" + ], + "vector": { + "200": 0.3779644730092272, + "katj": 0.3779644730092272, + "yogh": 0.3779644730092272, + "oghu": 0.3779644730092272, + "ghur": 0.3779644730092272, + "gum": 0.3779644730092272, + "g": 0.3779644730092272 + } + }, + { + "store": "billa", + "id": "00-586921", + "name": "Katlenburger Alcoholic Ice Tea Pfirsich", + "description": "Der alkoholische Eistee von der KATLENBURGER Kellerei aus feinstem Fruchtwein in der kultigen Sorte Pfirsich ist die perfekte Erfrischung an heißen Tagen - prickelt ein bisschen auf der Zunge und macht Sommerlaune!
    Eine trendige Alternative für die nächste Gartenparty oder genüssliche Momente an lauen Sommerabenden.
  • Alkoholgehalt: leichte 4,5% vol
  • Mit Schwarzteedestillat und ausschließlich natürlichen Aromen
  • ", + "price": 1.99, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 1.99 + }, + { + "date": "2023-06-07", + "price": 1.49 + }, + { + "date": "2023-05-25", + "price": 1.99 + }, + { + "date": "2023-05-13", + "price": 1.49 + }, + { + "date": "2023-03-11", + "price": 1.99 + }, + { + "date": "2023-02-12", + "price": 2.49 + }, + { + "date": "2023-02-10", + "price": 1.87 + }, + { + "date": "2023-01-01", + "price": 2.49 + }, + { + "date": "2022-12-30", + "price": 1.87 + }, + { + "date": "2022-10-30", + "price": 2.49 + }, + { + "date": "2022-10-28", + "price": 1.87 + }, + { + "date": "2022-10-26", + "price": 2.49 + }, + { + "date": "2022-10-13", + "price": 1.66 + }, + { + "date": "2022-09-01", + "price": 2.49 + }, + { + "date": "2022-08-18", + "price": 1.66 + }, + { + "date": "2022-07-10", + "price": 2.49 + }, + { + "date": "2022-07-08", + "price": 1.87 + }, + { + "date": "2022-07-07", + "price": 2.49 + }, + { + "date": "2022-06-29", + "price": 1.66 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 330, + "bio": false, + "category": "24", + "tokens": [ + "katlenburg", + "alcoholic", + "ice", + "tea", + "pfirsich", + "330", + "ml" + ], + "vector": { + "330": 0.22941573387056174, + "katl": 0.22941573387056174, + "atle": 0.22941573387056174, + "tlen": 0.22941573387056174, + "lenb": 0.22941573387056174, + "enbu": 0.22941573387056174, + "nbur": 0.22941573387056174, + "alco": 0.22941573387056174, + "lcoh": 0.22941573387056174, + "coho": 0.22941573387056174, + "ohol": 0.22941573387056174, + "holi": 0.22941573387056174, + "ice": 0.22941573387056174, + "tea": 0.22941573387056174, + "pfir": 0.22941573387056174, + "firs": 0.22941573387056174, + "irsi": 0.22941573387056174, + "rsic": 0.22941573387056174, + "ml": 0.22941573387056174 + } + }, + { + "store": "billa", + "id": "00-531645", + "name": "Kleenex Balsam Box", + "description": "Wenn Sie stark verschnupft sind oder unter Allergien leiden, können Kleenex Balsam Taschentücher den Unterschied machen. Der enthaltene pflegende Ringelblumenbalsam hinterlässt einen zarten Film auf der Haut und kann so die Nase vor dem Rotwerden schützen.
    Perfekt für den Winter oder die Heuschnupfenzeit, denn es beruhigt auch schon leicht gereizte Nasen.
  • Kleenex Balsam Taschentücher hinterlassen einen schützenden Balsam
  • Besonders lindernd selbst bei stärkster Erkältung
  • Enthält Aloe Vera, Vitamin E & Calendula
  • 100% recycelbare Verpackung
  • ", + "price": 1.89, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 1.89 + }, + { + "date": "2022-05-25", + "price": 2.09 + }, + { + "date": "2022-05-04", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 56, + "bio": false, + "category": "89", + "tokens": [ + "kleenex", + "balsam", + "box", + "56", + "stk" + ], + "vector": { + "56": 0.35355339059327373, + "klee": 0.35355339059327373, + "leen": 0.35355339059327373, + "eene": 0.35355339059327373, + "bals": 0.35355339059327373, + "alsa": 0.35355339059327373, + "box": 0.35355339059327373, + "stk": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-22248", + "name": "Knorr Gemüse Bouquet", + "description": "Die Knorr Gemüse Bouquet Bouillon mit feinen Aromen von Gemüse, Gewürzen und Kräutern ist ideal für klare Suppen oder zum Würzen warmer Speisen.
  • pflanzliche Gemüsebouillon
  • frei dosierbar
  • ohne Farb- und Konservierungsstoffe", + "price": 2.49, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 2.49 + }, + { + "date": "2022-12-15", + "price": 2.59 + }, + { + "date": "2022-07-07", + "price": 2.29 + }, + { + "date": "2022-06-01", + "price": 2.19 + }, + { + "date": "2020-02-13", + "price": 1.99 + }, + { + "date": "2017-05-30", + "price": 2.29 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 136, + "bio": false, + "category": "54", + "tokens": [ + "knorr", + "gems", + "bouquet", + "136", + "g" + ], + "vector": { + "136": 0.3779644730092272, + "knor": 0.3779644730092272, + "gems": 0.3779644730092272, + "bouq": 0.3779644730092272, + "ouqu": 0.3779644730092272, + "uque": 0.3779644730092272, + "g": 0.3779644730092272 + } + }, + { + "store": "billa", + "id": "00-270644", + "name": "Landhof Burgunderschinken", + "description": "", + "price": 22.9, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 22.9 + }, + { + "date": "2023-01-12", + "price": 29.9 + }, + { + "date": "2022-06-08", + "price": 26.5 + }, + { + "date": "2022-04-11", + "price": 25.9 + }, + { + "date": "2022-03-17", + "price": 22.9 + }, + { + "date": "2021-12-16", + "price": 21.9 + }, + { + "date": "2021-12-09", + "price": 14.9 + }, + { + "date": "2021-09-30", + "price": 21.9 + }, + { + "date": "2021-09-16", + "price": 15.9 + }, + { + "date": "2021-09-02", + "price": 21.9 + }, + { + "date": "2021-08-26", + "price": 14.9 + }, + { + "date": "2021-05-04", + "price": 21.9 + }, + { + "date": "2021-04-15", + "price": 15.9 + }, + { + "date": "2021-02-04", + "price": 21.9 + }, + { + "date": "2021-01-21", + "price": 16.9 + }, + { + "date": "2020-11-05", + "price": 21.9 + }, + { + "date": "2020-10-22", + "price": 15.9 + }, + { + "date": "2020-07-30", + "price": 21.9 + } + ], + "isWeighted": true, + "unit": "g", + "quantity": 1000, + "bio": false, + "category": "37", + "tokens": [ + "landhof", + "burgunderschink", + "1000", + "g" + ], + "vector": { + "1000": 0.25, + "land": 0.25, + "andh": 0.25, + "ndho": 0.25, + "burg": 0.25, + "urgu": 0.25, + "rgun": 0.25, + "gund": 0.25, + "unde": 0.25, + "nder": 0.25, + "ders": 0.25, + "ersc": 0.25, + "rsch": 0.25, + "schi": 0.25, + "chin": 0.25, + "g": 0.25 + } + }, + { + "store": "billa", + "id": "00-389250", + "name": "Lattella Drachenfrucht", + "description": "Österreich hat entschieden: die neue Lattella Limited Edition ist die Sorte Drachenfrucht.", + "price": 1.39, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 1.39 + }, + { + "date": "2023-04-08", + "price": 1.45 + }, + { + "date": "2023-03-30", + "price": 0.96 + }, + { + "date": "2023-01-19", + "price": 1.45 + }, + { + "date": "2023-01-11", + "price": 0.99 + }, + { + "date": "2022-11-10", + "price": 1.45 + }, + { + "date": "2022-10-27", + "price": 0.86 + }, + { + "date": "2022-07-28", + "price": 1.29 + }, + { + "date": "2022-07-21", + "price": 0.64 + }, + { + "date": "2022-06-23", + "price": 1.29 + }, + { + "date": "2022-06-09", + "price": 0.79 + }, + { + "date": "2022-06-08", + "price": 1.29 + }, + { + "date": "2022-05-12", + "price": 1.25 + }, + { + "date": "2022-04-28", + "price": 0.79 + }, + { + "date": "2022-02-02", + "price": 1.25 + }, + { + "date": "2022-01-20", + "price": 1.19 + }, + { + "date": "2022-01-03", + "price": 0.79 + }, + { + "date": "2021-09-16", + "price": 1.19 + }, + { + "date": "2021-09-02", + "price": 0.69 + }, + { + "date": "2021-08-05", + "price": 1.15 + }, + { + "date": "2021-07-22", + "price": 0.76 + }, + { + "date": "2021-07-08", + "price": 1.15 + }, + { + "date": "2021-07-01", + "price": 0.57 + }, + { + "date": "2021-06-10", + "price": 1.15 + }, + { + "date": "2021-05-27", + "price": 0.57 + }, + { + "date": "2021-05-06", + "price": 1.15 + }, + { + "date": "2021-05-04", + "price": 0.55 + }, + { + "date": "2021-01-21", + "price": 1.15 + }, + { + "date": "2021-01-07", + "price": 0.76 + }, + { + "date": "2020-09-10", + "price": 1.15 + }, + { + "date": "2020-09-03", + "price": 0.57 + }, + { + "date": "2020-07-02", + "price": 1.15 + }, + { + "date": "2020-06-21", + "price": 0.76 + }, + { + "date": "2020-05-13", + "price": 1.15 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 500, + "bio": false, + "category": "34", + "tokens": [ + "lattella", + "drachenfrucht", + "500", + "ml" + ], + "vector": { + "500": 0.2581988897471611, + "latt": 0.2581988897471611, + "atte": 0.2581988897471611, + "ttel": 0.2581988897471611, + "tell": 0.2581988897471611, + "drac": 0.2581988897471611, + "rach": 0.2581988897471611, + "ache": 0.2581988897471611, + "chen": 0.2581988897471611, + "henf": 0.2581988897471611, + "enfr": 0.2581988897471611, + "nfru": 0.2581988897471611, + "fruc": 0.2581988897471611, + "ruch": 0.2581988897471611, + "ml": 0.2581988897471611 + } + }, + { + "store": "billa", + "id": "00-407678", + "name": "Lattella Erdbeer", + "description": "Lattella ist eine einzigartige Kombination ausgewählter Früchte mit hochwertiger Molke aus bester österreichischer Milch. Molke enthält auf natürliche Weise essentielle Nährstoffe der Milch wie wertvolle Vitamine, Proteine und Mineralstoffe, ist aber nahezu fettfrei. Die vielen köstlichen Geschmacksrichtungen der Lattella Drinks sind die idealen Begleiter durch den Tag und sorgen für angenehme Erfrischung und besonderen Trinkgenuss.", + "price": 1.39, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 1.39 + }, + { + "date": "2023-04-08", + "price": 1.45 + }, + { + "date": "2023-03-30", + "price": 0.96 + }, + { + "date": "2023-01-19", + "price": 1.45 + }, + { + "date": "2023-01-11", + "price": 0.99 + }, + { + "date": "2022-11-10", + "price": 1.45 + }, + { + "date": "2022-10-27", + "price": 0.86 + }, + { + "date": "2022-07-28", + "price": 1.29 + }, + { + "date": "2022-07-21", + "price": 0.64 + }, + { + "date": "2022-06-23", + "price": 1.29 + }, + { + "date": "2022-06-09", + "price": 0.79 + }, + { + "date": "2022-06-08", + "price": 1.29 + }, + { + "date": "2022-05-12", + "price": 1.25 + }, + { + "date": "2022-04-28", + "price": 0.79 + }, + { + "date": "2022-02-02", + "price": 1.25 + }, + { + "date": "2022-01-20", + "price": 1.19 + }, + { + "date": "2022-01-03", + "price": 0.79 + }, + { + "date": "2021-09-16", + "price": 1.19 + }, + { + "date": "2021-09-02", + "price": 0.69 + }, + { + "date": "2021-08-05", + "price": 1.15 + }, + { + "date": "2021-07-22", + "price": 0.76 + }, + { + "date": "2021-07-08", + "price": 1.15 + }, + { + "date": "2021-07-01", + "price": 0.57 + }, + { + "date": "2021-06-10", + "price": 1.15 + }, + { + "date": "2021-05-27", + "price": 0.57 + }, + { + "date": "2021-05-06", + "price": 1.15 + }, + { + "date": "2021-05-04", + "price": 0.55 + }, + { + "date": "2021-01-21", + "price": 1.15 + }, + { + "date": "2021-01-07", + "price": 0.76 + }, + { + "date": "2020-09-10", + "price": 1.15 + }, + { + "date": "2020-09-03", + "price": 0.57 + }, + { + "date": "2020-07-02", + "price": 1.15 + }, + { + "date": "2020-06-18", + "price": 0.76 + }, + { + "date": "2020-05-07", + "price": 1.15 + }, + { + "date": "2020-04-23", + "price": 0.57 + }, + { + "date": "2020-01-30", + "price": 1.15 + }, + { + "date": "2019-09-12", + "price": 1.09 + }, + { + "date": "2019-08-29", + "price": 0.54 + }, + { + "date": "2019-08-15", + "price": 1.09 + }, + { + "date": "2019-08-01", + "price": 0.54 + }, + { + "date": "2019-07-18", + "price": 1.09 + }, + { + "date": "2019-07-04", + "price": 0.54 + }, + { + "date": "2019-06-20", + "price": 1.09 + }, + { + "date": "2019-06-06", + "price": 0.54 + }, + { + "date": "2019-05-09", + "price": 1.09 + }, + { + "date": "2019-04-25", + "price": 0.72 + }, + { + "date": "2018-09-27", + "price": 1.09 + }, + { + "date": "2018-08-30", + "price": 0.69 + }, + { + "date": "2018-08-23", + "price": 1.09 + }, + { + "date": "2018-08-02", + "price": 0.54 + }, + { + "date": "2018-07-05", + "price": 1.09 + }, + { + "date": "2018-06-21", + "price": 0.54 + }, + { + "date": "2018-05-17", + "price": 1.09 + }, + { + "date": "2018-05-03", + "price": 0.79 + }, + { + "date": "2018-03-22", + "price": 1.09 + }, + { + "date": "2018-02-22", + "price": 0.79 + }, + { + "date": "2018-01-18", + "price": 1.09 + }, + { + "date": "2018-01-05", + "price": 0.99 + }, + { + "date": "2017-09-21", + "price": 1.09 + }, + { + "date": "2017-09-09", + "price": 0.72 + }, + { + "date": "2017-08-10", + "price": 1.09 + }, + { + "date": "2017-07-27", + "price": 0.54 + }, + { + "date": "2017-07-13", + "price": 1.09 + }, + { + "date": "2017-06-29", + "price": 0.72 + }, + { + "date": "2017-06-13", + "price": 1.09 + }, + { + "date": "2017-06-01", + "price": 0.79 + }, + { + "date": "2017-05-18", + "price": 1.09 + }, + { + "date": "2017-05-04", + "price": 0.79 + }, + { + "date": "2017-04-20", + "price": 1.09 + }, + { + "date": "2017-04-05", + "price": 0.54 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 500, + "bio": false, + "category": "34", + "tokens": [ + "lattella", + "erdbe", + "500", + "ml" + ], + "vector": { + "500": 0.3779644730092272, + "latt": 0.3779644730092272, + "atte": 0.3779644730092272, + "ttel": 0.3779644730092272, + "tell": 0.3779644730092272, + "erdb": 0.3779644730092272, + "ml": 0.3779644730092272 + } + }, + { + "store": "billa", + "id": "00-797611", + "name": "Lattella Kokos-Ananas", + "description": "Lattella ist eine einzigartige Kombination ausgewählter Früchte mit hochwertiger Molke aus bester österreichischer Milch. Molke enthält auf natürliche Weise essentielle Nährstoffe der Milch wie wertvolle Vitamine, Proteine und Mineralstoffe, ist aber nahezu fettfrei. Die vielen köstlichen Geschmacksrichtungen der Lattella Drinks sind die idealen Begleiter durch den Tag und sorgen für angenehme Erfrischung und besonderen Trinkgenuss.", + "price": 1.39, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 1.39 + }, + { + "date": "2023-04-08", + "price": 1.45 + }, + { + "date": "2023-03-30", + "price": 0.96 + }, + { + "date": "2023-01-19", + "price": 1.45 + }, + { + "date": "2023-01-11", + "price": 0.99 + }, + { + "date": "2022-11-10", + "price": 1.45 + }, + { + "date": "2022-10-27", + "price": 0.86 + }, + { + "date": "2022-07-28", + "price": 1.29 + }, + { + "date": "2022-07-21", + "price": 0.64 + }, + { + "date": "2022-06-23", + "price": 1.29 + }, + { + "date": "2022-06-09", + "price": 0.79 + }, + { + "date": "2022-06-08", + "price": 1.29 + }, + { + "date": "2022-05-12", + "price": 1.25 + }, + { + "date": "2022-04-28", + "price": 0.79 + }, + { + "date": "2022-02-02", + "price": 1.25 + }, + { + "date": "2022-01-20", + "price": 1.19 + }, + { + "date": "2022-01-03", + "price": 0.79 + }, + { + "date": "2021-09-16", + "price": 1.19 + }, + { + "date": "2021-09-02", + "price": 0.69 + }, + { + "date": "2021-08-05", + "price": 1.15 + }, + { + "date": "2021-07-22", + "price": 0.76 + }, + { + "date": "2021-07-08", + "price": 1.15 + }, + { + "date": "2021-07-01", + "price": 0.57 + }, + { + "date": "2021-06-10", + "price": 1.15 + }, + { + "date": "2021-05-27", + "price": 0.57 + }, + { + "date": "2021-05-06", + "price": 1.15 + }, + { + "date": "2021-05-04", + "price": 0.55 + }, + { + "date": "2021-01-21", + "price": 1.15 + }, + { + "date": "2021-01-07", + "price": 0.76 + }, + { + "date": "2020-09-10", + "price": 1.15 + }, + { + "date": "2020-09-03", + "price": 0.57 + }, + { + "date": "2020-07-02", + "price": 1.15 + }, + { + "date": "2020-06-18", + "price": 0.76 + }, + { + "date": "2020-05-07", + "price": 1.15 + }, + { + "date": "2020-04-23", + "price": 0.57 + }, + { + "date": "2020-01-30", + "price": 1.15 + }, + { + "date": "2019-09-12", + "price": 1.09 + }, + { + "date": "2019-08-29", + "price": 0.54 + }, + { + "date": "2019-08-15", + "price": 1.09 + }, + { + "date": "2019-08-01", + "price": 0.54 + }, + { + "date": "2019-07-18", + "price": 1.09 + }, + { + "date": "2019-07-04", + "price": 0.54 + }, + { + "date": "2019-06-20", + "price": 1.09 + }, + { + "date": "2019-06-06", + "price": 0.54 + }, + { + "date": "2019-05-09", + "price": 1.09 + }, + { + "date": "2019-04-25", + "price": 0.72 + }, + { + "date": "2018-09-27", + "price": 1.09 + }, + { + "date": "2018-08-30", + "price": 0.69 + }, + { + "date": "2018-08-23", + "price": 1.09 + }, + { + "date": "2018-08-02", + "price": 0.54 + }, + { + "date": "2018-07-05", + "price": 1.09 + }, + { + "date": "2018-06-21", + "price": 0.54 + }, + { + "date": "2018-05-17", + "price": 1.09 + }, + { + "date": "2018-05-03", + "price": 0.79 + }, + { + "date": "2018-03-22", + "price": 1.09 + }, + { + "date": "2018-02-22", + "price": 0.79 + }, + { + "date": "2018-01-18", + "price": 1.09 + }, + { + "date": "2018-01-05", + "price": 0.99 + }, + { + "date": "2017-09-21", + "price": 1.09 + }, + { + "date": "2017-09-09", + "price": 0.72 + }, + { + "date": "2017-08-10", + "price": 1.09 + }, + { + "date": "2017-07-27", + "price": 0.54 + }, + { + "date": "2017-07-13", + "price": 1.09 + }, + { + "date": "2017-06-29", + "price": 0.72 + }, + { + "date": "2017-06-13", + "price": 1.09 + }, + { + "date": "2017-06-01", + "price": 0.79 + }, + { + "date": "2017-05-18", + "price": 1.09 + }, + { + "date": "2017-05-04", + "price": 0.79 + }, + { + "date": "2017-04-20", + "price": 1.09 + }, + { + "date": "2017-04-05", + "price": 0.54 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 500, + "bio": false, + "category": "34", + "tokens": [ + "lattella", + "kokosananas", + "500", + "ml" + ], + "vector": { + "500": 0.2773500981126146, + "latt": 0.2773500981126146, + "atte": 0.2773500981126146, + "ttel": 0.2773500981126146, + "tell": 0.2773500981126146, + "koko": 0.2773500981126146, + "okos": 0.2773500981126146, + "kosa": 0.2773500981126146, + "osan": 0.2773500981126146, + "sana": 0.2773500981126146, + "anan": 0.2773500981126146, + "nana": 0.2773500981126146, + "ml": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-17803", + "name": "Lattella Mango", + "description": "Lattella ist eine einzigartige Kombination ausgewählter Früchte mit hochwertiger Molke aus bester österreichischer Milch. Molke enthält auf natürliche Weise essentielle Nährstoffe der Milch wie wertvolle Vitamine, Proteine und Mineralstoffe, ist aber nahezu fettfrei. Die vielen köstlichen Geschmacksrichtungen der Lattella Drinks sind die idealen Begleiter durch den Tag und sorgen für angenehme Erfrischung und besonderen Trinkgenuss.", + "price": 1.39, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 1.39 + }, + { + "date": "2023-04-08", + "price": 1.45 + }, + { + "date": "2023-03-30", + "price": 0.96 + }, + { + "date": "2023-01-19", + "price": 1.45 + }, + { + "date": "2023-01-11", + "price": 0.99 + }, + { + "date": "2022-11-10", + "price": 1.45 + }, + { + "date": "2022-10-27", + "price": 0.86 + }, + { + "date": "2022-07-28", + "price": 1.29 + }, + { + "date": "2022-07-21", + "price": 0.64 + }, + { + "date": "2022-06-23", + "price": 1.29 + }, + { + "date": "2022-06-09", + "price": 0.79 + }, + { + "date": "2022-06-08", + "price": 1.29 + }, + { + "date": "2022-05-12", + "price": 1.25 + }, + { + "date": "2022-04-28", + "price": 0.79 + }, + { + "date": "2022-02-02", + "price": 1.25 + }, + { + "date": "2022-01-20", + "price": 1.19 + }, + { + "date": "2022-01-03", + "price": 0.79 + }, + { + "date": "2021-09-16", + "price": 1.19 + }, + { + "date": "2021-09-02", + "price": 0.69 + }, + { + "date": "2021-08-05", + "price": 1.15 + }, + { + "date": "2021-07-22", + "price": 0.76 + }, + { + "date": "2021-07-08", + "price": 1.15 + }, + { + "date": "2021-07-01", + "price": 0.57 + }, + { + "date": "2021-06-10", + "price": 1.15 + }, + { + "date": "2021-05-27", + "price": 0.57 + }, + { + "date": "2021-05-06", + "price": 1.15 + }, + { + "date": "2021-05-04", + "price": 0.55 + }, + { + "date": "2021-01-21", + "price": 1.15 + }, + { + "date": "2021-01-07", + "price": 0.76 + }, + { + "date": "2020-09-10", + "price": 1.15 + }, + { + "date": "2020-09-03", + "price": 0.57 + }, + { + "date": "2020-07-02", + "price": 1.15 + }, + { + "date": "2020-06-18", + "price": 0.76 + }, + { + "date": "2020-05-07", + "price": 1.15 + }, + { + "date": "2020-04-23", + "price": 0.57 + }, + { + "date": "2020-01-30", + "price": 1.15 + }, + { + "date": "2019-09-12", + "price": 1.09 + }, + { + "date": "2019-08-29", + "price": 0.54 + }, + { + "date": "2019-08-15", + "price": 1.09 + }, + { + "date": "2019-08-01", + "price": 0.54 + }, + { + "date": "2019-07-18", + "price": 1.09 + }, + { + "date": "2019-07-04", + "price": 0.54 + }, + { + "date": "2019-06-20", + "price": 1.09 + }, + { + "date": "2019-06-06", + "price": 0.54 + }, + { + "date": "2019-05-09", + "price": 1.09 + }, + { + "date": "2019-04-25", + "price": 0.72 + }, + { + "date": "2018-09-27", + "price": 1.09 + }, + { + "date": "2018-08-30", + "price": 0.69 + }, + { + "date": "2018-08-23", + "price": 1.09 + }, + { + "date": "2018-08-02", + "price": 0.54 + }, + { + "date": "2018-07-05", + "price": 1.09 + }, + { + "date": "2018-06-21", + "price": 0.54 + }, + { + "date": "2018-05-17", + "price": 1.09 + }, + { + "date": "2018-05-03", + "price": 0.79 + }, + { + "date": "2018-03-22", + "price": 1.09 + }, + { + "date": "2018-02-22", + "price": 0.79 + }, + { + "date": "2018-01-18", + "price": 1.09 + }, + { + "date": "2018-01-05", + "price": 0.99 + }, + { + "date": "2017-09-21", + "price": 1.09 + }, + { + "date": "2017-09-09", + "price": 0.72 + }, + { + "date": "2017-08-10", + "price": 1.09 + }, + { + "date": "2017-07-27", + "price": 0.54 + }, + { + "date": "2017-07-13", + "price": 1.09 + }, + { + "date": "2017-06-29", + "price": 0.72 + }, + { + "date": "2017-06-13", + "price": 1.09 + }, + { + "date": "2017-06-01", + "price": 0.79 + }, + { + "date": "2017-05-18", + "price": 1.09 + }, + { + "date": "2017-05-04", + "price": 0.79 + }, + { + "date": "2017-04-20", + "price": 1.09 + }, + { + "date": "2017-04-05", + "price": 0.54 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 500, + "bio": false, + "category": "34", + "tokens": [ + "lattella", + "mango", + "500", + "ml" + ], + "vector": { + "500": 0.3779644730092272, + "latt": 0.3779644730092272, + "atte": 0.3779644730092272, + "ttel": 0.3779644730092272, + "tell": 0.3779644730092272, + "mang": 0.3779644730092272, + "ml": 0.3779644730092272 + } + }, + { + "store": "billa", + "id": "00-718644", + "name": "Lattella Mango Pfirsich Light", + "description": "Die Inder sagen der Mango mentale Kräfte nach - das würde so clever konstruierte Weltwunder wie den Taj Mahal erklären. Genial ist auch, wenn die leckeren Mangos auf fruchtige Pfirsich treffen. Da kommen Genießer schnell auf eine gute Idee: Sie trinken ihr Lattella sofort.
    Der Geschmack der Mango ist angenehm süß und sehr aromatisch. Pfirsich weist einen erfrischend süß- säuerlichen Geschmack auf, hat ein besonders exotisches Aroma.", + "price": 1.39, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 1.39 + }, + { + "date": "2023-04-08", + "price": 1.45 + }, + { + "date": "2023-03-30", + "price": 0.96 + }, + { + "date": "2023-03-01", + "price": 1.45 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 500, + "bio": false, + "category": "34", + "tokens": [ + "lattella", + "mango", + "pfirsich", + "light", + "500", + "ml" + ], + "vector": { + "500": 0.2886751345948129, + "latt": 0.2886751345948129, + "atte": 0.2886751345948129, + "ttel": 0.2886751345948129, + "tell": 0.2886751345948129, + "mang": 0.2886751345948129, + "pfir": 0.2886751345948129, + "firs": 0.2886751345948129, + "irsi": 0.2886751345948129, + "rsic": 0.2886751345948129, + "ligh": 0.2886751345948129, + "ml": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-17804", + "name": "Lattella Maracuja", + "description": "Lattella ist eine einzigartige Kombination ausgewählter Früchte mit hochwertiger Molke aus bester österreichischer Milch. Molke enthält auf natürliche Weise essentielle Nährstoffe der Milch wie wertvolle Vitamine, Proteine und Mineralstoffe, ist aber nahezu fettfrei. Die vielen köstlichen Geschmacksrichtungen der Lattella Drinks sind die idealen Begleiter durch den Tag und sorgen für angenehme Erfrischung und besonderen Trinkgenuss.", + "price": 1.39, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 1.39 + }, + { + "date": "2023-04-08", + "price": 1.45 + }, + { + "date": "2023-03-30", + "price": 0.96 + }, + { + "date": "2023-01-19", + "price": 1.45 + }, + { + "date": "2023-01-11", + "price": 0.99 + }, + { + "date": "2022-11-10", + "price": 1.45 + }, + { + "date": "2022-10-27", + "price": 0.86 + }, + { + "date": "2022-07-28", + "price": 1.29 + }, + { + "date": "2022-07-21", + "price": 0.64 + }, + { + "date": "2022-06-23", + "price": 1.29 + }, + { + "date": "2022-06-09", + "price": 0.79 + }, + { + "date": "2022-06-08", + "price": 1.29 + }, + { + "date": "2022-05-12", + "price": 1.25 + }, + { + "date": "2022-04-28", + "price": 0.79 + }, + { + "date": "2022-02-02", + "price": 1.25 + }, + { + "date": "2022-01-20", + "price": 1.19 + }, + { + "date": "2022-01-03", + "price": 0.79 + }, + { + "date": "2021-09-16", + "price": 1.19 + }, + { + "date": "2021-09-02", + "price": 0.69 + }, + { + "date": "2021-08-05", + "price": 1.15 + }, + { + "date": "2021-07-22", + "price": 0.76 + }, + { + "date": "2021-07-08", + "price": 1.15 + }, + { + "date": "2021-07-01", + "price": 0.57 + }, + { + "date": "2021-06-10", + "price": 1.15 + }, + { + "date": "2021-05-27", + "price": 0.57 + }, + { + "date": "2021-05-06", + "price": 1.15 + }, + { + "date": "2021-05-04", + "price": 0.55 + }, + { + "date": "2021-01-21", + "price": 1.15 + }, + { + "date": "2021-01-07", + "price": 0.76 + }, + { + "date": "2020-09-10", + "price": 1.15 + }, + { + "date": "2020-09-03", + "price": 0.57 + }, + { + "date": "2020-07-02", + "price": 1.15 + }, + { + "date": "2020-06-18", + "price": 0.76 + }, + { + "date": "2020-05-07", + "price": 1.15 + }, + { + "date": "2020-04-23", + "price": 0.57 + }, + { + "date": "2020-01-30", + "price": 1.15 + }, + { + "date": "2019-09-12", + "price": 1.09 + }, + { + "date": "2019-08-29", + "price": 0.54 + }, + { + "date": "2019-08-15", + "price": 1.09 + }, + { + "date": "2019-08-01", + "price": 0.54 + }, + { + "date": "2019-07-18", + "price": 1.09 + }, + { + "date": "2019-07-04", + "price": 0.54 + }, + { + "date": "2019-06-20", + "price": 1.09 + }, + { + "date": "2019-06-06", + "price": 0.54 + }, + { + "date": "2019-05-09", + "price": 1.09 + }, + { + "date": "2019-04-25", + "price": 0.72 + }, + { + "date": "2018-09-27", + "price": 1.09 + }, + { + "date": "2018-08-30", + "price": 0.69 + }, + { + "date": "2018-08-23", + "price": 1.09 + }, + { + "date": "2018-08-02", + "price": 0.54 + }, + { + "date": "2018-07-05", + "price": 1.09 + }, + { + "date": "2018-06-21", + "price": 0.54 + }, + { + "date": "2018-05-17", + "price": 1.09 + }, + { + "date": "2018-05-03", + "price": 0.79 + }, + { + "date": "2018-03-22", + "price": 1.09 + }, + { + "date": "2018-02-22", + "price": 0.79 + }, + { + "date": "2018-01-18", + "price": 1.09 + }, + { + "date": "2018-01-05", + "price": 0.99 + }, + { + "date": "2017-09-21", + "price": 1.09 + }, + { + "date": "2017-09-09", + "price": 0.72 + }, + { + "date": "2017-08-10", + "price": 1.09 + }, + { + "date": "2017-07-27", + "price": 0.54 + }, + { + "date": "2017-07-13", + "price": 1.09 + }, + { + "date": "2017-06-29", + "price": 0.72 + }, + { + "date": "2017-06-13", + "price": 1.09 + }, + { + "date": "2017-06-01", + "price": 0.79 + }, + { + "date": "2017-05-18", + "price": 1.09 + }, + { + "date": "2017-05-04", + "price": 0.79 + }, + { + "date": "2017-04-20", + "price": 1.09 + }, + { + "date": "2017-04-05", + "price": 0.54 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 500, + "bio": false, + "category": "34", + "tokens": [ + "lattella", + "maracuja", + "500", + "ml" + ], + "vector": { + "500": 0.31622776601683794, + "latt": 0.31622776601683794, + "atte": 0.31622776601683794, + "ttel": 0.31622776601683794, + "tell": 0.31622776601683794, + "mara": 0.31622776601683794, + "arac": 0.31622776601683794, + "racu": 0.31622776601683794, + "acuj": 0.31622776601683794, + "ml": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-721409", + "name": "Lattella Wassermelone", + "description": "Dürfen wir vorstellen: unsere neue Lattella Limited Edition in der fruchtig-erfrischenden Sorte Melone - jetzt für kurze Zeit!", + "price": 1.39, + "priceHistory": [ + { + "date": "2023-06-21", + "price": 1.39 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 500, + "bio": false, + "category": "34", + "tokens": [ + "lattella", + "wassermelon", + "500", + "ml" + ], + "vector": { + "500": 0.2773500981126146, + "latt": 0.2773500981126146, + "atte": 0.2773500981126146, + "ttel": 0.2773500981126146, + "tell": 0.2773500981126146, + "wass": 0.2773500981126146, + "asse": 0.2773500981126146, + "sser": 0.2773500981126146, + "serm": 0.2773500981126146, + "erme": 0.2773500981126146, + "rmel": 0.2773500981126146, + "melo": 0.2773500981126146, + "ml": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-294826", + "name": "Laurenza Chardonnay Veneto I.G.T.", + "description": "", + "price": 2.29, + "priceHistory": [ + { + "date": "2023-06-06", + "price": 2.29 + }, + { + "date": "2023-02-12", + "price": 2.49 + }, + { + "date": "2023-02-10", + "price": 1.87 + }, + { + "date": "2023-01-22", + "price": 2.49 + }, + { + "date": "2023-01-20", + "price": 1.87 + }, + { + "date": "2023-01-01", + "price": 2.49 + }, + { + "date": "2022-12-30", + "price": 1.87 + }, + { + "date": "2022-10-30", + "price": 2.49 + }, + { + "date": "2022-10-28", + "price": 1.87 + }, + { + "date": "2022-07-10", + "price": 2.49 + }, + { + "date": "2022-07-08", + "price": 1.87 + }, + { + "date": "2022-06-05", + "price": 2.49 + }, + { + "date": "2022-06-03", + "price": 1.87 + }, + { + "date": "2022-05-08", + "price": 2.49 + }, + { + "date": "2022-05-06", + "price": 1.87 + }, + { + "date": "2022-03-05", + "price": 2.49 + }, + { + "date": "2022-02-27", + "price": 1.99 + }, + { + "date": "2022-02-25", + "price": 1.49 + }, + { + "date": "2022-01-01", + "price": 1.99 + }, + { + "date": "2021-12-27", + "price": 1.49 + }, + { + "date": "2021-09-02", + "price": 1.99 + }, + { + "date": "2021-08-19", + "price": 1.49 + }, + { + "date": "2020-08-26", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 750, + "bio": false, + "category": "25", + "tokens": [ + "laurenza", + "chardonnay", + "veneto", + "igt", + "750", + "ml" + ], + "vector": { + "750": 0.2581988897471611, + "laur": 0.2581988897471611, + "aure": 0.2581988897471611, + "uren": 0.2581988897471611, + "renz": 0.2581988897471611, + "char": 0.2581988897471611, + "hard": 0.2581988897471611, + "ardo": 0.2581988897471611, + "rdon": 0.2581988897471611, + "donn": 0.2581988897471611, + "onna": 0.2581988897471611, + "vene": 0.2581988897471611, + "enet": 0.2581988897471611, + "igt": 0.2581988897471611, + "ml": 0.2581988897471611 + } + }, + { + "store": "billa", + "id": "00-441099", + "name": "nöm l.free Halbfettmilch 1.8%", + "description": "L-Free Halbfettmilch von NÖM ist die schmackhafte Alternative für alle, die keine Laktose vertragen und fettreduzierte Lebensmittel bevorzugen.
  • 1,8 % Fettgehalt
  • gentechnikfreie Kuhmilch aus Österreich
  • für längere Haltbarkeit hocherhitzt", + "price": 1.69, + "priceHistory": [ + { + "date": "2023-06-15", + "price": 1.69 + }, + { + "date": "2022-11-03", + "price": 1.79 + }, + { + "date": "2022-06-08", + "price": 1.59 + }, + { + "date": "2022-05-14", + "price": 1.45 + }, + { + "date": "2022-02-01", + "price": 1.39 + }, + { + "date": "2021-08-19", + "price": 1.29 + }, + { + "date": "2020-03-19", + "price": 1.25 + }, + { + "date": "2020-01-30", + "price": 1.29 + }, + { + "date": "2017-08-10", + "price": 1.19 + }, + { + "date": "2017-05-15", + "price": 1.15 + }, + { + "date": "2017-04-05", + "price": 1.09 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "lfree", + "halbfettmilch", + "18", + "1000", + "ml" + ], + "vector": { + "18": 0.2672612419124244, + "1000": 0.2672612419124244, + "nm": 0.2672612419124244, + "lfre": 0.2672612419124244, + "halb": 0.2672612419124244, + "albf": 0.2672612419124244, + "lbfe": 0.2672612419124244, + "bfet": 0.2672612419124244, + "fett": 0.2672612419124244, + "ettm": 0.2672612419124244, + "ttmi": 0.2672612419124244, + "tmil": 0.2672612419124244, + "milc": 0.2672612419124244, + "ml": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-847273", + "name": "Milka Alpenmilch", + "description": "Die Großtafel in der Sorte Alpenmilch bietet den beliebten Schokoladen-Klassiker von Milka mit 100 % Alpenmilch im praktischen XXL-Format.
  • Großtafel
  • zart schmelzende Schokolade
  • ohne künstliche Zusatzstoffe
  • nur natürliche Aromen", + "price": 3.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 3.79 + }, + { + "date": "2023-06-07", + "price": 2.99 + }, + { + "date": "2023-05-25", + "price": 3.79 + }, + { + "date": "2023-05-13", + "price": 2.99 + }, + { + "date": "2023-04-29", + "price": 3.79 + }, + { + "date": "2023-04-15", + "price": 2.99 + }, + { + "date": "2023-04-03", + "price": 3.79 + }, + { + "date": "2023-03-31", + "price": 2.84 + }, + { + "date": "2023-03-30", + "price": 3.79 + }, + { + "date": "2023-03-16", + "price": 2.79 + }, + { + "date": "2023-03-02", + "price": 3.79 + }, + { + "date": "2023-02-16", + "price": 2.89 + }, + { + "date": "2023-02-02", + "price": 3.89 + }, + { + "date": "2023-01-26", + "price": 2.89 + }, + { + "date": "2023-01-18", + "price": 2.69 + }, + { + "date": "2022-12-01", + "price": 3.89 + }, + { + "date": "2022-11-27", + "price": 3.49 + }, + { + "date": "2022-11-26", + "price": 2.62 + }, + { + "date": "2022-09-04", + "price": 3.49 + }, + { + "date": "2022-09-02", + "price": 2.62 + }, + { + "date": "2022-09-01", + "price": 3.49 + }, + { + "date": "2022-08-18", + "price": 2.49 + }, + { + "date": "2022-08-04", + "price": 3.49 + }, + { + "date": "2022-07-21", + "price": 2.49 + }, + { + "date": "2022-07-07", + "price": 3.49 + }, + { + "date": "2022-06-23", + "price": 2.49 + }, + { + "date": "2022-06-09", + "price": 3.49 + }, + { + "date": "2022-05-25", + "price": 2.49 + }, + { + "date": "2022-05-12", + "price": 3.49 + }, + { + "date": "2022-04-28", + "price": 2.49 + }, + { + "date": "2022-04-14", + "price": 3.49 + }, + { + "date": "2022-04-10", + "price": 2.49 + }, + { + "date": "2022-04-08", + "price": 1.87 + }, + { + "date": "2022-03-31", + "price": 2.49 + }, + { + "date": "2022-03-17", + "price": 3.49 + }, + { + "date": "2022-03-03", + "price": 2.32 + }, + { + "date": "2022-02-17", + "price": 3.49 + }, + { + "date": "2022-02-03", + "price": 2.32 + }, + { + "date": "2022-01-20", + "price": 3.49 + }, + { + "date": "2021-12-27", + "price": 2.49 + }, + { + "date": "2021-12-09", + "price": 3.49 + }, + { + "date": "2021-12-02", + "price": 2.49 + }, + { + "date": "2021-11-27", + "price": 1.87 + }, + { + "date": "2021-11-25", + "price": 2.49 + }, + { + "date": "2021-11-11", + "price": 3.49 + }, + { + "date": "2021-10-28", + "price": 2.32 + }, + { + "date": "2021-10-14", + "price": 3.49 + }, + { + "date": "2021-09-30", + "price": 2.49 + }, + { + "date": "2021-09-16", + "price": 3.49 + }, + { + "date": "2021-09-02", + "price": 2.49 + }, + { + "date": "2021-08-19", + "price": 3.49 + }, + { + "date": "2021-08-12", + "price": 2.49 + }, + { + "date": "2021-08-05", + "price": 1.89 + }, + { + "date": "2021-07-22", + "price": 3.49 + }, + { + "date": "2021-07-08", + "price": 2.49 + }, + { + "date": "2021-06-24", + "price": 3.49 + }, + { + "date": "2021-06-10", + "price": 2.49 + }, + { + "date": "2021-05-27", + "price": 3.49 + }, + { + "date": "2021-05-20", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 1.89 + }, + { + "date": "2021-05-04", + "price": 3.49 + }, + { + "date": "2021-04-15", + "price": 2.49 + }, + { + "date": "2021-04-07", + "price": 3.49 + }, + { + "date": "2021-03-18", + "price": 2.49 + }, + { + "date": "2021-03-04", + "price": 3.49 + }, + { + "date": "2021-02-18", + "price": 2.49 + }, + { + "date": "2021-02-04", + "price": 3.49 + }, + { + "date": "2021-01-21", + "price": 2.49 + }, + { + "date": "2021-01-01", + "price": 3.49 + }, + { + "date": "2020-12-17", + "price": 1.99 + }, + { + "date": "2020-12-03", + "price": 3.49 + }, + { + "date": "2020-11-19", + "price": 2.65 + }, + { + "date": "2020-09-24", + "price": 3.49 + }, + { + "date": "2020-09-10", + "price": 2.65 + }, + { + "date": "2020-08-27", + "price": 3.49 + }, + { + "date": "2020-08-13", + "price": 2.49 + }, + { + "date": "2020-07-30", + "price": 3.49 + }, + { + "date": "2020-07-16", + "price": 2.49 + }, + { + "date": "2020-07-02", + "price": 3.49 + }, + { + "date": "2020-06-18", + "price": 2.49 + }, + { + "date": "2020-06-04", + "price": 3.49 + }, + { + "date": "2020-05-20", + "price": 2.49 + }, + { + "date": "2020-05-07", + "price": 3.49 + }, + { + "date": "2020-04-23", + "price": 2.49 + }, + { + "date": "2020-04-09", + "price": 3.49 + }, + { + "date": "2020-03-26", + "price": 2.49 + }, + { + "date": "2020-03-12", + "price": 3.49 + }, + { + "date": "2020-02-27", + "price": 2.49 + }, + { + "date": "2020-02-13", + "price": 3.49 + }, + { + "date": "2020-01-30", + "price": 2.49 + }, + { + "date": "2020-01-16", + "price": 3.49 + }, + { + "date": "2020-01-02", + "price": 2.49 + }, + { + "date": "2019-12-19", + "price": 3.49 + }, + { + "date": "2019-12-05", + "price": 2.49 + }, + { + "date": "2019-11-21", + "price": 3.49 + }, + { + "date": "2019-11-07", + "price": 2.49 + }, + { + "date": "2019-10-10", + "price": 3.49 + }, + { + "date": "2019-09-26", + "price": 1.89 + }, + { + "date": "2019-09-12", + "price": 3.49 + }, + { + "date": "2019-08-29", + "price": 2.49 + }, + { + "date": "2019-08-15", + "price": 3.49 + }, + { + "date": "2019-08-01", + "price": 1.89 + }, + { + "date": "2019-07-18", + "price": 3.49 + }, + { + "date": "2019-07-04", + "price": 1.89 + }, + { + "date": "2019-06-20", + "price": 3.49 + }, + { + "date": "2019-06-06", + "price": 2.29 + }, + { + "date": "2019-05-23", + "price": 3.49 + }, + { + "date": "2019-05-09", + "price": 2.49 + }, + { + "date": "2019-04-25", + "price": 3.49 + }, + { + "date": "2019-04-11", + "price": 2.49 + }, + { + "date": "2019-03-28", + "price": 3.49 + }, + { + "date": "2019-03-14", + "price": 2.49 + }, + { + "date": "2019-02-28", + "price": 3.49 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-31", + "price": 3.49 + }, + { + "date": "2019-01-17", + "price": 2.49 + }, + { + "date": "2019-01-03", + "price": 3.49 + }, + { + "date": "2018-12-20", + "price": 2.49 + }, + { + "date": "2018-11-22", + "price": 3.49 + }, + { + "date": "2018-11-08", + "price": 2.49 + }, + { + "date": "2018-10-04", + "price": 3.49 + }, + { + "date": "2018-09-20", + "price": 2.49 + }, + { + "date": "2018-09-06", + "price": 3.49 + }, + { + "date": "2018-08-23", + "price": 2.49 + }, + { + "date": "2018-08-02", + "price": 3.49 + }, + { + "date": "2018-07-19", + "price": 1.89 + }, + { + "date": "2018-07-05", + "price": 3.49 + }, + { + "date": "2018-06-21", + "price": 2.49 + }, + { + "date": "2018-05-24", + "price": 3.49 + }, + { + "date": "2018-03-22", + "price": 2.29 + }, + { + "date": "2018-03-01", + "price": 3.49 + }, + { + "date": "2018-02-15", + "price": 2.49 + }, + { + "date": "2018-02-01", + "price": 3.49 + }, + { + "date": "2018-01-18", + "price": 2.49 + }, + { + "date": "2018-01-04", + "price": 3.49 + }, + { + "date": "2017-12-21", + "price": 2.49 + }, + { + "date": "2017-11-07", + "price": 3.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 270, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "alpenmilch", + "270", + "g" + ], + "vector": { + "270": 0.3333333333333333, + "milk": 0.3333333333333333, + "alpe": 0.3333333333333333, + "lpen": 0.3333333333333333, + "penm": 0.3333333333333333, + "enmi": 0.3333333333333333, + "nmil": 0.3333333333333333, + "milc": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-501158", + "name": "Milka Choco Cookies", + "description": "Die Milka Choco Cookies sind süße Kekse aus Weizen mit knackigen Schokostücken und schmecken köstlich zum Kaffee oder als kleine Nascherei zwischendurch.
  • Weizenkekse mit kleinen Schokoladenstücken
  • mit Alpenmilch hergestellt", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 2.99 + }, + { + "date": "2023-06-07", + "price": 2.49 + }, + { + "date": "2023-05-13", + "price": 2.99 + }, + { + "date": "2023-04-03", + "price": 3.19 + }, + { + "date": "2023-03-31", + "price": 2.39 + }, + { + "date": "2023-03-30", + "price": 3.19 + }, + { + "date": "2023-03-16", + "price": 2.69 + }, + { + "date": "2023-02-02", + "price": 3.19 + }, + { + "date": "2023-01-26", + "price": 2.69 + }, + { + "date": "2023-01-19", + "price": 2.29 + }, + { + "date": "2022-12-16", + "price": 3.19 + }, + { + "date": "2022-11-27", + "price": 2.79 + }, + { + "date": "2022-11-26", + "price": 2.09 + }, + { + "date": "2022-10-20", + "price": 2.79 + }, + { + "date": "2022-09-19", + "price": 2.69 + }, + { + "date": "2022-09-04", + "price": 1.99 + }, + { + "date": "2022-09-02", + "price": 1.49 + }, + { + "date": "2022-09-01", + "price": 1.99 + }, + { + "date": "2022-08-18", + "price": 2.69 + }, + { + "date": "2022-08-04", + "price": 1.99 + }, + { + "date": "2022-07-21", + "price": 2.69 + }, + { + "date": "2022-07-14", + "price": 1.24 + }, + { + "date": "2022-06-23", + "price": 2.49 + }, + { + "date": "2022-06-09", + "price": 1.99 + }, + { + "date": "2022-05-19", + "price": 2.49 + }, + { + "date": "2022-05-12", + "price": 1.24 + }, + { + "date": "2022-04-10", + "price": 2.49 + }, + { + "date": "2022-04-08", + "price": 1.87 + }, + { + "date": "2022-02-03", + "price": 2.49 + }, + { + "date": "2022-01-20", + "price": 1.99 + }, + { + "date": "2021-12-09", + "price": 2.49 + }, + { + "date": "2021-12-02", + "price": 1.69 + }, + { + "date": "2021-11-27", + "price": 1.27 + }, + { + "date": "2021-11-25", + "price": 1.69 + }, + { + "date": "2021-10-28", + "price": 2.49 + }, + { + "date": "2021-10-21", + "price": 1.24 + }, + { + "date": "2021-09-16", + "price": 2.49 + }, + { + "date": "2021-09-02", + "price": 1.99 + }, + { + "date": "2021-08-19", + "price": 2.49 + }, + { + "date": "2021-08-05", + "price": 1.99 + }, + { + "date": "2021-07-22", + "price": 2.49 + }, + { + "date": "2021-07-08", + "price": 1.24 + }, + { + "date": "2021-06-24", + "price": 2.49 + }, + { + "date": "2021-06-10", + "price": 1.99 + }, + { + "date": "2021-05-27", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 1.24 + }, + { + "date": "2021-04-07", + "price": 2.49 + }, + { + "date": "2021-03-18", + "price": 1.99 + }, + { + "date": "2021-03-04", + "price": 2.49 + }, + { + "date": "2021-02-18", + "price": 1.24 + }, + { + "date": "2021-01-01", + "price": 2.49 + }, + { + "date": "2020-12-17", + "price": 1.99 + }, + { + "date": "2020-10-22", + "price": 2.49 + }, + { + "date": "2020-10-08", + "price": 1.99 + }, + { + "date": "2020-09-24", + "price": 2.49 + }, + { + "date": "2020-09-10", + "price": 1.99 + }, + { + "date": "2020-08-27", + "price": 2.49 + }, + { + "date": "2020-08-13", + "price": 1.24 + }, + { + "date": "2020-07-16", + "price": 2.49 + }, + { + "date": "2020-07-02", + "price": 1.24 + }, + { + "date": "2020-06-04", + "price": 2.49 + }, + { + "date": "2020-05-20", + "price": 1.66 + }, + { + "date": "2020-05-07", + "price": 2.49 + }, + { + "date": "2020-04-30", + "price": 1.24 + }, + { + "date": "2020-02-27", + "price": 2.49 + }, + { + "date": "2020-02-13", + "price": 1.24 + }, + { + "date": "2019-11-28", + "price": 1.99 + }, + { + "date": "2019-10-30", + "price": 1.89 + }, + { + "date": "2019-10-24", + "price": 2.49 + }, + { + "date": "2019-10-10", + "price": 1.99 + }, + { + "date": "2019-10-03", + "price": 2.49 + }, + { + "date": "2019-06-13", + "price": 1.89 + }, + { + "date": "2019-06-06", + "price": 2.49 + }, + { + "date": "2019-05-23", + "price": 1.66 + }, + { + "date": "2019-04-18", + "price": 2.49 + }, + { + "date": "2019-02-21", + "price": 1.99 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-31", + "price": 1.66 + }, + { + "date": "2019-01-24", + "price": 2.49 + }, + { + "date": "2019-01-21", + "price": 1.49 + }, + { + "date": "2018-12-06", + "price": 2.49 + }, + { + "date": "2018-11-22", + "price": 1.99 + }, + { + "date": "2018-09-27", + "price": 2.49 + }, + { + "date": "2018-02-22", + "price": 1.89 + }, + { + "date": "2018-02-01", + "price": 2.49 + }, + { + "date": "2018-01-18", + "price": 1.66 + }, + { + "date": "2017-12-06", + "price": 2.49 + }, + { + "date": "2017-11-23", + "price": 1.99 + }, + { + "date": "2017-10-19", + "price": 2.49 + }, + { + "date": "2017-10-09", + "price": 1.99 + }, + { + "date": "2017-09-09", + "price": 2.49 + }, + { + "date": "2017-08-24", + "price": 1.66 + }, + { + "date": "2017-06-29", + "price": 2.49 + }, + { + "date": "2017-06-13", + "price": 1.99 + }, + { + "date": "2017-04-05", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 168, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "choco", + "cooki", + "168", + "g" + ], + "vector": { + "168": 0.4472135954999579, + "milk": 0.4472135954999579, + "choc": 0.4472135954999579, + "cook": 0.4472135954999579, + "g": 0.4472135954999579 + } + }, + { + "store": "billa", + "id": "00-632215", + "name": "Milka Choco Minis", + "description": "Wer Kekse mag, wird Choco Minis lieben. Jeder Keks ist mit einem süßen Schokostern verziert, unter dem sich eine dicke Schicht feine Milchcreme versteckt.
  • Kekse mit Alpenmilchschokolade und Milchcremefüllung
  • die Box enthält einzeln verpackte Portionen ", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 2.99 + }, + { + "date": "2023-06-07", + "price": 2.49 + }, + { + "date": "2023-05-13", + "price": 2.99 + }, + { + "date": "2023-04-03", + "price": 3.19 + }, + { + "date": "2023-03-31", + "price": 2.39 + }, + { + "date": "2023-03-30", + "price": 3.19 + }, + { + "date": "2023-03-16", + "price": 2.69 + }, + { + "date": "2023-02-02", + "price": 3.19 + }, + { + "date": "2023-01-26", + "price": 2.69 + }, + { + "date": "2023-01-19", + "price": 2.29 + }, + { + "date": "2022-12-16", + "price": 3.19 + }, + { + "date": "2022-11-27", + "price": 2.79 + }, + { + "date": "2022-11-26", + "price": 2.09 + }, + { + "date": "2022-10-20", + "price": 2.79 + }, + { + "date": "2022-09-19", + "price": 2.69 + }, + { + "date": "2022-09-04", + "price": 1.99 + }, + { + "date": "2022-09-02", + "price": 1.49 + }, + { + "date": "2022-09-01", + "price": 1.99 + }, + { + "date": "2022-08-18", + "price": 2.69 + }, + { + "date": "2022-08-04", + "price": 1.99 + }, + { + "date": "2022-07-21", + "price": 2.69 + }, + { + "date": "2022-07-14", + "price": 1.24 + }, + { + "date": "2022-06-23", + "price": 2.49 + }, + { + "date": "2022-06-09", + "price": 1.99 + }, + { + "date": "2022-05-19", + "price": 2.49 + }, + { + "date": "2022-05-12", + "price": 1.24 + }, + { + "date": "2022-04-02", + "price": 2.49 + }, + { + "date": "2022-03-18", + "price": 1.99 + }, + { + "date": "2022-02-03", + "price": 2.49 + }, + { + "date": "2022-01-20", + "price": 1.99 + }, + { + "date": "2021-12-09", + "price": 2.49 + }, + { + "date": "2021-12-02", + "price": 1.69 + }, + { + "date": "2021-11-27", + "price": 1.27 + }, + { + "date": "2021-11-25", + "price": 1.69 + }, + { + "date": "2021-10-28", + "price": 2.49 + }, + { + "date": "2021-10-21", + "price": 1.24 + }, + { + "date": "2021-09-16", + "price": 2.49 + }, + { + "date": "2021-09-02", + "price": 1.99 + }, + { + "date": "2021-08-19", + "price": 2.49 + }, + { + "date": "2021-08-05", + "price": 1.99 + }, + { + "date": "2021-07-22", + "price": 2.49 + }, + { + "date": "2021-07-08", + "price": 1.24 + }, + { + "date": "2021-06-24", + "price": 2.49 + }, + { + "date": "2021-06-10", + "price": 1.99 + }, + { + "date": "2021-05-27", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 1.24 + }, + { + "date": "2021-04-07", + "price": 2.49 + }, + { + "date": "2021-03-18", + "price": 1.99 + }, + { + "date": "2021-03-04", + "price": 2.49 + }, + { + "date": "2021-02-18", + "price": 1.24 + }, + { + "date": "2021-01-01", + "price": 2.49 + }, + { + "date": "2020-12-17", + "price": 1.99 + }, + { + "date": "2020-10-22", + "price": 2.49 + }, + { + "date": "2020-10-08", + "price": 1.99 + }, + { + "date": "2020-09-24", + "price": 2.49 + }, + { + "date": "2020-09-10", + "price": 1.99 + }, + { + "date": "2020-08-27", + "price": 2.49 + }, + { + "date": "2020-08-13", + "price": 1.24 + }, + { + "date": "2020-07-16", + "price": 2.49 + }, + { + "date": "2020-07-02", + "price": 1.24 + }, + { + "date": "2020-06-04", + "price": 2.49 + }, + { + "date": "2020-05-20", + "price": 1.66 + }, + { + "date": "2020-05-07", + "price": 2.49 + }, + { + "date": "2020-04-30", + "price": 1.24 + }, + { + "date": "2020-02-27", + "price": 2.49 + }, + { + "date": "2020-02-18", + "price": 1.24 + }, + { + "date": "2019-11-28", + "price": 1.99 + }, + { + "date": "2019-10-30", + "price": 1.89 + }, + { + "date": "2019-10-24", + "price": 2.49 + }, + { + "date": "2019-10-10", + "price": 1.99 + }, + { + "date": "2019-10-03", + "price": 2.49 + }, + { + "date": "2019-06-13", + "price": 1.89 + }, + { + "date": "2019-06-06", + "price": 2.49 + }, + { + "date": "2019-05-23", + "price": 1.66 + }, + { + "date": "2019-04-18", + "price": 2.49 + }, + { + "date": "2019-02-21", + "price": 1.99 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-31", + "price": 1.66 + }, + { + "date": "2019-01-24", + "price": 2.49 + }, + { + "date": "2019-01-21", + "price": 1.49 + }, + { + "date": "2018-12-06", + "price": 2.49 + }, + { + "date": "2018-11-22", + "price": 1.99 + }, + { + "date": "2018-09-27", + "price": 2.49 + }, + { + "date": "2018-02-22", + "price": 1.89 + }, + { + "date": "2018-02-01", + "price": 2.49 + }, + { + "date": "2018-01-18", + "price": 1.66 + }, + { + "date": "2017-12-06", + "price": 2.49 + }, + { + "date": "2017-11-23", + "price": 1.99 + }, + { + "date": "2017-10-19", + "price": 2.49 + }, + { + "date": "2017-10-09", + "price": 1.99 + }, + { + "date": "2017-09-09", + "price": 2.49 + }, + { + "date": "2017-08-24", + "price": 1.66 + }, + { + "date": "2017-06-29", + "price": 2.49 + }, + { + "date": "2017-06-13", + "price": 1.99 + }, + { + "date": "2017-04-05", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 185, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "choco", + "minis", + "185", + "g" + ], + "vector": { + "185": 0.4472135954999579, + "milk": 0.4472135954999579, + "choc": 0.4472135954999579, + "mini": 0.4472135954999579, + "g": 0.4472135954999579 + } + }, + { + "store": "billa", + "id": "00-664813", + "name": "Milka Choco Moo", + "description": "Schokolade und Keks ist die köstliche Geschmackskombination von den Choco Moo von Milka. Sie eignen sich perfekt als kleine Beigabe zu Tee, Kaffee oder Milch.
  • Butterkekse, teilweise überzogen mit Milka Schokolade
  • Alpenmilchschokolade mit erhöhtem Kakaoanteil
  • in witziger Kuh-Form", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 2.99 + }, + { + "date": "2023-06-07", + "price": 2.49 + }, + { + "date": "2023-05-13", + "price": 2.99 + }, + { + "date": "2023-04-03", + "price": 3.19 + }, + { + "date": "2023-03-31", + "price": 2.39 + }, + { + "date": "2023-03-16", + "price": 2.69 + }, + { + "date": "2023-02-02", + "price": 3.19 + }, + { + "date": "2023-01-26", + "price": 2.69 + }, + { + "date": "2023-01-19", + "price": 2.29 + }, + { + "date": "2022-12-16", + "price": 3.19 + }, + { + "date": "2022-11-27", + "price": 2.79 + }, + { + "date": "2022-11-26", + "price": 2.09 + }, + { + "date": "2022-10-20", + "price": 2.79 + }, + { + "date": "2022-09-19", + "price": 2.69 + }, + { + "date": "2022-09-04", + "price": 1.99 + }, + { + "date": "2022-09-02", + "price": 1.49 + }, + { + "date": "2022-09-01", + "price": 1.99 + }, + { + "date": "2022-08-18", + "price": 2.69 + }, + { + "date": "2022-08-04", + "price": 1.99 + }, + { + "date": "2022-07-21", + "price": 2.69 + }, + { + "date": "2022-07-14", + "price": 1.24 + }, + { + "date": "2022-06-23", + "price": 2.49 + }, + { + "date": "2022-06-09", + "price": 1.99 + }, + { + "date": "2022-05-19", + "price": 2.49 + }, + { + "date": "2022-05-12", + "price": 1.24 + }, + { + "date": "2022-04-10", + "price": 2.49 + }, + { + "date": "2022-04-08", + "price": 1.87 + }, + { + "date": "2022-03-31", + "price": 2.49 + }, + { + "date": "2022-03-26", + "price": 1.99 + }, + { + "date": "2022-02-03", + "price": 2.49 + }, + { + "date": "2022-01-20", + "price": 1.99 + }, + { + "date": "2021-12-09", + "price": 2.49 + }, + { + "date": "2021-12-02", + "price": 1.69 + }, + { + "date": "2021-11-27", + "price": 1.27 + }, + { + "date": "2021-11-25", + "price": 1.69 + }, + { + "date": "2021-10-28", + "price": 2.49 + }, + { + "date": "2021-10-21", + "price": 1.24 + }, + { + "date": "2021-09-16", + "price": 2.49 + }, + { + "date": "2021-09-02", + "price": 1.99 + }, + { + "date": "2021-08-19", + "price": 2.49 + }, + { + "date": "2021-08-05", + "price": 1.99 + }, + { + "date": "2021-07-22", + "price": 2.49 + }, + { + "date": "2021-07-08", + "price": 1.24 + }, + { + "date": "2021-06-24", + "price": 2.49 + }, + { + "date": "2021-06-10", + "price": 1.99 + }, + { + "date": "2021-05-27", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 1.24 + }, + { + "date": "2021-04-07", + "price": 2.49 + }, + { + "date": "2021-03-18", + "price": 1.99 + }, + { + "date": "2021-03-04", + "price": 2.49 + }, + { + "date": "2021-02-18", + "price": 1.24 + }, + { + "date": "2021-01-01", + "price": 2.49 + }, + { + "date": "2020-12-17", + "price": 1.99 + }, + { + "date": "2020-10-22", + "price": 2.49 + }, + { + "date": "2020-10-08", + "price": 1.99 + }, + { + "date": "2020-09-24", + "price": 2.49 + }, + { + "date": "2020-09-10", + "price": 1.99 + }, + { + "date": "2020-08-27", + "price": 2.49 + }, + { + "date": "2020-08-13", + "price": 1.24 + }, + { + "date": "2020-07-16", + "price": 2.49 + }, + { + "date": "2020-07-02", + "price": 1.24 + }, + { + "date": "2020-06-04", + "price": 2.49 + }, + { + "date": "2020-05-20", + "price": 1.66 + }, + { + "date": "2020-05-07", + "price": 2.49 + }, + { + "date": "2020-04-30", + "price": 1.24 + }, + { + "date": "2020-02-27", + "price": 2.49 + }, + { + "date": "2020-02-18", + "price": 1.24 + }, + { + "date": "2019-11-28", + "price": 1.99 + }, + { + "date": "2019-10-30", + "price": 1.89 + }, + { + "date": "2019-10-24", + "price": 2.49 + }, + { + "date": "2019-10-10", + "price": 1.99 + }, + { + "date": "2019-10-03", + "price": 2.49 + }, + { + "date": "2019-06-13", + "price": 1.89 + }, + { + "date": "2019-06-06", + "price": 2.49 + }, + { + "date": "2019-05-23", + "price": 1.66 + }, + { + "date": "2019-04-18", + "price": 2.49 + }, + { + "date": "2019-02-21", + "price": 1.99 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-31", + "price": 1.66 + }, + { + "date": "2019-01-24", + "price": 2.49 + }, + { + "date": "2019-01-21", + "price": 1.49 + }, + { + "date": "2018-12-06", + "price": 2.49 + }, + { + "date": "2018-11-22", + "price": 1.99 + }, + { + "date": "2018-09-27", + "price": 2.49 + }, + { + "date": "2018-02-22", + "price": 1.89 + }, + { + "date": "2018-02-01", + "price": 2.49 + }, + { + "date": "2018-01-18", + "price": 1.66 + }, + { + "date": "2017-12-06", + "price": 2.49 + }, + { + "date": "2017-11-23", + "price": 1.99 + }, + { + "date": "2017-10-19", + "price": 2.49 + }, + { + "date": "2017-10-09", + "price": 1.99 + }, + { + "date": "2017-09-09", + "price": 2.49 + }, + { + "date": "2017-08-24", + "price": 1.66 + }, + { + "date": "2017-06-29", + "price": 2.49 + }, + { + "date": "2017-06-13", + "price": 1.99 + }, + { + "date": "2017-04-05", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "choco", + "moo", + "200", + "g" + ], + "vector": { + "200": 0.4472135954999579, + "milk": 0.4472135954999579, + "choc": 0.4472135954999579, + "moo": 0.4472135954999579, + "g": 0.4472135954999579 + } + }, + { + "store": "billa", + "id": "00-452747", + "name": "Milka Choco Wafer", + "description": "Der Milka Choco Wafer besteht aus drei Schichten Waffeln mit feiner Kakaocreme, die zusammen mit der Schokoladenhülle einen knusprig-zarten Keksgenuss ergeben.
  • Waffel mit Kakaocreme-Füllung und Alpenmilchschokolade
  • mit Palmöl aus nachhaltiger Produktion", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 2.99 + }, + { + "date": "2023-06-07", + "price": 2.49 + }, + { + "date": "2023-05-13", + "price": 2.99 + }, + { + "date": "2023-05-06", + "price": 3.19 + }, + { + "date": "2023-01-27", + "price": 2.69 + }, + { + "date": "2023-01-19", + "price": 2.29 + }, + { + "date": "2022-12-28", + "price": 3.19 + }, + { + "date": "2022-09-19", + "price": 2.69 + }, + { + "date": "2022-09-04", + "price": 1.99 + }, + { + "date": "2022-09-02", + "price": 1.49 + }, + { + "date": "2022-09-01", + "price": 1.99 + }, + { + "date": "2022-08-18", + "price": 2.69 + }, + { + "date": "2022-08-04", + "price": 1.99 + }, + { + "date": "2022-07-21", + "price": 2.69 + }, + { + "date": "2022-07-14", + "price": 1.24 + }, + { + "date": "2022-06-23", + "price": 2.49 + }, + { + "date": "2022-06-09", + "price": 1.99 + }, + { + "date": "2022-05-19", + "price": 2.49 + }, + { + "date": "2022-05-12", + "price": 1.24 + }, + { + "date": "2022-04-10", + "price": 2.49 + }, + { + "date": "2022-04-08", + "price": 1.87 + }, + { + "date": "2022-03-31", + "price": 2.49 + }, + { + "date": "2022-03-26", + "price": 1.99 + }, + { + "date": "2022-02-03", + "price": 2.49 + }, + { + "date": "2022-01-20", + "price": 1.99 + }, + { + "date": "2021-12-09", + "price": 2.49 + }, + { + "date": "2021-12-02", + "price": 1.69 + }, + { + "date": "2021-11-30", + "price": 1.27 + }, + { + "date": "2021-10-28", + "price": 2.49 + }, + { + "date": "2021-10-21", + "price": 1.24 + }, + { + "date": "2021-09-16", + "price": 2.49 + }, + { + "date": "2021-09-02", + "price": 1.99 + }, + { + "date": "2021-08-19", + "price": 2.49 + }, + { + "date": "2021-08-05", + "price": 1.99 + }, + { + "date": "2021-07-22", + "price": 2.49 + }, + { + "date": "2021-07-08", + "price": 1.24 + }, + { + "date": "2021-06-24", + "price": 2.49 + }, + { + "date": "2021-06-10", + "price": 1.99 + }, + { + "date": "2021-05-27", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 1.24 + }, + { + "date": "2021-04-07", + "price": 2.49 + }, + { + "date": "2021-03-18", + "price": 1.99 + }, + { + "date": "2021-03-04", + "price": 2.49 + }, + { + "date": "2021-02-18", + "price": 1.24 + }, + { + "date": "2021-01-01", + "price": 2.49 + }, + { + "date": "2020-12-17", + "price": 1.99 + }, + { + "date": "2020-10-22", + "price": 2.49 + }, + { + "date": "2020-10-08", + "price": 1.99 + }, + { + "date": "2020-09-24", + "price": 2.49 + }, + { + "date": "2020-09-10", + "price": 1.99 + }, + { + "date": "2020-08-27", + "price": 2.49 + }, + { + "date": "2020-08-13", + "price": 1.24 + }, + { + "date": "2020-07-16", + "price": 2.49 + }, + { + "date": "2020-07-02", + "price": 1.24 + }, + { + "date": "2020-06-04", + "price": 2.49 + }, + { + "date": "2020-05-20", + "price": 1.66 + }, + { + "date": "2020-05-07", + "price": 2.49 + }, + { + "date": "2020-04-30", + "price": 1.24 + }, + { + "date": "2020-02-27", + "price": 2.49 + }, + { + "date": "2020-02-13", + "price": 1.24 + }, + { + "date": "2019-11-28", + "price": 1.99 + }, + { + "date": "2019-10-30", + "price": 1.89 + }, + { + "date": "2019-10-24", + "price": 2.49 + }, + { + "date": "2019-10-10", + "price": 1.99 + }, + { + "date": "2019-10-03", + "price": 2.49 + }, + { + "date": "2019-06-13", + "price": 1.89 + }, + { + "date": "2019-06-06", + "price": 2.49 + }, + { + "date": "2019-05-23", + "price": 1.66 + }, + { + "date": "2019-04-18", + "price": 2.49 + }, + { + "date": "2019-02-21", + "price": 1.99 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-31", + "price": 1.66 + }, + { + "date": "2019-01-24", + "price": 2.49 + }, + { + "date": "2019-01-21", + "price": 1.49 + }, + { + "date": "2018-12-06", + "price": 2.49 + }, + { + "date": "2018-11-22", + "price": 1.99 + }, + { + "date": "2018-09-27", + "price": 2.49 + }, + { + "date": "2018-02-22", + "price": 1.89 + }, + { + "date": "2018-02-01", + "price": 2.49 + }, + { + "date": "2018-01-18", + "price": 1.66 + }, + { + "date": "2017-12-06", + "price": 2.49 + }, + { + "date": "2017-11-23", + "price": 1.99 + }, + { + "date": "2017-10-19", + "price": 2.49 + }, + { + "date": "2017-10-09", + "price": 1.99 + }, + { + "date": "2017-09-09", + "price": 2.49 + }, + { + "date": "2017-08-24", + "price": 1.66 + }, + { + "date": "2017-06-29", + "price": 2.49 + }, + { + "date": "2017-06-13", + "price": 1.99 + }, + { + "date": "2017-04-05", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "choco", + "waf", + "150", + "g" + ], + "vector": { + "150": 0.4472135954999579, + "milk": 0.4472135954999579, + "choc": 0.4472135954999579, + "waf": 0.4472135954999579, + "g": 0.4472135954999579 + } + }, + { + "store": "billa", + "id": "00-699205", + "name": "Milka Choco Cookies Nuts", + "description": "Die Choco Cookies von Milka in der Variante Nuts enthalten knackige Haselnüsse und Schokostücke. Die Kekse sind eine köstliche Süßigkeit für Groß und Klein.
  • aus Weizenmehl gebackene Kekse
  • mit Schokoladenstücke aus Alpenvollmilchschokolade
  • mit Haselnüssen für den Knuspereffekt", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 2.99 + }, + { + "date": "2023-06-07", + "price": 2.49 + }, + { + "date": "2023-05-13", + "price": 2.99 + }, + { + "date": "2023-04-03", + "price": 3.19 + }, + { + "date": "2023-03-31", + "price": 2.39 + }, + { + "date": "2023-03-30", + "price": 3.19 + }, + { + "date": "2023-03-16", + "price": 2.69 + }, + { + "date": "2023-02-02", + "price": 3.19 + }, + { + "date": "2023-01-26", + "price": 2.69 + }, + { + "date": "2023-01-19", + "price": 2.29 + }, + { + "date": "2022-12-28", + "price": 3.19 + }, + { + "date": "2022-10-20", + "price": 2.79 + }, + { + "date": "2022-09-19", + "price": 2.69 + }, + { + "date": "2022-09-04", + "price": 1.99 + }, + { + "date": "2022-09-02", + "price": 1.49 + }, + { + "date": "2022-09-01", + "price": 1.99 + }, + { + "date": "2022-08-18", + "price": 2.69 + }, + { + "date": "2022-08-04", + "price": 1.99 + }, + { + "date": "2022-07-21", + "price": 2.69 + }, + { + "date": "2022-07-14", + "price": 1.24 + }, + { + "date": "2022-06-23", + "price": 2.49 + }, + { + "date": "2022-06-09", + "price": 1.99 + }, + { + "date": "2022-05-19", + "price": 2.49 + }, + { + "date": "2022-05-12", + "price": 1.24 + }, + { + "date": "2022-04-10", + "price": 2.49 + }, + { + "date": "2022-04-08", + "price": 1.87 + }, + { + "date": "2022-03-31", + "price": 2.49 + }, + { + "date": "2022-03-17", + "price": 1.99 + }, + { + "date": "2022-03-03", + "price": 2.49 + }, + { + "date": "2022-02-24", + "price": 1.24 + }, + { + "date": "2022-02-03", + "price": 2.49 + }, + { + "date": "2022-01-20", + "price": 1.99 + }, + { + "date": "2021-12-09", + "price": 2.49 + }, + { + "date": "2021-12-02", + "price": 1.69 + }, + { + "date": "2021-11-27", + "price": 1.27 + }, + { + "date": "2021-11-25", + "price": 1.69 + }, + { + "date": "2021-10-28", + "price": 2.49 + }, + { + "date": "2021-10-21", + "price": 1.24 + }, + { + "date": "2021-09-16", + "price": 2.49 + }, + { + "date": "2021-09-02", + "price": 1.99 + }, + { + "date": "2021-08-19", + "price": 2.49 + }, + { + "date": "2021-08-05", + "price": 1.99 + }, + { + "date": "2021-07-22", + "price": 2.49 + }, + { + "date": "2021-07-08", + "price": 1.24 + }, + { + "date": "2021-06-24", + "price": 2.49 + }, + { + "date": "2021-06-10", + "price": 1.99 + }, + { + "date": "2021-05-27", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 1.24 + }, + { + "date": "2021-01-01", + "price": 2.49 + }, + { + "date": "2020-12-17", + "price": 1.99 + }, + { + "date": "2020-10-22", + "price": 2.49 + }, + { + "date": "2020-10-08", + "price": 1.99 + }, + { + "date": "2020-09-24", + "price": 2.49 + }, + { + "date": "2020-09-10", + "price": 1.99 + }, + { + "date": "2020-08-27", + "price": 2.49 + }, + { + "date": "2020-08-13", + "price": 1.24 + }, + { + "date": "2020-07-16", + "price": 2.49 + }, + { + "date": "2020-07-02", + "price": 1.24 + }, + { + "date": "2020-06-04", + "price": 2.49 + }, + { + "date": "2020-05-20", + "price": 1.66 + }, + { + "date": "2020-05-07", + "price": 2.49 + }, + { + "date": "2020-04-30", + "price": 1.24 + }, + { + "date": "2020-03-07", + "price": 2.49 + }, + { + "date": "2019-11-28", + "price": 1.99 + }, + { + "date": "2019-10-30", + "price": 1.89 + }, + { + "date": "2019-10-24", + "price": 2.49 + }, + { + "date": "2019-10-10", + "price": 1.99 + }, + { + "date": "2019-10-03", + "price": 2.49 + }, + { + "date": "2019-06-13", + "price": 1.89 + }, + { + "date": "2019-06-06", + "price": 2.49 + }, + { + "date": "2019-05-23", + "price": 1.66 + }, + { + "date": "2019-04-18", + "price": 2.49 + }, + { + "date": "2019-02-21", + "price": 1.99 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-31", + "price": 1.66 + }, + { + "date": "2019-01-24", + "price": 2.49 + }, + { + "date": "2019-01-21", + "price": 1.49 + }, + { + "date": "2018-12-06", + "price": 2.49 + }, + { + "date": "2018-11-22", + "price": 1.99 + }, + { + "date": "2018-09-27", + "price": 2.49 + }, + { + "date": "2018-02-22", + "price": 1.89 + }, + { + "date": "2018-02-01", + "price": 2.49 + }, + { + "date": "2018-01-18", + "price": 1.66 + }, + { + "date": "2017-12-06", + "price": 2.49 + }, + { + "date": "2017-11-23", + "price": 1.99 + }, + { + "date": "2017-10-19", + "price": 2.49 + }, + { + "date": "2017-10-09", + "price": 1.99 + }, + { + "date": "2017-09-09", + "price": 2.49 + }, + { + "date": "2017-08-24", + "price": 1.66 + }, + { + "date": "2017-06-29", + "price": 2.49 + }, + { + "date": "2017-06-13", + "price": 1.99 + }, + { + "date": "2017-04-05", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 168, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "choco", + "cooki", + "nut", + "168", + "g" + ], + "vector": { + "168": 0.4082482904638631, + "milk": 0.4082482904638631, + "choc": 0.4082482904638631, + "cook": 0.4082482904638631, + "nut": 0.4082482904638631, + "g": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-303607", + "name": "Milka Cookies Sensations Schoko", + "description": "Die Milka Cookies Sensations Schoko erfreuen als köstliche Kekse mit Schoko-Stückchen und einem weichen Kern aus cremiger Schokolade.
  • Cookies mit Schokoladen-Stückchen und cremiger Schokoladen-Füllung
  • Tipp: warm aus der Mikrowelle genießen, 8 Sekunden bei 800 Watt", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 2.99 + }, + { + "date": "2023-06-07", + "price": 2.49 + }, + { + "date": "2023-05-13", + "price": 2.99 + }, + { + "date": "2023-04-03", + "price": 3.19 + }, + { + "date": "2023-03-31", + "price": 2.39 + }, + { + "date": "2023-03-30", + "price": 3.19 + }, + { + "date": "2023-03-16", + "price": 2.69 + }, + { + "date": "2023-02-02", + "price": 3.19 + }, + { + "date": "2023-01-26", + "price": 2.69 + }, + { + "date": "2023-01-19", + "price": 2.29 + }, + { + "date": "2022-12-16", + "price": 3.19 + }, + { + "date": "2022-11-27", + "price": 2.79 + }, + { + "date": "2022-11-26", + "price": 2.09 + }, + { + "date": "2022-10-20", + "price": 2.79 + }, + { + "date": "2022-09-19", + "price": 2.69 + }, + { + "date": "2022-09-04", + "price": 1.99 + }, + { + "date": "2022-09-02", + "price": 1.49 + }, + { + "date": "2022-09-01", + "price": 1.99 + }, + { + "date": "2022-08-18", + "price": 2.69 + }, + { + "date": "2022-08-04", + "price": 1.99 + }, + { + "date": "2022-07-21", + "price": 2.69 + }, + { + "date": "2022-07-14", + "price": 1.24 + }, + { + "date": "2022-06-23", + "price": 2.49 + }, + { + "date": "2022-06-09", + "price": 1.99 + }, + { + "date": "2022-05-19", + "price": 2.49 + }, + { + "date": "2022-05-12", + "price": 1.24 + }, + { + "date": "2022-04-10", + "price": 2.49 + }, + { + "date": "2022-04-08", + "price": 1.87 + }, + { + "date": "2022-02-03", + "price": 2.49 + }, + { + "date": "2022-01-20", + "price": 1.99 + }, + { + "date": "2021-12-09", + "price": 2.49 + }, + { + "date": "2021-12-02", + "price": 1.69 + }, + { + "date": "2021-11-27", + "price": 1.27 + }, + { + "date": "2021-11-25", + "price": 1.69 + }, + { + "date": "2021-10-28", + "price": 2.49 + }, + { + "date": "2021-10-21", + "price": 1.24 + }, + { + "date": "2021-09-16", + "price": 2.49 + }, + { + "date": "2021-09-02", + "price": 1.99 + }, + { + "date": "2021-08-19", + "price": 2.49 + }, + { + "date": "2021-08-05", + "price": 1.99 + }, + { + "date": "2021-07-22", + "price": 2.49 + }, + { + "date": "2021-07-08", + "price": 1.24 + }, + { + "date": "2021-06-24", + "price": 2.49 + }, + { + "date": "2021-06-10", + "price": 1.99 + }, + { + "date": "2021-05-27", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 1.24 + }, + { + "date": "2021-03-04", + "price": 2.49 + }, + { + "date": "2021-02-18", + "price": 1.24 + }, + { + "date": "2021-01-01", + "price": 2.49 + }, + { + "date": "2020-12-17", + "price": 1.99 + }, + { + "date": "2020-12-10", + "price": 2.49 + }, + { + "date": "2020-10-08", + "price": 1.99 + }, + { + "date": "2020-09-24", + "price": 2.49 + }, + { + "date": "2020-09-10", + "price": 1.99 + }, + { + "date": "2020-08-27", + "price": 2.49 + }, + { + "date": "2020-08-13", + "price": 1.24 + }, + { + "date": "2020-07-16", + "price": 2.49 + }, + { + "date": "2020-07-02", + "price": 1.24 + }, + { + "date": "2020-06-04", + "price": 2.49 + }, + { + "date": "2020-05-20", + "price": 1.66 + }, + { + "date": "2020-05-07", + "price": 2.49 + }, + { + "date": "2020-04-30", + "price": 1.24 + }, + { + "date": "2020-02-27", + "price": 2.49 + }, + { + "date": "2020-02-18", + "price": 1.24 + }, + { + "date": "2019-11-28", + "price": 1.99 + }, + { + "date": "2019-10-30", + "price": 1.89 + }, + { + "date": "2019-10-24", + "price": 2.49 + }, + { + "date": "2019-10-10", + "price": 1.99 + }, + { + "date": "2019-10-03", + "price": 2.49 + }, + { + "date": "2019-06-13", + "price": 1.89 + }, + { + "date": "2019-06-06", + "price": 2.49 + }, + { + "date": "2019-05-23", + "price": 1.66 + }, + { + "date": "2019-04-18", + "price": 2.49 + }, + { + "date": "2019-02-21", + "price": 1.99 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-31", + "price": 1.66 + }, + { + "date": "2019-01-24", + "price": 2.49 + }, + { + "date": "2019-01-21", + "price": 1.49 + }, + { + "date": "2018-12-06", + "price": 2.49 + }, + { + "date": "2018-11-22", + "price": 1.99 + }, + { + "date": "2018-09-27", + "price": 2.49 + }, + { + "date": "2018-02-22", + "price": 1.89 + }, + { + "date": "2018-02-01", + "price": 2.49 + }, + { + "date": "2018-01-18", + "price": 1.66 + }, + { + "date": "2017-12-06", + "price": 2.49 + }, + { + "date": "2017-11-23", + "price": 1.99 + }, + { + "date": "2017-10-19", + "price": 2.49 + }, + { + "date": "2017-10-09", + "price": 1.99 + }, + { + "date": "2017-09-09", + "price": 2.49 + }, + { + "date": "2017-08-24", + "price": 1.66 + }, + { + "date": "2017-06-29", + "price": 2.49 + }, + { + "date": "2017-06-13", + "price": 1.99 + }, + { + "date": "2017-04-05", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 156, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "cooki", + "sensation", + "schoko", + "156", + "g" + ], + "vector": { + "156": 0.30151134457776363, + "milk": 0.30151134457776363, + "cook": 0.30151134457776363, + "sens": 0.30151134457776363, + "ensa": 0.30151134457776363, + "nsat": 0.30151134457776363, + "sati": 0.30151134457776363, + "atio": 0.30151134457776363, + "scho": 0.30151134457776363, + "chok": 0.30151134457776363, + "g": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-422444", + "name": "Milka Cookies Sensations Oreo", + "description": "", + "price": 2.24, + "priceHistory": [ + { + "date": "2023-06-26", + "price": 2.24 + }, + { + "date": "2023-06-22", + "price": 2.99 + }, + { + "date": "2023-06-07", + "price": 2.49 + }, + { + "date": "2023-05-16", + "price": 2.99 + }, + { + "date": "2023-02-02", + "price": 3.19 + }, + { + "date": "2023-01-26", + "price": 2.69 + }, + { + "date": "2023-01-20", + "price": 2.29 + }, + { + "date": "2022-12-16", + "price": 3.19 + }, + { + "date": "2022-11-27", + "price": 2.79 + }, + { + "date": "2022-11-26", + "price": 2.09 + }, + { + "date": "2022-10-21", + "price": 2.79 + }, + { + "date": "2022-09-19", + "price": 2.69 + }, + { + "date": "2022-09-04", + "price": 1.99 + }, + { + "date": "2022-09-02", + "price": 1.49 + }, + { + "date": "2022-08-18", + "price": 2.69 + }, + { + "date": "2022-08-04", + "price": 1.99 + }, + { + "date": "2022-07-21", + "price": 2.69 + }, + { + "date": "2022-07-14", + "price": 1.24 + }, + { + "date": "2022-06-24", + "price": 2.49 + }, + { + "date": "2022-06-09", + "price": 1.99 + }, + { + "date": "2022-05-19", + "price": 2.49 + }, + { + "date": "2022-05-12", + "price": 1.24 + }, + { + "date": "2022-04-10", + "price": 2.49 + }, + { + "date": "2022-04-08", + "price": 1.87 + }, + { + "date": "2022-03-31", + "price": 2.49 + }, + { + "date": "2022-03-17", + "price": 1.99 + }, + { + "date": "2022-03-15", + "price": 2.49 + }, + { + "date": "2022-01-20", + "price": 1.99 + }, + { + "date": "2021-12-09", + "price": 2.49 + }, + { + "date": "2021-12-02", + "price": 1.69 + }, + { + "date": "2021-11-27", + "price": 1.27 + }, + { + "date": "2021-11-25", + "price": 1.69 + }, + { + "date": "2021-10-28", + "price": 2.49 + }, + { + "date": "2021-10-21", + "price": 1.24 + }, + { + "date": "2021-09-16", + "price": 2.49 + }, + { + "date": "2021-09-02", + "price": 1.99 + }, + { + "date": "2021-08-19", + "price": 2.49 + }, + { + "date": "2021-08-05", + "price": 1.99 + }, + { + "date": "2021-07-22", + "price": 2.49 + }, + { + "date": "2021-07-08", + "price": 1.24 + }, + { + "date": "2021-06-24", + "price": 2.49 + }, + { + "date": "2021-06-10", + "price": 1.99 + }, + { + "date": "2021-06-01", + "price": 2.49 + }, + { + "date": "2021-03-18", + "price": 1.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 156, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "cooki", + "sensation", + "oreo", + "156", + "g" + ], + "vector": { + "156": 0.31622776601683794, + "milk": 0.31622776601683794, + "cook": 0.31622776601683794, + "sens": 0.31622776601683794, + "ensa": 0.31622776601683794, + "nsat": 0.31622776601683794, + "sati": 0.31622776601683794, + "atio": 0.31622776601683794, + "oreo": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-30063", + "name": "Milka Erdbeer", + "description": "Diese Milka Erdbeer Schokolade hat ein Maxi-Format. Die zarte Schokolade ist mit einer fruchtigen Erdbeercreme gefüllt.
  • große Tafel
  • Milka Alpenmilch mit cremiger Erdbeer-Füllung
  • kann verschiedene Nüsse enthalten
  • enthält Milchprodukte", + "price": 3.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 3.79 + }, + { + "date": "2023-06-07", + "price": 2.99 + }, + { + "date": "2023-05-25", + "price": 3.79 + }, + { + "date": "2023-05-13", + "price": 2.99 + }, + { + "date": "2023-04-29", + "price": 3.79 + }, + { + "date": "2023-04-15", + "price": 2.99 + }, + { + "date": "2023-04-03", + "price": 3.79 + }, + { + "date": "2023-03-31", + "price": 2.84 + }, + { + "date": "2023-03-30", + "price": 3.79 + }, + { + "date": "2023-03-16", + "price": 2.79 + }, + { + "date": "2023-03-02", + "price": 3.79 + }, + { + "date": "2023-02-16", + "price": 2.89 + }, + { + "date": "2023-02-02", + "price": 3.89 + }, + { + "date": "2023-01-26", + "price": 2.89 + }, + { + "date": "2023-01-18", + "price": 2.69 + }, + { + "date": "2022-12-23", + "price": 3.89 + }, + { + "date": "2022-09-04", + "price": 3.49 + }, + { + "date": "2022-09-02", + "price": 2.62 + }, + { + "date": "2022-09-01", + "price": 3.49 + }, + { + "date": "2022-08-18", + "price": 2.49 + }, + { + "date": "2022-08-04", + "price": 3.49 + }, + { + "date": "2022-07-21", + "price": 2.49 + }, + { + "date": "2022-07-07", + "price": 3.49 + }, + { + "date": "2022-06-23", + "price": 2.49 + }, + { + "date": "2022-06-09", + "price": 3.49 + }, + { + "date": "2022-05-25", + "price": 2.49 + }, + { + "date": "2022-05-12", + "price": 3.49 + }, + { + "date": "2022-04-28", + "price": 2.49 + }, + { + "date": "2022-04-14", + "price": 3.49 + }, + { + "date": "2022-04-10", + "price": 2.49 + }, + { + "date": "2022-04-08", + "price": 1.87 + }, + { + "date": "2022-03-31", + "price": 2.49 + }, + { + "date": "2022-03-17", + "price": 3.49 + }, + { + "date": "2022-03-03", + "price": 2.32 + }, + { + "date": "2022-02-17", + "price": 3.49 + }, + { + "date": "2022-02-03", + "price": 2.32 + }, + { + "date": "2022-01-20", + "price": 3.49 + }, + { + "date": "2021-12-27", + "price": 2.49 + }, + { + "date": "2021-12-09", + "price": 3.49 + }, + { + "date": "2021-12-02", + "price": 2.49 + }, + { + "date": "2021-11-27", + "price": 1.87 + }, + { + "date": "2021-11-25", + "price": 2.49 + }, + { + "date": "2021-11-11", + "price": 3.49 + }, + { + "date": "2021-10-28", + "price": 2.32 + }, + { + "date": "2021-10-14", + "price": 3.49 + }, + { + "date": "2021-09-30", + "price": 2.49 + }, + { + "date": "2021-09-16", + "price": 3.49 + }, + { + "date": "2021-09-02", + "price": 2.49 + }, + { + "date": "2021-08-19", + "price": 3.49 + }, + { + "date": "2021-08-12", + "price": 2.49 + }, + { + "date": "2021-08-05", + "price": 1.89 + }, + { + "date": "2021-07-22", + "price": 3.49 + }, + { + "date": "2021-07-08", + "price": 2.49 + }, + { + "date": "2021-06-24", + "price": 3.49 + }, + { + "date": "2021-06-10", + "price": 2.49 + }, + { + "date": "2021-05-27", + "price": 3.49 + }, + { + "date": "2021-05-20", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 1.89 + }, + { + "date": "2021-05-04", + "price": 3.49 + }, + { + "date": "2021-04-15", + "price": 2.49 + }, + { + "date": "2021-04-07", + "price": 3.49 + }, + { + "date": "2021-03-18", + "price": 2.49 + }, + { + "date": "2021-03-04", + "price": 3.49 + }, + { + "date": "2021-02-18", + "price": 2.49 + }, + { + "date": "2021-02-04", + "price": 3.49 + }, + { + "date": "2021-01-21", + "price": 2.49 + }, + { + "date": "2021-01-01", + "price": 3.49 + }, + { + "date": "2020-12-17", + "price": 1.99 + }, + { + "date": "2020-12-03", + "price": 3.49 + }, + { + "date": "2020-11-19", + "price": 2.65 + }, + { + "date": "2020-09-24", + "price": 3.49 + }, + { + "date": "2020-09-10", + "price": 2.65 + }, + { + "date": "2020-08-27", + "price": 3.49 + }, + { + "date": "2020-08-13", + "price": 2.49 + }, + { + "date": "2020-07-30", + "price": 3.49 + }, + { + "date": "2020-07-16", + "price": 2.49 + }, + { + "date": "2020-07-02", + "price": 3.49 + }, + { + "date": "2020-06-18", + "price": 2.49 + }, + { + "date": "2020-06-04", + "price": 3.49 + }, + { + "date": "2020-05-20", + "price": 2.49 + }, + { + "date": "2020-05-07", + "price": 3.49 + }, + { + "date": "2020-04-23", + "price": 2.49 + }, + { + "date": "2020-04-09", + "price": 3.49 + }, + { + "date": "2020-03-26", + "price": 2.49 + }, + { + "date": "2020-03-13", + "price": 3.49 + }, + { + "date": "2020-02-27", + "price": 2.49 + }, + { + "date": "2020-02-22", + "price": 3.49 + }, + { + "date": "2020-01-30", + "price": 2.49 + }, + { + "date": "2020-01-16", + "price": 3.49 + }, + { + "date": "2020-01-02", + "price": 2.49 + }, + { + "date": "2019-12-19", + "price": 3.49 + }, + { + "date": "2019-12-05", + "price": 2.49 + }, + { + "date": "2019-11-21", + "price": 3.49 + }, + { + "date": "2019-11-07", + "price": 2.49 + }, + { + "date": "2019-10-10", + "price": 3.49 + }, + { + "date": "2019-09-26", + "price": 1.89 + }, + { + "date": "2019-09-12", + "price": 3.49 + }, + { + "date": "2019-08-29", + "price": 2.49 + }, + { + "date": "2019-08-15", + "price": 3.49 + }, + { + "date": "2019-08-01", + "price": 1.89 + }, + { + "date": "2019-07-18", + "price": 3.49 + }, + { + "date": "2019-07-04", + "price": 1.89 + }, + { + "date": "2019-06-20", + "price": 3.49 + }, + { + "date": "2019-06-06", + "price": 2.29 + }, + { + "date": "2019-05-23", + "price": 3.49 + }, + { + "date": "2019-05-09", + "price": 2.49 + }, + { + "date": "2019-04-25", + "price": 3.49 + }, + { + "date": "2019-04-11", + "price": 2.49 + }, + { + "date": "2019-03-28", + "price": 3.49 + }, + { + "date": "2019-03-14", + "price": 2.49 + }, + { + "date": "2019-02-28", + "price": 3.49 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-31", + "price": 3.49 + }, + { + "date": "2019-01-17", + "price": 2.49 + }, + { + "date": "2019-01-03", + "price": 3.49 + }, + { + "date": "2018-12-20", + "price": 2.49 + }, + { + "date": "2018-11-22", + "price": 3.49 + }, + { + "date": "2018-11-08", + "price": 2.49 + }, + { + "date": "2018-10-04", + "price": 3.49 + }, + { + "date": "2018-09-20", + "price": 2.49 + }, + { + "date": "2018-09-06", + "price": 3.49 + }, + { + "date": "2018-08-23", + "price": 2.49 + }, + { + "date": "2018-08-02", + "price": 3.49 + }, + { + "date": "2018-07-19", + "price": 1.89 + }, + { + "date": "2018-07-05", + "price": 3.49 + }, + { + "date": "2018-06-21", + "price": 2.49 + }, + { + "date": "2018-05-24", + "price": 3.49 + }, + { + "date": "2018-03-22", + "price": 2.29 + }, + { + "date": "2018-03-01", + "price": 3.49 + }, + { + "date": "2018-02-15", + "price": 2.49 + }, + { + "date": "2018-02-01", + "price": 3.49 + }, + { + "date": "2018-01-18", + "price": 2.49 + }, + { + "date": "2018-01-04", + "price": 3.49 + }, + { + "date": "2017-12-21", + "price": 2.49 + }, + { + "date": "2017-09-21", + "price": 3.49 + }, + { + "date": "2017-09-09", + "price": 2.49 + }, + { + "date": "2017-08-24", + "price": 3.49 + }, + { + "date": "2017-08-10", + "price": 2.49 + }, + { + "date": "2017-07-27", + "price": 3.49 + }, + { + "date": "2017-07-13", + "price": 2.49 + }, + { + "date": "2017-06-29", + "price": 3.49 + }, + { + "date": "2017-06-13", + "price": 2.49 + }, + { + "date": "2017-05-18", + "price": 3.49 + }, + { + "date": "2017-05-04", + "price": 2.49 + }, + { + "date": "2017-04-20", + "price": 3.49 + }, + { + "date": "2017-04-05", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 300, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "erdbe", + "300", + "g" + ], + "vector": { + "300": 0.5, + "milk": 0.5, + "erdb": 0.5, + "g": 0.5 + } + }, + { + "store": "billa", + "id": "00-847220", + "name": "Milka Ganze Haselnüsse", + "description": "Schokoladengenuss aus zartschmelzender Milka Alpenmilch Schokolade mit ganzen Haselnüssen.", + "price": 3.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 3.79 + }, + { + "date": "2023-06-07", + "price": 2.99 + }, + { + "date": "2023-05-25", + "price": 3.79 + }, + { + "date": "2023-05-13", + "price": 2.99 + }, + { + "date": "2023-04-29", + "price": 3.79 + }, + { + "date": "2023-04-15", + "price": 2.99 + }, + { + "date": "2023-04-03", + "price": 3.79 + }, + { + "date": "2023-03-31", + "price": 2.84 + }, + { + "date": "2023-03-30", + "price": 3.79 + }, + { + "date": "2023-03-16", + "price": 2.79 + }, + { + "date": "2023-03-02", + "price": 3.79 + }, + { + "date": "2023-02-16", + "price": 2.89 + }, + { + "date": "2023-02-02", + "price": 3.89 + }, + { + "date": "2023-01-26", + "price": 2.89 + }, + { + "date": "2023-01-18", + "price": 2.69 + }, + { + "date": "2022-12-01", + "price": 3.89 + }, + { + "date": "2022-11-27", + "price": 3.49 + }, + { + "date": "2022-11-26", + "price": 2.62 + }, + { + "date": "2022-09-04", + "price": 3.49 + }, + { + "date": "2022-09-02", + "price": 2.62 + }, + { + "date": "2022-09-01", + "price": 3.49 + }, + { + "date": "2022-08-18", + "price": 2.49 + }, + { + "date": "2022-08-04", + "price": 3.49 + }, + { + "date": "2022-07-21", + "price": 2.49 + }, + { + "date": "2022-07-07", + "price": 3.49 + }, + { + "date": "2022-06-23", + "price": 2.49 + }, + { + "date": "2022-06-09", + "price": 3.49 + }, + { + "date": "2022-05-25", + "price": 2.49 + }, + { + "date": "2022-05-12", + "price": 3.49 + }, + { + "date": "2022-04-28", + "price": 2.49 + }, + { + "date": "2022-04-14", + "price": 3.49 + }, + { + "date": "2022-04-10", + "price": 2.49 + }, + { + "date": "2022-04-08", + "price": 1.87 + }, + { + "date": "2022-03-31", + "price": 2.49 + }, + { + "date": "2022-03-17", + "price": 3.49 + }, + { + "date": "2022-03-03", + "price": 2.32 + }, + { + "date": "2022-02-17", + "price": 3.49 + }, + { + "date": "2022-02-03", + "price": 2.32 + }, + { + "date": "2022-01-20", + "price": 3.49 + }, + { + "date": "2021-12-27", + "price": 2.49 + }, + { + "date": "2021-12-09", + "price": 3.49 + }, + { + "date": "2021-12-02", + "price": 2.49 + }, + { + "date": "2021-11-27", + "price": 1.87 + }, + { + "date": "2021-11-25", + "price": 2.49 + }, + { + "date": "2021-11-11", + "price": 3.49 + }, + { + "date": "2021-10-28", + "price": 2.32 + }, + { + "date": "2021-10-14", + "price": 3.49 + }, + { + "date": "2021-09-30", + "price": 2.49 + }, + { + "date": "2021-09-16", + "price": 3.49 + }, + { + "date": "2021-09-02", + "price": 2.49 + }, + { + "date": "2021-08-19", + "price": 3.49 + }, + { + "date": "2021-08-12", + "price": 2.49 + }, + { + "date": "2021-08-05", + "price": 1.89 + }, + { + "date": "2021-07-22", + "price": 3.49 + }, + { + "date": "2021-07-08", + "price": 2.49 + }, + { + "date": "2021-06-24", + "price": 3.49 + }, + { + "date": "2021-06-10", + "price": 2.49 + }, + { + "date": "2021-05-27", + "price": 3.49 + }, + { + "date": "2021-05-20", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 1.89 + }, + { + "date": "2021-05-04", + "price": 3.49 + }, + { + "date": "2021-04-15", + "price": 2.49 + }, + { + "date": "2021-04-07", + "price": 3.49 + }, + { + "date": "2021-03-18", + "price": 2.49 + }, + { + "date": "2021-03-04", + "price": 3.49 + }, + { + "date": "2021-02-18", + "price": 2.49 + }, + { + "date": "2021-02-04", + "price": 3.49 + }, + { + "date": "2021-01-21", + "price": 2.49 + }, + { + "date": "2021-01-01", + "price": 3.49 + }, + { + "date": "2020-12-17", + "price": 1.99 + }, + { + "date": "2020-12-03", + "price": 3.49 + }, + { + "date": "2020-11-19", + "price": 2.65 + }, + { + "date": "2020-09-24", + "price": 3.49 + }, + { + "date": "2020-09-10", + "price": 2.65 + }, + { + "date": "2020-08-27", + "price": 3.49 + }, + { + "date": "2020-08-13", + "price": 2.49 + }, + { + "date": "2020-07-30", + "price": 3.49 + }, + { + "date": "2020-07-16", + "price": 2.49 + }, + { + "date": "2020-07-02", + "price": 3.49 + }, + { + "date": "2020-06-18", + "price": 2.49 + }, + { + "date": "2020-06-04", + "price": 3.49 + }, + { + "date": "2020-05-20", + "price": 2.49 + }, + { + "date": "2020-05-07", + "price": 3.49 + }, + { + "date": "2020-04-23", + "price": 2.49 + }, + { + "date": "2020-04-09", + "price": 3.49 + }, + { + "date": "2020-03-26", + "price": 2.49 + }, + { + "date": "2020-03-12", + "price": 3.49 + }, + { + "date": "2020-02-27", + "price": 2.49 + }, + { + "date": "2020-02-13", + "price": 3.49 + }, + { + "date": "2020-01-30", + "price": 2.49 + }, + { + "date": "2020-01-16", + "price": 3.49 + }, + { + "date": "2020-01-02", + "price": 2.49 + }, + { + "date": "2019-12-19", + "price": 3.49 + }, + { + "date": "2019-12-05", + "price": 2.49 + }, + { + "date": "2019-11-21", + "price": 3.49 + }, + { + "date": "2019-11-07", + "price": 2.49 + }, + { + "date": "2019-10-10", + "price": 3.49 + }, + { + "date": "2019-09-26", + "price": 1.89 + }, + { + "date": "2019-09-12", + "price": 3.49 + }, + { + "date": "2019-08-29", + "price": 2.49 + }, + { + "date": "2019-08-15", + "price": 3.49 + }, + { + "date": "2019-08-01", + "price": 1.89 + }, + { + "date": "2019-07-18", + "price": 3.49 + }, + { + "date": "2019-07-04", + "price": 1.89 + }, + { + "date": "2019-06-20", + "price": 3.49 + }, + { + "date": "2019-06-06", + "price": 2.29 + }, + { + "date": "2019-05-23", + "price": 3.49 + }, + { + "date": "2019-05-09", + "price": 2.49 + }, + { + "date": "2019-04-25", + "price": 3.49 + }, + { + "date": "2019-04-11", + "price": 2.49 + }, + { + "date": "2019-03-28", + "price": 3.49 + }, + { + "date": "2019-03-14", + "price": 2.49 + }, + { + "date": "2019-02-28", + "price": 3.49 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-31", + "price": 3.49 + }, + { + "date": "2019-01-17", + "price": 2.49 + }, + { + "date": "2019-01-03", + "price": 3.49 + }, + { + "date": "2018-12-20", + "price": 2.49 + }, + { + "date": "2018-11-22", + "price": 3.49 + }, + { + "date": "2018-11-08", + "price": 2.49 + }, + { + "date": "2018-10-04", + "price": 3.49 + }, + { + "date": "2018-09-20", + "price": 2.49 + }, + { + "date": "2018-09-06", + "price": 3.49 + }, + { + "date": "2018-08-23", + "price": 2.49 + }, + { + "date": "2018-08-02", + "price": 3.49 + }, + { + "date": "2018-07-19", + "price": 1.89 + }, + { + "date": "2018-07-05", + "price": 3.49 + }, + { + "date": "2018-06-21", + "price": 2.49 + }, + { + "date": "2018-05-24", + "price": 3.49 + }, + { + "date": "2018-03-22", + "price": 2.29 + }, + { + "date": "2018-03-01", + "price": 3.49 + }, + { + "date": "2018-02-15", + "price": 2.49 + }, + { + "date": "2018-02-01", + "price": 3.49 + }, + { + "date": "2018-01-18", + "price": 2.49 + }, + { + "date": "2018-01-04", + "price": 3.49 + }, + { + "date": "2017-12-21", + "price": 2.49 + }, + { + "date": "2017-11-07", + "price": 3.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 270, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "haselnss", + "270", + "g" + ], + "vector": { + "270": 0.3779644730092272, + "milk": 0.3779644730092272, + "hase": 0.3779644730092272, + "asel": 0.3779644730092272, + "seln": 0.3779644730092272, + "elns": 0.3779644730092272, + "g": 0.3779644730092272 + } + }, + { + "store": "billa", + "id": "00-68432", + "name": "Milka Noisette", + "description": "Milka Noisette ist ein köstlicher Schokoladen-Genuss: mit knusprigen Haselnuss-Stückchen, in zarter Milka Schokolade aus 100 % Alpenmilch.
  • zarte Alpenmilch-Schokolade mit feiner Haselnuss-Masse
  • enthält Nüsse
  • kann Gluten enthalten
  • ", + "price": 0.99, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 0.99 + }, + { + "date": "2023-06-07", + "price": 1.39 + }, + { + "date": "2023-05-25", + "price": 0.99 + }, + { + "date": "2023-05-13", + "price": 1.39 + }, + { + "date": "2023-04-29", + "price": 0.99 + }, + { + "date": "2023-04-08", + "price": 1.39 + }, + { + "date": "2023-04-03", + "price": 0.99 + }, + { + "date": "2023-03-31", + "price": 0.74 + }, + { + "date": "2023-03-30", + "price": 0.99 + }, + { + "date": "2023-03-16", + "price": 1.39 + }, + { + "date": "2023-03-02", + "price": 0.99 + }, + { + "date": "2023-02-16", + "price": 1.29 + }, + { + "date": "2023-02-02", + "price": 0.99 + }, + { + "date": "2022-11-27", + "price": 1.29 + }, + { + "date": "2022-11-26", + "price": 0.97 + }, + { + "date": "2022-10-13", + "price": 1.29 + }, + { + "date": "2022-09-29", + "price": 0.86 + }, + { + "date": "2022-09-19", + "price": 1.29 + }, + { + "date": "2022-09-04", + "price": 0.99 + }, + { + "date": "2022-09-02", + "price": 0.74 + }, + { + "date": "2022-09-01", + "price": 0.99 + }, + { + "date": "2022-08-18", + "price": 1.29 + }, + { + "date": "2022-08-04", + "price": 1.09 + }, + { + "date": "2022-07-21", + "price": 1.29 + }, + { + "date": "2022-07-07", + "price": 1.09 + }, + { + "date": "2022-06-23", + "price": 1.29 + }, + { + "date": "2022-06-09", + "price": 0.99 + }, + { + "date": "2022-05-26", + "price": 1.29 + }, + { + "date": "2022-05-25", + "price": 1.19 + }, + { + "date": "2022-05-12", + "price": 0.99 + }, + { + "date": "2022-04-28", + "price": 1.19 + }, + { + "date": "2022-04-14", + "price": 0.99 + }, + { + "date": "2022-04-10", + "price": 1.19 + }, + { + "date": "2022-04-08", + "price": 0.89 + }, + { + "date": "2022-03-31", + "price": 1.19 + }, + { + "date": "2022-03-17", + "price": 0.99 + }, + { + "date": "2022-03-03", + "price": 1.19 + }, + { + "date": "2022-02-17", + "price": 0.79 + }, + { + "date": "2022-02-03", + "price": 1.19 + }, + { + "date": "2022-01-20", + "price": 0.89 + }, + { + "date": "2021-12-25", + "price": 1.19 + }, + { + "date": "2021-12-09", + "price": 0.79 + }, + { + "date": "2021-12-02", + "price": 1.19 + }, + { + "date": "2021-11-27", + "price": 0.89 + }, + { + "date": "2021-11-25", + "price": 1.19 + }, + { + "date": "2021-11-11", + "price": 0.79 + }, + { + "date": "2021-10-28", + "price": 1.19 + }, + { + "date": "2021-10-14", + "price": 0.99 + }, + { + "date": "2021-09-30", + "price": 1.19 + }, + { + "date": "2021-09-16", + "price": 0.99 + }, + { + "date": "2021-09-02", + "price": 1.19 + }, + { + "date": "2021-08-19", + "price": 0.99 + }, + { + "date": "2021-08-05", + "price": 1.19 + }, + { + "date": "2021-07-22", + "price": 0.99 + }, + { + "date": "2021-07-08", + "price": 1.19 + }, + { + "date": "2021-06-24", + "price": 0.99 + }, + { + "date": "2021-06-10", + "price": 1.19 + }, + { + "date": "2021-05-27", + "price": 0.79 + }, + { + "date": "2021-05-12", + "price": 1.19 + }, + { + "date": "2021-05-04", + "price": 0.99 + }, + { + "date": "2021-04-15", + "price": 1.19 + }, + { + "date": "2021-04-07", + "price": 0.69 + }, + { + "date": "2021-03-18", + "price": 1.19 + }, + { + "date": "2021-03-04", + "price": 0.99 + }, + { + "date": "2021-02-18", + "price": 1.19 + }, + { + "date": "2021-02-04", + "price": 0.79 + }, + { + "date": "2021-01-21", + "price": 1.19 + }, + { + "date": "2021-01-02", + "price": 0.99 + }, + { + "date": "2020-12-17", + "price": 1.19 + }, + { + "date": "2020-12-03", + "price": 0.99 + }, + { + "date": "2020-11-19", + "price": 1.19 + }, + { + "date": "2020-11-05", + "price": 0.99 + }, + { + "date": "2020-10-22", + "price": 1.19 + }, + { + "date": "2020-09-24", + "price": 0.99 + }, + { + "date": "2020-09-10", + "price": 1.19 + }, + { + "date": "2020-08-27", + "price": 0.99 + }, + { + "date": "2020-08-13", + "price": 1.19 + }, + { + "date": "2020-07-30", + "price": 0.99 + }, + { + "date": "2020-07-16", + "price": 1.19 + }, + { + "date": "2020-07-02", + "price": 0.99 + }, + { + "date": "2020-06-18", + "price": 1.19 + }, + { + "date": "2020-06-04", + "price": 0.99 + }, + { + "date": "2020-05-20", + "price": 1.19 + }, + { + "date": "2020-05-07", + "price": 0.99 + }, + { + "date": "2020-04-23", + "price": 1.19 + }, + { + "date": "2020-04-09", + "price": 0.99 + }, + { + "date": "2020-03-28", + "price": 1.19 + }, + { + "date": "2020-03-12", + "price": 0.79 + }, + { + "date": "2020-02-27", + "price": 1.19 + }, + { + "date": "2020-02-13", + "price": 0.99 + }, + { + "date": "2020-01-30", + "price": 1.19 + }, + { + "date": "2020-01-16", + "price": 0.79 + }, + { + "date": "2020-01-02", + "price": 1.19 + }, + { + "date": "2019-12-19", + "price": 0.99 + }, + { + "date": "2019-12-05", + "price": 1.19 + }, + { + "date": "2019-11-21", + "price": 0.99 + }, + { + "date": "2019-11-07", + "price": 1.19 + }, + { + "date": "2019-10-10", + "price": 0.99 + }, + { + "date": "2019-09-26", + "price": 1.19 + }, + { + "date": "2019-09-12", + "price": 0.99 + }, + { + "date": "2019-08-29", + "price": 1.19 + }, + { + "date": "2019-08-14", + "price": 0.79 + }, + { + "date": "2019-08-01", + "price": 1.19 + }, + { + "date": "2019-07-18", + "price": 0.79 + }, + { + "date": "2019-07-04", + "price": 1.19 + }, + { + "date": "2019-06-19", + "price": 0.99 + }, + { + "date": "2019-06-06", + "price": 1.19 + }, + { + "date": "2019-05-23", + "price": 0.79 + }, + { + "date": "2019-05-09", + "price": 1.19 + }, + { + "date": "2019-04-25", + "price": 0.99 + }, + { + "date": "2019-04-11", + "price": 1.19 + }, + { + "date": "2019-03-28", + "price": 0.99 + }, + { + "date": "2019-03-14", + "price": 1.19 + }, + { + "date": "2019-02-28", + "price": 1 + }, + { + "date": "2019-02-14", + "price": 1.19 + }, + { + "date": "2019-01-31", + "price": 0.99 + }, + { + "date": "2019-01-17", + "price": 1.19 + }, + { + "date": "2019-01-02", + "price": 0.99 + }, + { + "date": "2018-12-20", + "price": 1.19 + }, + { + "date": "2018-12-06", + "price": 0.89 + }, + { + "date": "2018-11-08", + "price": 1.19 + }, + { + "date": "2018-10-04", + "price": 0.99 + }, + { + "date": "2018-09-20", + "price": 1.19 + }, + { + "date": "2018-09-06", + "price": 0.99 + }, + { + "date": "2018-08-23", + "price": 1.19 + }, + { + "date": "2018-08-02", + "price": 0.79 + }, + { + "date": "2018-07-19", + "price": 1.19 + }, + { + "date": "2018-07-05", + "price": 0.99 + }, + { + "date": "2018-06-21", + "price": 1.19 + }, + { + "date": "2018-06-07", + "price": 0.79 + }, + { + "date": "2018-05-17", + "price": 1.19 + }, + { + "date": "2018-05-03", + "price": 0.99 + }, + { + "date": "2018-04-19", + "price": 1.19 + }, + { + "date": "2018-04-05", + "price": 0.99 + }, + { + "date": "2018-03-15", + "price": 1.19 + }, + { + "date": "2018-03-01", + "price": 0.99 + }, + { + "date": "2018-01-18", + "price": 1.19 + }, + { + "date": "2018-01-04", + "price": 0.99 + }, + { + "date": "2017-12-21", + "price": 1.19 + }, + { + "date": "2017-12-06", + "price": 0.99 + }, + { + "date": "2017-11-23", + "price": 1.19 + }, + { + "date": "2017-11-09", + "price": 0.99 + }, + { + "date": "2017-07-13", + "price": 1.19 + }, + { + "date": "2017-06-29", + "price": 0.99 + }, + { + "date": "2017-06-01", + "price": 1.19 + }, + { + "date": "2017-05-18", + "price": 0.99 + }, + { + "date": "2017-05-04", + "price": 1.19 + }, + { + "date": "2017-04-20", + "price": 0.99 + }, + { + "date": "2017-04-05", + "price": 1.19 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "noisett", + "100", + "g" + ], + "vector": { + "100": 0.4082482904638631, + "milk": 0.4082482904638631, + "nois": 0.4082482904638631, + "oise": 0.4082482904638631, + "iset": 0.4082482904638631, + "g": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-18949", + "name": "Milka Nuss & Nougat-Crème", + "description": "Die große Tafel Milka Schokolade, gefüllt mit der unnachahmlichen Nuss & Nougat-Creme, bringt den maximalen Schoko-Genuss.
  • Tafel im Maxi-Format
  • enthält Nüsse und Mandeln
  • Milka Alpenmilch mit Nougat- und Nuss-Füllung", + "price": 3.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 3.79 + }, + { + "date": "2023-06-07", + "price": 2.99 + }, + { + "date": "2023-05-25", + "price": 3.79 + }, + { + "date": "2023-05-13", + "price": 2.99 + }, + { + "date": "2023-04-29", + "price": 3.79 + }, + { + "date": "2023-04-15", + "price": 2.99 + }, + { + "date": "2023-04-03", + "price": 3.79 + }, + { + "date": "2023-03-31", + "price": 2.84 + }, + { + "date": "2023-03-30", + "price": 3.79 + }, + { + "date": "2023-03-16", + "price": 2.79 + }, + { + "date": "2023-03-02", + "price": 3.79 + }, + { + "date": "2023-02-16", + "price": 2.89 + }, + { + "date": "2023-02-02", + "price": 3.89 + }, + { + "date": "2023-01-26", + "price": 2.89 + }, + { + "date": "2023-01-18", + "price": 2.69 + }, + { + "date": "2022-12-01", + "price": 3.89 + }, + { + "date": "2022-11-27", + "price": 3.49 + }, + { + "date": "2022-11-26", + "price": 2.62 + }, + { + "date": "2022-09-04", + "price": 3.49 + }, + { + "date": "2022-09-02", + "price": 2.62 + }, + { + "date": "2022-09-01", + "price": 3.49 + }, + { + "date": "2022-08-18", + "price": 2.49 + }, + { + "date": "2022-08-04", + "price": 3.49 + }, + { + "date": "2022-07-21", + "price": 2.49 + }, + { + "date": "2022-07-07", + "price": 3.49 + }, + { + "date": "2022-06-23", + "price": 2.49 + }, + { + "date": "2022-06-09", + "price": 3.49 + }, + { + "date": "2022-05-25", + "price": 2.49 + }, + { + "date": "2022-05-12", + "price": 3.49 + }, + { + "date": "2022-04-28", + "price": 2.49 + }, + { + "date": "2022-04-14", + "price": 3.49 + }, + { + "date": "2022-04-10", + "price": 2.49 + }, + { + "date": "2022-04-08", + "price": 1.87 + }, + { + "date": "2022-03-31", + "price": 2.49 + }, + { + "date": "2022-03-17", + "price": 3.49 + }, + { + "date": "2022-03-03", + "price": 2.32 + }, + { + "date": "2022-02-17", + "price": 3.49 + }, + { + "date": "2022-02-03", + "price": 2.32 + }, + { + "date": "2022-01-20", + "price": 3.49 + }, + { + "date": "2021-12-27", + "price": 2.49 + }, + { + "date": "2021-12-09", + "price": 3.49 + }, + { + "date": "2021-12-02", + "price": 2.49 + }, + { + "date": "2021-11-27", + "price": 1.87 + }, + { + "date": "2021-11-25", + "price": 2.49 + }, + { + "date": "2021-11-11", + "price": 3.49 + }, + { + "date": "2021-10-28", + "price": 2.32 + }, + { + "date": "2021-10-14", + "price": 3.49 + }, + { + "date": "2021-09-30", + "price": 2.49 + }, + { + "date": "2021-09-16", + "price": 3.49 + }, + { + "date": "2021-09-02", + "price": 2.49 + }, + { + "date": "2021-08-19", + "price": 3.49 + }, + { + "date": "2021-08-12", + "price": 2.49 + }, + { + "date": "2021-08-05", + "price": 1.89 + }, + { + "date": "2021-07-22", + "price": 3.49 + }, + { + "date": "2021-07-08", + "price": 2.49 + }, + { + "date": "2021-06-24", + "price": 3.49 + }, + { + "date": "2021-06-10", + "price": 2.49 + }, + { + "date": "2021-05-27", + "price": 3.49 + }, + { + "date": "2021-05-20", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 1.89 + }, + { + "date": "2021-05-04", + "price": 3.49 + }, + { + "date": "2021-04-15", + "price": 2.49 + }, + { + "date": "2021-04-07", + "price": 3.49 + }, + { + "date": "2021-03-18", + "price": 2.49 + }, + { + "date": "2021-03-04", + "price": 3.49 + }, + { + "date": "2021-02-18", + "price": 2.49 + }, + { + "date": "2021-02-04", + "price": 3.49 + }, + { + "date": "2021-01-21", + "price": 2.49 + }, + { + "date": "2021-01-01", + "price": 3.49 + }, + { + "date": "2020-12-17", + "price": 1.99 + }, + { + "date": "2020-12-03", + "price": 3.49 + }, + { + "date": "2020-11-19", + "price": 2.65 + }, + { + "date": "2020-09-24", + "price": 3.49 + }, + { + "date": "2020-09-10", + "price": 2.65 + }, + { + "date": "2020-08-27", + "price": 3.49 + }, + { + "date": "2020-08-13", + "price": 2.49 + }, + { + "date": "2020-07-30", + "price": 3.49 + }, + { + "date": "2020-07-16", + "price": 2.49 + }, + { + "date": "2020-07-02", + "price": 3.49 + }, + { + "date": "2020-06-18", + "price": 2.49 + }, + { + "date": "2020-06-04", + "price": 3.49 + }, + { + "date": "2020-05-20", + "price": 2.49 + }, + { + "date": "2020-05-07", + "price": 3.49 + }, + { + "date": "2020-04-23", + "price": 2.49 + }, + { + "date": "2020-04-09", + "price": 3.49 + }, + { + "date": "2020-03-26", + "price": 2.49 + }, + { + "date": "2020-03-12", + "price": 3.49 + }, + { + "date": "2020-02-27", + "price": 2.49 + }, + { + "date": "2020-02-13", + "price": 3.49 + }, + { + "date": "2020-01-30", + "price": 2.49 + }, + { + "date": "2020-01-16", + "price": 3.49 + }, + { + "date": "2020-01-02", + "price": 2.49 + }, + { + "date": "2019-12-19", + "price": 3.49 + }, + { + "date": "2019-12-05", + "price": 2.49 + }, + { + "date": "2019-11-21", + "price": 3.49 + }, + { + "date": "2019-11-07", + "price": 2.49 + }, + { + "date": "2019-10-10", + "price": 3.49 + }, + { + "date": "2019-09-26", + "price": 1.89 + }, + { + "date": "2019-09-12", + "price": 3.49 + }, + { + "date": "2019-08-29", + "price": 2.49 + }, + { + "date": "2019-08-15", + "price": 3.49 + }, + { + "date": "2019-08-01", + "price": 1.89 + }, + { + "date": "2019-07-18", + "price": 3.49 + }, + { + "date": "2019-07-04", + "price": 1.89 + }, + { + "date": "2019-06-20", + "price": 3.49 + }, + { + "date": "2019-06-06", + "price": 2.29 + }, + { + "date": "2019-05-23", + "price": 3.49 + }, + { + "date": "2019-05-09", + "price": 2.49 + }, + { + "date": "2019-04-25", + "price": 3.49 + }, + { + "date": "2019-04-11", + "price": 2.49 + }, + { + "date": "2019-03-28", + "price": 3.49 + }, + { + "date": "2019-03-14", + "price": 2.49 + }, + { + "date": "2019-02-28", + "price": 3.49 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-31", + "price": 3.49 + }, + { + "date": "2019-01-17", + "price": 2.49 + }, + { + "date": "2019-01-03", + "price": 3.49 + }, + { + "date": "2018-12-20", + "price": 2.49 + }, + { + "date": "2018-11-22", + "price": 3.49 + }, + { + "date": "2018-11-08", + "price": 2.49 + }, + { + "date": "2018-10-04", + "price": 3.49 + }, + { + "date": "2018-09-20", + "price": 2.49 + }, + { + "date": "2018-09-06", + "price": 3.49 + }, + { + "date": "2018-08-23", + "price": 2.49 + }, + { + "date": "2018-08-02", + "price": 3.49 + }, + { + "date": "2018-07-19", + "price": 1.89 + }, + { + "date": "2018-07-05", + "price": 3.49 + }, + { + "date": "2018-06-21", + "price": 2.49 + }, + { + "date": "2018-05-24", + "price": 3.49 + }, + { + "date": "2018-03-22", + "price": 2.29 + }, + { + "date": "2018-03-01", + "price": 3.49 + }, + { + "date": "2018-02-15", + "price": 2.49 + }, + { + "date": "2018-02-01", + "price": 3.49 + }, + { + "date": "2018-01-18", + "price": 2.49 + }, + { + "date": "2018-01-04", + "price": 3.49 + }, + { + "date": "2017-12-21", + "price": 2.49 + }, + { + "date": "2017-10-19", + "price": 3.49 + }, + { + "date": "2017-10-09", + "price": 2.49 + }, + { + "date": "2017-09-21", + "price": 3.49 + }, + { + "date": "2017-09-09", + "price": 2.49 + }, + { + "date": "2017-08-24", + "price": 3.49 + }, + { + "date": "2017-08-10", + "price": 2.49 + }, + { + "date": "2017-07-27", + "price": 3.49 + }, + { + "date": "2017-07-13", + "price": 2.49 + }, + { + "date": "2017-06-29", + "price": 3.49 + }, + { + "date": "2017-06-13", + "price": 2.49 + }, + { + "date": "2017-05-18", + "price": 3.49 + }, + { + "date": "2017-05-04", + "price": 2.49 + }, + { + "date": "2017-04-20", + "price": 3.49 + }, + { + "date": "2017-04-05", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 300, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "nuss", + "nougatcrm", + "300", + "g" + ], + "vector": { + "300": 0.3333333333333333, + "milk": 0.3333333333333333, + "nuss": 0.3333333333333333, + "noug": 0.3333333333333333, + "ouga": 0.3333333333333333, + "ugat": 0.3333333333333333, + "gatc": 0.3333333333333333, + "atcr": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-890673", + "name": "Milka Oreo", + "description": "Die Milka Großtafel in der Geschmacksrichtung Oreo überzeugt durch die einzigartige Kombination von köstlicher Schokolade und feinen Oreo Keksen.
  • Schokolade mit 100 % Alpenmilch
  • knuspriger Keks
  • zarte Milchcreme mit Vanillegeschmack
  • Schokoladengenuss im XXL-Format", + "price": 3.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 3.79 + }, + { + "date": "2023-06-07", + "price": 2.99 + }, + { + "date": "2023-05-25", + "price": 3.79 + }, + { + "date": "2023-05-13", + "price": 2.99 + }, + { + "date": "2023-04-29", + "price": 3.79 + }, + { + "date": "2023-04-15", + "price": 2.99 + }, + { + "date": "2023-04-03", + "price": 3.79 + }, + { + "date": "2023-03-31", + "price": 2.84 + }, + { + "date": "2023-03-30", + "price": 3.79 + }, + { + "date": "2023-03-16", + "price": 2.79 + }, + { + "date": "2023-03-02", + "price": 3.79 + }, + { + "date": "2023-02-16", + "price": 2.89 + }, + { + "date": "2023-02-02", + "price": 3.89 + }, + { + "date": "2023-01-26", + "price": 2.89 + }, + { + "date": "2023-01-18", + "price": 2.69 + }, + { + "date": "2022-12-23", + "price": 3.89 + }, + { + "date": "2022-09-04", + "price": 3.49 + }, + { + "date": "2022-09-02", + "price": 2.62 + }, + { + "date": "2022-09-01", + "price": 3.49 + }, + { + "date": "2022-08-18", + "price": 2.49 + }, + { + "date": "2022-08-04", + "price": 3.49 + }, + { + "date": "2022-07-21", + "price": 2.49 + }, + { + "date": "2022-07-07", + "price": 3.49 + }, + { + "date": "2022-06-23", + "price": 2.49 + }, + { + "date": "2022-06-09", + "price": 3.49 + }, + { + "date": "2022-05-25", + "price": 2.49 + }, + { + "date": "2022-05-12", + "price": 3.49 + }, + { + "date": "2022-04-28", + "price": 2.49 + }, + { + "date": "2022-04-14", + "price": 3.49 + }, + { + "date": "2022-04-10", + "price": 2.49 + }, + { + "date": "2022-04-08", + "price": 1.87 + }, + { + "date": "2022-03-31", + "price": 2.49 + }, + { + "date": "2022-03-17", + "price": 3.49 + }, + { + "date": "2022-03-03", + "price": 2.32 + }, + { + "date": "2022-02-17", + "price": 3.49 + }, + { + "date": "2022-02-03", + "price": 2.32 + }, + { + "date": "2022-01-20", + "price": 3.49 + }, + { + "date": "2021-12-27", + "price": 2.49 + }, + { + "date": "2021-12-09", + "price": 3.49 + }, + { + "date": "2021-12-02", + "price": 2.49 + }, + { + "date": "2021-11-27", + "price": 1.87 + }, + { + "date": "2021-11-25", + "price": 2.49 + }, + { + "date": "2021-11-11", + "price": 3.49 + }, + { + "date": "2021-10-28", + "price": 2.32 + }, + { + "date": "2021-10-14", + "price": 3.49 + }, + { + "date": "2021-09-30", + "price": 2.49 + }, + { + "date": "2021-09-16", + "price": 3.49 + }, + { + "date": "2021-09-02", + "price": 2.49 + }, + { + "date": "2021-08-19", + "price": 3.49 + }, + { + "date": "2021-08-12", + "price": 2.49 + }, + { + "date": "2021-08-05", + "price": 1.89 + }, + { + "date": "2021-07-22", + "price": 3.49 + }, + { + "date": "2021-07-08", + "price": 2.49 + }, + { + "date": "2021-06-24", + "price": 3.49 + }, + { + "date": "2021-06-10", + "price": 2.49 + }, + { + "date": "2021-05-27", + "price": 3.49 + }, + { + "date": "2021-05-20", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 1.89 + }, + { + "date": "2021-05-04", + "price": 3.49 + }, + { + "date": "2021-04-15", + "price": 2.49 + }, + { + "date": "2021-03-04", + "price": 3.49 + }, + { + "date": "2021-02-18", + "price": 2.49 + }, + { + "date": "2021-02-04", + "price": 3.49 + }, + { + "date": "2021-01-21", + "price": 2.49 + }, + { + "date": "2021-01-01", + "price": 3.49 + }, + { + "date": "2020-12-17", + "price": 1.99 + }, + { + "date": "2020-12-03", + "price": 3.49 + }, + { + "date": "2020-11-19", + "price": 2.65 + }, + { + "date": "2020-09-24", + "price": 3.49 + }, + { + "date": "2020-09-10", + "price": 2.65 + }, + { + "date": "2020-08-27", + "price": 3.49 + }, + { + "date": "2020-08-13", + "price": 2.49 + }, + { + "date": "2020-07-30", + "price": 3.49 + }, + { + "date": "2020-07-16", + "price": 2.49 + }, + { + "date": "2020-07-02", + "price": 3.49 + }, + { + "date": "2020-06-18", + "price": 2.49 + }, + { + "date": "2020-06-04", + "price": 3.49 + }, + { + "date": "2020-05-20", + "price": 2.49 + }, + { + "date": "2020-05-07", + "price": 3.49 + }, + { + "date": "2020-04-23", + "price": 2.49 + }, + { + "date": "2020-04-09", + "price": 3.49 + }, + { + "date": "2020-03-26", + "price": 2.49 + }, + { + "date": "2020-03-12", + "price": 3.49 + }, + { + "date": "2020-02-27", + "price": 2.49 + }, + { + "date": "2020-02-18", + "price": 3.49 + }, + { + "date": "2020-01-30", + "price": 2.49 + }, + { + "date": "2020-01-16", + "price": 3.49 + }, + { + "date": "2020-01-02", + "price": 2.49 + }, + { + "date": "2019-12-19", + "price": 3.49 + }, + { + "date": "2019-12-05", + "price": 2.49 + }, + { + "date": "2019-11-21", + "price": 3.49 + }, + { + "date": "2019-11-07", + "price": 2.49 + }, + { + "date": "2019-10-10", + "price": 3.49 + }, + { + "date": "2019-09-26", + "price": 1.89 + }, + { + "date": "2019-09-12", + "price": 3.49 + }, + { + "date": "2019-08-29", + "price": 2.49 + }, + { + "date": "2019-08-15", + "price": 3.49 + }, + { + "date": "2019-08-01", + "price": 1.89 + }, + { + "date": "2019-07-18", + "price": 3.49 + }, + { + "date": "2019-07-04", + "price": 1.89 + }, + { + "date": "2019-06-20", + "price": 3.49 + }, + { + "date": "2019-06-06", + "price": 2.29 + }, + { + "date": "2019-05-23", + "price": 3.49 + }, + { + "date": "2019-05-09", + "price": 2.49 + }, + { + "date": "2019-04-25", + "price": 3.49 + }, + { + "date": "2019-04-11", + "price": 2.49 + }, + { + "date": "2019-03-28", + "price": 3.49 + }, + { + "date": "2019-03-14", + "price": 2.49 + }, + { + "date": "2019-02-28", + "price": 3.49 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-31", + "price": 3.49 + }, + { + "date": "2019-01-17", + "price": 2.49 + }, + { + "date": "2019-01-03", + "price": 3.49 + }, + { + "date": "2018-12-20", + "price": 2.49 + }, + { + "date": "2018-11-22", + "price": 3.49 + }, + { + "date": "2018-11-08", + "price": 2.49 + }, + { + "date": "2018-10-04", + "price": 3.49 + }, + { + "date": "2018-09-20", + "price": 2.49 + }, + { + "date": "2018-09-06", + "price": 3.49 + }, + { + "date": "2018-08-23", + "price": 2.49 + }, + { + "date": "2018-08-02", + "price": 3.49 + }, + { + "date": "2018-07-19", + "price": 1.89 + }, + { + "date": "2018-07-05", + "price": 3.49 + }, + { + "date": "2018-06-21", + "price": 2.49 + }, + { + "date": "2018-05-24", + "price": 3.49 + }, + { + "date": "2018-03-22", + "price": 2.29 + }, + { + "date": "2018-03-01", + "price": 3.49 + }, + { + "date": "2018-02-15", + "price": 2.49 + }, + { + "date": "2018-02-01", + "price": 3.49 + }, + { + "date": "2018-01-18", + "price": 2.49 + }, + { + "date": "2018-01-04", + "price": 3.49 + }, + { + "date": "2017-12-21", + "price": 2.49 + }, + { + "date": "2017-10-19", + "price": 3.49 + }, + { + "date": "2017-10-09", + "price": 2.49 + }, + { + "date": "2017-09-21", + "price": 3.49 + }, + { + "date": "2017-09-09", + "price": 2.49 + }, + { + "date": "2017-08-24", + "price": 3.49 + }, + { + "date": "2017-08-10", + "price": 2.49 + }, + { + "date": "2017-07-27", + "price": 3.49 + }, + { + "date": "2017-07-13", + "price": 2.49 + }, + { + "date": "2017-06-29", + "price": 3.49 + }, + { + "date": "2017-06-13", + "price": 2.49 + }, + { + "date": "2017-05-18", + "price": 3.49 + }, + { + "date": "2017-05-04", + "price": 2.49 + }, + { + "date": "2017-04-20", + "price": 3.49 + }, + { + "date": "2017-04-05", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 300, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "oreo", + "300", + "g" + ], + "vector": { + "300": 0.5, + "milk": 0.5, + "oreo": 0.5, + "g": 0.5 + } + }, + { + "store": "billa", + "id": "00-516885", + "name": "Milka Peanut Caramel", + "description": "Die Milka Peanut Caramel Alpenmilchschokolade mit knusprigen Erdnüssen und cremigem Karamell ist ein süßes Geschmackserlebnis für die ganze Familie.
  • Alpenmilchschokolade mit Karamell- und Erdnusscremefüllung, kleinen Erdnussstücken und Knusperreis
  • mit 100 % Alpenmilch hergestellt
  • in der großen Variante", + "price": 3.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 3.79 + }, + { + "date": "2023-06-07", + "price": 2.99 + }, + { + "date": "2023-05-25", + "price": 3.79 + }, + { + "date": "2023-05-13", + "price": 2.99 + }, + { + "date": "2023-04-29", + "price": 3.79 + }, + { + "date": "2023-04-15", + "price": 2.99 + }, + { + "date": "2023-04-03", + "price": 3.79 + }, + { + "date": "2023-03-31", + "price": 2.84 + }, + { + "date": "2023-03-30", + "price": 3.79 + }, + { + "date": "2023-03-16", + "price": 2.79 + }, + { + "date": "2023-03-02", + "price": 3.79 + }, + { + "date": "2023-02-16", + "price": 2.89 + }, + { + "date": "2023-02-02", + "price": 3.89 + }, + { + "date": "2023-01-26", + "price": 2.89 + }, + { + "date": "2023-01-18", + "price": 2.69 + }, + { + "date": "2022-12-23", + "price": 3.89 + }, + { + "date": "2022-09-04", + "price": 3.49 + }, + { + "date": "2022-09-02", + "price": 2.62 + }, + { + "date": "2022-09-01", + "price": 3.49 + }, + { + "date": "2022-08-18", + "price": 2.49 + }, + { + "date": "2022-08-04", + "price": 3.49 + }, + { + "date": "2022-07-21", + "price": 2.49 + }, + { + "date": "2022-07-07", + "price": 3.49 + }, + { + "date": "2022-06-23", + "price": 2.49 + }, + { + "date": "2022-06-09", + "price": 3.49 + }, + { + "date": "2022-05-25", + "price": 2.49 + }, + { + "date": "2022-05-12", + "price": 3.49 + }, + { + "date": "2022-04-28", + "price": 2.49 + }, + { + "date": "2022-04-14", + "price": 3.49 + }, + { + "date": "2022-04-10", + "price": 2.49 + }, + { + "date": "2022-04-08", + "price": 1.87 + }, + { + "date": "2022-03-31", + "price": 2.49 + }, + { + "date": "2022-02-17", + "price": 3.49 + }, + { + "date": "2022-02-03", + "price": 2.32 + }, + { + "date": "2022-01-20", + "price": 3.49 + }, + { + "date": "2021-12-27", + "price": 2.49 + }, + { + "date": "2021-12-09", + "price": 3.49 + }, + { + "date": "2021-12-02", + "price": 2.49 + }, + { + "date": "2021-11-27", + "price": 1.87 + }, + { + "date": "2021-11-25", + "price": 2.49 + }, + { + "date": "2021-11-11", + "price": 3.49 + }, + { + "date": "2021-10-28", + "price": 2.32 + }, + { + "date": "2021-10-14", + "price": 3.49 + }, + { + "date": "2021-09-30", + "price": 2.49 + }, + { + "date": "2021-09-16", + "price": 3.49 + }, + { + "date": "2021-09-02", + "price": 2.49 + }, + { + "date": "2021-08-19", + "price": 3.49 + }, + { + "date": "2021-08-12", + "price": 2.49 + }, + { + "date": "2021-08-05", + "price": 1.89 + }, + { + "date": "2021-07-22", + "price": 3.49 + }, + { + "date": "2021-07-08", + "price": 2.49 + }, + { + "date": "2021-06-24", + "price": 3.49 + }, + { + "date": "2021-06-10", + "price": 2.49 + }, + { + "date": "2021-05-27", + "price": 3.49 + }, + { + "date": "2021-05-20", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 1.89 + }, + { + "date": "2021-05-04", + "price": 3.49 + }, + { + "date": "2021-04-15", + "price": 2.49 + }, + { + "date": "2021-04-07", + "price": 3.49 + }, + { + "date": "2021-03-18", + "price": 2.49 + }, + { + "date": "2021-03-04", + "price": 3.49 + }, + { + "date": "2021-02-18", + "price": 2.49 + }, + { + "date": "2021-02-04", + "price": 3.49 + }, + { + "date": "2021-01-21", + "price": 2.49 + }, + { + "date": "2021-01-01", + "price": 3.49 + }, + { + "date": "2020-12-17", + "price": 1.99 + }, + { + "date": "2020-12-03", + "price": 3.49 + }, + { + "date": "2020-11-19", + "price": 2.65 + }, + { + "date": "2020-09-24", + "price": 3.49 + }, + { + "date": "2020-09-10", + "price": 2.65 + }, + { + "date": "2020-08-27", + "price": 3.49 + }, + { + "date": "2020-08-13", + "price": 2.49 + }, + { + "date": "2020-07-30", + "price": 3.49 + }, + { + "date": "2020-07-16", + "price": 2.49 + }, + { + "date": "2020-07-02", + "price": 3.49 + }, + { + "date": "2020-06-18", + "price": 2.49 + }, + { + "date": "2020-06-04", + "price": 3.49 + }, + { + "date": "2020-05-20", + "price": 2.49 + }, + { + "date": "2020-05-07", + "price": 3.49 + }, + { + "date": "2020-04-23", + "price": 2.49 + }, + { + "date": "2020-04-09", + "price": 3.49 + }, + { + "date": "2020-03-26", + "price": 2.49 + }, + { + "date": "2020-03-12", + "price": 3.49 + }, + { + "date": "2020-01-30", + "price": 2.49 + }, + { + "date": "2020-01-16", + "price": 3.49 + }, + { + "date": "2020-01-02", + "price": 2.49 + }, + { + "date": "2019-12-19", + "price": 3.49 + }, + { + "date": "2019-12-05", + "price": 2.49 + }, + { + "date": "2019-11-21", + "price": 3.49 + }, + { + "date": "2019-11-07", + "price": 2.49 + }, + { + "date": "2019-10-10", + "price": 3.49 + }, + { + "date": "2019-09-26", + "price": 1.89 + }, + { + "date": "2019-09-12", + "price": 3.49 + }, + { + "date": "2019-08-29", + "price": 2.49 + }, + { + "date": "2019-08-15", + "price": 3.49 + }, + { + "date": "2019-08-01", + "price": 1.89 + }, + { + "date": "2019-07-18", + "price": 3.49 + }, + { + "date": "2019-07-04", + "price": 1.89 + }, + { + "date": "2019-06-20", + "price": 3.49 + }, + { + "date": "2019-06-06", + "price": 2.29 + }, + { + "date": "2019-05-23", + "price": 3.49 + }, + { + "date": "2019-05-09", + "price": 2.49 + }, + { + "date": "2019-04-25", + "price": 3.49 + }, + { + "date": "2019-04-11", + "price": 2.49 + }, + { + "date": "2019-03-28", + "price": 3.49 + }, + { + "date": "2019-03-14", + "price": 2.49 + }, + { + "date": "2019-02-28", + "price": 3.49 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-31", + "price": 3.49 + }, + { + "date": "2019-01-17", + "price": 2.49 + }, + { + "date": "2019-01-03", + "price": 3.49 + }, + { + "date": "2018-12-20", + "price": 2.49 + }, + { + "date": "2018-11-22", + "price": 3.49 + }, + { + "date": "2018-11-08", + "price": 2.49 + }, + { + "date": "2018-10-04", + "price": 3.49 + }, + { + "date": "2018-09-20", + "price": 2.49 + }, + { + "date": "2018-09-06", + "price": 3.49 + }, + { + "date": "2018-08-23", + "price": 2.49 + }, + { + "date": "2018-08-02", + "price": 3.49 + }, + { + "date": "2018-07-19", + "price": 1.89 + }, + { + "date": "2018-07-05", + "price": 3.49 + }, + { + "date": "2018-06-21", + "price": 2.49 + }, + { + "date": "2018-05-24", + "price": 3.49 + }, + { + "date": "2018-03-22", + "price": 2.29 + }, + { + "date": "2018-03-01", + "price": 3.49 + }, + { + "date": "2018-02-15", + "price": 2.49 + }, + { + "date": "2018-02-01", + "price": 3.49 + }, + { + "date": "2018-01-18", + "price": 2.49 + }, + { + "date": "2018-01-04", + "price": 3.49 + }, + { + "date": "2017-12-21", + "price": 2.49 + }, + { + "date": "2017-10-19", + "price": 3.49 + }, + { + "date": "2017-10-09", + "price": 2.49 + }, + { + "date": "2017-09-21", + "price": 3.49 + }, + { + "date": "2017-09-09", + "price": 2.49 + }, + { + "date": "2017-08-24", + "price": 3.49 + }, + { + "date": "2017-08-10", + "price": 2.49 + }, + { + "date": "2017-07-27", + "price": 3.49 + }, + { + "date": "2017-07-13", + "price": 2.49 + }, + { + "date": "2017-06-29", + "price": 3.49 + }, + { + "date": "2017-06-13", + "price": 2.49 + }, + { + "date": "2017-05-18", + "price": 3.49 + }, + { + "date": "2017-05-04", + "price": 2.49 + }, + { + "date": "2017-04-20", + "price": 3.49 + }, + { + "date": "2017-04-05", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 276, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "peanut", + "caramel", + "276", + "g" + ], + "vector": { + "276": 0.35355339059327373, + "milk": 0.35355339059327373, + "pean": 0.35355339059327373, + "eanu": 0.35355339059327373, + "cara": 0.35355339059327373, + "aram": 0.35355339059327373, + "rame": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-401331", + "name": "Milka Schoko & Keks", + "description": "Milka Schoko & Keks ist eine feine Kombination aus Keks, cremiger Füllung und einer Hülle aus Milchschokolade. Die Schokolade passt ideal zu Kaffee oder Kakao.
  • Milchschokolade mit Keks, gefüllt mit Milch- und Kakaocreme
  • in der großen Tafel
  • vegetarisch
  • mit Alpenmilch hergestellt", + "price": 3.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 3.79 + }, + { + "date": "2023-06-07", + "price": 2.99 + }, + { + "date": "2023-05-25", + "price": 3.79 + }, + { + "date": "2023-05-13", + "price": 2.99 + }, + { + "date": "2023-04-29", + "price": 3.79 + }, + { + "date": "2023-04-15", + "price": 2.99 + }, + { + "date": "2023-04-03", + "price": 3.79 + }, + { + "date": "2023-03-31", + "price": 2.84 + }, + { + "date": "2023-03-30", + "price": 3.79 + }, + { + "date": "2023-03-16", + "price": 2.79 + }, + { + "date": "2023-03-02", + "price": 3.79 + }, + { + "date": "2023-02-16", + "price": 2.89 + }, + { + "date": "2023-02-02", + "price": 3.89 + }, + { + "date": "2023-01-26", + "price": 2.89 + }, + { + "date": "2023-01-18", + "price": 2.69 + }, + { + "date": "2022-12-01", + "price": 3.89 + }, + { + "date": "2022-11-27", + "price": 3.49 + }, + { + "date": "2022-11-26", + "price": 2.62 + }, + { + "date": "2022-09-04", + "price": 3.49 + }, + { + "date": "2022-09-02", + "price": 2.62 + }, + { + "date": "2022-09-01", + "price": 3.49 + }, + { + "date": "2022-08-18", + "price": 2.49 + }, + { + "date": "2022-08-04", + "price": 3.49 + }, + { + "date": "2022-07-21", + "price": 2.49 + }, + { + "date": "2022-07-07", + "price": 3.49 + }, + { + "date": "2022-06-23", + "price": 2.49 + }, + { + "date": "2022-06-09", + "price": 3.49 + }, + { + "date": "2022-05-25", + "price": 2.49 + }, + { + "date": "2022-05-12", + "price": 3.49 + }, + { + "date": "2022-04-28", + "price": 2.49 + }, + { + "date": "2022-04-14", + "price": 3.49 + }, + { + "date": "2022-04-10", + "price": 2.49 + }, + { + "date": "2022-04-08", + "price": 1.87 + }, + { + "date": "2022-03-31", + "price": 2.49 + }, + { + "date": "2022-03-17", + "price": 3.49 + }, + { + "date": "2022-03-03", + "price": 2.32 + }, + { + "date": "2022-02-17", + "price": 3.49 + }, + { + "date": "2022-02-03", + "price": 2.32 + }, + { + "date": "2022-01-20", + "price": 3.49 + }, + { + "date": "2021-12-27", + "price": 2.49 + }, + { + "date": "2021-12-09", + "price": 3.49 + }, + { + "date": "2021-12-02", + "price": 2.49 + }, + { + "date": "2021-11-27", + "price": 1.87 + }, + { + "date": "2021-11-25", + "price": 2.49 + }, + { + "date": "2021-11-11", + "price": 3.49 + }, + { + "date": "2021-10-28", + "price": 2.32 + }, + { + "date": "2021-10-14", + "price": 3.49 + }, + { + "date": "2021-09-30", + "price": 2.49 + }, + { + "date": "2021-09-16", + "price": 3.49 + }, + { + "date": "2021-09-02", + "price": 2.49 + }, + { + "date": "2021-08-19", + "price": 3.49 + }, + { + "date": "2021-08-12", + "price": 2.49 + }, + { + "date": "2021-08-05", + "price": 1.89 + }, + { + "date": "2021-07-22", + "price": 3.49 + }, + { + "date": "2021-07-08", + "price": 2.49 + }, + { + "date": "2021-06-24", + "price": 3.49 + }, + { + "date": "2021-06-10", + "price": 2.49 + }, + { + "date": "2021-05-27", + "price": 3.49 + }, + { + "date": "2021-05-20", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 1.89 + }, + { + "date": "2021-05-04", + "price": 3.49 + }, + { + "date": "2021-04-15", + "price": 2.49 + }, + { + "date": "2021-04-07", + "price": 3.49 + }, + { + "date": "2021-03-18", + "price": 2.49 + }, + { + "date": "2021-03-04", + "price": 3.49 + }, + { + "date": "2021-02-18", + "price": 2.49 + }, + { + "date": "2021-02-04", + "price": 3.49 + }, + { + "date": "2021-01-21", + "price": 2.49 + }, + { + "date": "2021-01-01", + "price": 3.49 + }, + { + "date": "2020-12-17", + "price": 1.99 + }, + { + "date": "2020-12-03", + "price": 3.49 + }, + { + "date": "2020-11-19", + "price": 2.65 + }, + { + "date": "2020-09-24", + "price": 3.49 + }, + { + "date": "2020-09-10", + "price": 2.65 + }, + { + "date": "2020-08-27", + "price": 3.49 + }, + { + "date": "2020-08-13", + "price": 2.49 + }, + { + "date": "2020-07-30", + "price": 3.49 + }, + { + "date": "2020-07-16", + "price": 2.49 + }, + { + "date": "2020-07-02", + "price": 3.49 + }, + { + "date": "2020-06-18", + "price": 2.49 + }, + { + "date": "2020-06-04", + "price": 3.49 + }, + { + "date": "2020-05-20", + "price": 2.49 + }, + { + "date": "2020-05-07", + "price": 3.49 + }, + { + "date": "2020-04-23", + "price": 2.49 + }, + { + "date": "2020-04-09", + "price": 3.49 + }, + { + "date": "2020-03-26", + "price": 2.49 + }, + { + "date": "2020-03-12", + "price": 3.49 + }, + { + "date": "2020-02-27", + "price": 2.49 + }, + { + "date": "2020-02-13", + "price": 3.49 + }, + { + "date": "2020-01-30", + "price": 2.49 + }, + { + "date": "2020-01-16", + "price": 3.49 + }, + { + "date": "2020-01-02", + "price": 2.49 + }, + { + "date": "2019-12-19", + "price": 3.49 + }, + { + "date": "2019-12-05", + "price": 2.49 + }, + { + "date": "2019-11-21", + "price": 3.49 + }, + { + "date": "2019-11-07", + "price": 2.49 + }, + { + "date": "2019-10-10", + "price": 3.49 + }, + { + "date": "2019-09-26", + "price": 1.89 + }, + { + "date": "2019-09-12", + "price": 3.49 + }, + { + "date": "2019-08-29", + "price": 2.49 + }, + { + "date": "2019-08-15", + "price": 3.49 + }, + { + "date": "2019-08-01", + "price": 1.89 + }, + { + "date": "2019-07-18", + "price": 3.49 + }, + { + "date": "2019-07-04", + "price": 1.89 + }, + { + "date": "2019-06-20", + "price": 3.49 + }, + { + "date": "2019-06-06", + "price": 2.29 + }, + { + "date": "2019-05-23", + "price": 3.49 + }, + { + "date": "2019-05-09", + "price": 2.49 + }, + { + "date": "2019-04-25", + "price": 3.49 + }, + { + "date": "2019-04-11", + "price": 2.49 + }, + { + "date": "2019-03-28", + "price": 3.49 + }, + { + "date": "2019-03-14", + "price": 2.49 + }, + { + "date": "2019-02-28", + "price": 3.49 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-31", + "price": 3.49 + }, + { + "date": "2019-01-17", + "price": 2.49 + }, + { + "date": "2019-01-03", + "price": 3.49 + }, + { + "date": "2018-12-20", + "price": 2.49 + }, + { + "date": "2018-11-22", + "price": 3.49 + }, + { + "date": "2018-11-08", + "price": 2.49 + }, + { + "date": "2018-10-04", + "price": 3.49 + }, + { + "date": "2018-09-20", + "price": 2.49 + }, + { + "date": "2018-09-06", + "price": 3.49 + }, + { + "date": "2018-08-23", + "price": 2.49 + }, + { + "date": "2018-08-02", + "price": 3.49 + }, + { + "date": "2018-07-19", + "price": 1.89 + }, + { + "date": "2018-07-05", + "price": 3.49 + }, + { + "date": "2018-06-21", + "price": 2.49 + }, + { + "date": "2018-05-24", + "price": 3.49 + }, + { + "date": "2018-03-22", + "price": 2.29 + }, + { + "date": "2018-03-01", + "price": 3.49 + }, + { + "date": "2018-02-15", + "price": 2.49 + }, + { + "date": "2018-02-01", + "price": 3.49 + }, + { + "date": "2018-01-18", + "price": 2.49 + }, + { + "date": "2018-01-04", + "price": 3.49 + }, + { + "date": "2017-12-21", + "price": 2.49 + }, + { + "date": "2017-10-19", + "price": 3.49 + }, + { + "date": "2017-10-09", + "price": 2.49 + }, + { + "date": "2017-09-21", + "price": 3.49 + }, + { + "date": "2017-09-09", + "price": 2.49 + }, + { + "date": "2017-08-24", + "price": 3.49 + }, + { + "date": "2017-08-10", + "price": 2.49 + }, + { + "date": "2017-07-27", + "price": 3.49 + }, + { + "date": "2017-07-13", + "price": 2.49 + }, + { + "date": "2017-06-29", + "price": 3.49 + }, + { + "date": "2017-06-13", + "price": 2.49 + }, + { + "date": "2017-05-18", + "price": 3.49 + }, + { + "date": "2017-05-04", + "price": 2.49 + }, + { + "date": "2017-04-20", + "price": 3.49 + }, + { + "date": "2017-04-05", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 300, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "schoko", + "kek", + "300", + "g" + ], + "vector": { + "300": 0.4082482904638631, + "milk": 0.4082482904638631, + "scho": 0.4082482904638631, + "chok": 0.4082482904638631, + "kek": 0.4082482904638631, + "g": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-502919", + "name": "Milka Toffee Ganznuss", + "description": "Cremiges Karamell, knackige Haselnüsse und zart schmelzende Milka Alpenmilchschokolade machen die Milka Toffee Ganznuss Schokolade zum süßen Geschmackserlebnis.
  • Alpenmilchschokolade mit Milch- und Karamellcreme-Füllung
  • ohne Farbstoffe und künstliche Aromen hergestellt
  • mit ganzen Haselnüssen", + "price": 3.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 3.79 + }, + { + "date": "2023-06-07", + "price": 2.99 + }, + { + "date": "2023-05-25", + "price": 3.79 + }, + { + "date": "2023-05-13", + "price": 2.99 + }, + { + "date": "2023-04-29", + "price": 3.79 + }, + { + "date": "2023-04-15", + "price": 2.99 + }, + { + "date": "2023-04-03", + "price": 3.79 + }, + { + "date": "2023-03-31", + "price": 2.84 + }, + { + "date": "2023-03-30", + "price": 3.79 + }, + { + "date": "2023-03-16", + "price": 2.79 + }, + { + "date": "2023-03-02", + "price": 3.79 + }, + { + "date": "2023-02-16", + "price": 2.89 + }, + { + "date": "2023-02-02", + "price": 3.89 + }, + { + "date": "2023-01-26", + "price": 2.89 + }, + { + "date": "2023-01-18", + "price": 2.69 + }, + { + "date": "2023-01-12", + "price": 3.89 + }, + { + "date": "2022-09-04", + "price": 3.49 + }, + { + "date": "2022-09-02", + "price": 2.62 + }, + { + "date": "2022-09-01", + "price": 3.49 + }, + { + "date": "2022-08-18", + "price": 2.49 + }, + { + "date": "2022-08-04", + "price": 3.49 + }, + { + "date": "2022-07-21", + "price": 2.49 + }, + { + "date": "2022-07-07", + "price": 3.49 + }, + { + "date": "2022-06-23", + "price": 2.49 + }, + { + "date": "2022-06-09", + "price": 3.49 + }, + { + "date": "2022-05-25", + "price": 2.49 + }, + { + "date": "2022-05-12", + "price": 3.49 + }, + { + "date": "2022-04-28", + "price": 2.49 + }, + { + "date": "2022-04-14", + "price": 3.49 + }, + { + "date": "2022-04-10", + "price": 2.49 + }, + { + "date": "2022-04-08", + "price": 1.87 + }, + { + "date": "2022-03-31", + "price": 2.49 + }, + { + "date": "2022-02-17", + "price": 3.49 + }, + { + "date": "2022-02-03", + "price": 2.32 + }, + { + "date": "2022-01-20", + "price": 3.49 + }, + { + "date": "2021-12-27", + "price": 2.49 + }, + { + "date": "2021-12-09", + "price": 3.49 + }, + { + "date": "2021-12-02", + "price": 2.49 + }, + { + "date": "2021-11-27", + "price": 1.87 + }, + { + "date": "2021-11-25", + "price": 2.49 + }, + { + "date": "2021-11-11", + "price": 3.49 + }, + { + "date": "2021-10-28", + "price": 2.32 + }, + { + "date": "2021-10-14", + "price": 3.49 + }, + { + "date": "2021-09-30", + "price": 2.49 + }, + { + "date": "2021-09-16", + "price": 3.49 + }, + { + "date": "2021-09-02", + "price": 2.49 + }, + { + "date": "2021-08-19", + "price": 3.49 + }, + { + "date": "2021-08-12", + "price": 2.49 + }, + { + "date": "2021-08-05", + "price": 1.89 + }, + { + "date": "2021-07-22", + "price": 3.49 + }, + { + "date": "2021-07-08", + "price": 2.49 + }, + { + "date": "2021-06-24", + "price": 3.49 + }, + { + "date": "2021-06-10", + "price": 2.49 + }, + { + "date": "2021-05-27", + "price": 3.49 + }, + { + "date": "2021-05-20", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 1.89 + }, + { + "date": "2021-05-04", + "price": 3.49 + }, + { + "date": "2021-04-15", + "price": 2.49 + }, + { + "date": "2021-04-07", + "price": 3.49 + }, + { + "date": "2021-03-18", + "price": 2.49 + }, + { + "date": "2021-03-04", + "price": 3.49 + }, + { + "date": "2021-02-18", + "price": 2.49 + }, + { + "date": "2021-02-04", + "price": 3.49 + }, + { + "date": "2021-01-21", + "price": 2.49 + }, + { + "date": "2021-01-01", + "price": 3.49 + }, + { + "date": "2020-12-17", + "price": 1.99 + }, + { + "date": "2020-12-03", + "price": 3.49 + }, + { + "date": "2020-11-19", + "price": 2.65 + }, + { + "date": "2020-09-24", + "price": 3.49 + }, + { + "date": "2020-09-10", + "price": 2.65 + }, + { + "date": "2020-08-27", + "price": 3.49 + }, + { + "date": "2020-08-13", + "price": 2.49 + }, + { + "date": "2020-07-30", + "price": 3.49 + }, + { + "date": "2020-07-16", + "price": 2.49 + }, + { + "date": "2020-07-02", + "price": 3.49 + }, + { + "date": "2020-06-18", + "price": 2.49 + }, + { + "date": "2020-06-04", + "price": 3.49 + }, + { + "date": "2020-05-20", + "price": 2.49 + }, + { + "date": "2020-05-07", + "price": 3.49 + }, + { + "date": "2020-04-23", + "price": 2.49 + }, + { + "date": "2020-04-09", + "price": 3.49 + }, + { + "date": "2020-03-26", + "price": 2.49 + }, + { + "date": "2020-03-12", + "price": 3.49 + }, + { + "date": "2020-02-27", + "price": 2.49 + }, + { + "date": "2020-02-18", + "price": 3.49 + }, + { + "date": "2020-01-30", + "price": 2.49 + }, + { + "date": "2020-01-16", + "price": 3.49 + }, + { + "date": "2020-01-02", + "price": 2.49 + }, + { + "date": "2019-12-19", + "price": 3.49 + }, + { + "date": "2019-12-05", + "price": 2.49 + }, + { + "date": "2019-11-21", + "price": 3.49 + }, + { + "date": "2019-11-07", + "price": 2.49 + }, + { + "date": "2019-10-10", + "price": 3.49 + }, + { + "date": "2019-09-26", + "price": 1.89 + }, + { + "date": "2019-09-12", + "price": 3.49 + }, + { + "date": "2019-08-29", + "price": 2.49 + }, + { + "date": "2019-08-15", + "price": 3.49 + }, + { + "date": "2019-08-01", + "price": 1.89 + }, + { + "date": "2019-07-18", + "price": 3.49 + }, + { + "date": "2019-07-04", + "price": 1.89 + }, + { + "date": "2019-06-20", + "price": 3.49 + }, + { + "date": "2019-06-06", + "price": 2.29 + }, + { + "date": "2019-05-23", + "price": 3.49 + }, + { + "date": "2019-05-09", + "price": 2.49 + }, + { + "date": "2019-04-25", + "price": 3.49 + }, + { + "date": "2019-04-11", + "price": 2.49 + }, + { + "date": "2019-03-28", + "price": 3.49 + }, + { + "date": "2019-03-14", + "price": 2.49 + }, + { + "date": "2019-02-28", + "price": 3.49 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-31", + "price": 3.49 + }, + { + "date": "2019-01-17", + "price": 2.49 + }, + { + "date": "2019-01-03", + "price": 3.49 + }, + { + "date": "2018-12-20", + "price": 2.49 + }, + { + "date": "2018-11-22", + "price": 3.49 + }, + { + "date": "2018-11-08", + "price": 2.49 + }, + { + "date": "2018-10-04", + "price": 3.49 + }, + { + "date": "2018-09-20", + "price": 2.49 + }, + { + "date": "2018-09-06", + "price": 3.49 + }, + { + "date": "2018-08-23", + "price": 2.49 + }, + { + "date": "2018-08-02", + "price": 3.49 + }, + { + "date": "2018-07-19", + "price": 1.89 + }, + { + "date": "2018-07-05", + "price": 3.49 + }, + { + "date": "2018-06-21", + "price": 2.49 + }, + { + "date": "2018-05-24", + "price": 3.49 + }, + { + "date": "2018-03-22", + "price": 2.29 + }, + { + "date": "2018-03-01", + "price": 3.49 + }, + { + "date": "2018-02-15", + "price": 2.49 + }, + { + "date": "2018-02-01", + "price": 3.49 + }, + { + "date": "2018-01-18", + "price": 2.49 + }, + { + "date": "2018-01-04", + "price": 3.49 + }, + { + "date": "2017-12-21", + "price": 2.49 + }, + { + "date": "2017-10-19", + "price": 3.49 + }, + { + "date": "2017-10-09", + "price": 2.49 + }, + { + "date": "2017-09-21", + "price": 3.49 + }, + { + "date": "2017-09-09", + "price": 2.49 + }, + { + "date": "2017-08-24", + "price": 3.49 + }, + { + "date": "2017-08-10", + "price": 2.49 + }, + { + "date": "2017-07-27", + "price": 3.49 + }, + { + "date": "2017-07-13", + "price": 2.49 + }, + { + "date": "2017-06-29", + "price": 3.49 + }, + { + "date": "2017-06-13", + "price": 2.49 + }, + { + "date": "2017-05-18", + "price": 3.49 + }, + { + "date": "2017-05-04", + "price": 2.49 + }, + { + "date": "2017-04-20", + "price": 3.49 + }, + { + "date": "2017-04-05", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 300, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "toffe", + "ganznuss", + "300", + "g" + ], + "vector": { + "300": 0.35355339059327373, + "milk": 0.35355339059327373, + "toff": 0.35355339059327373, + "ganz": 0.35355339059327373, + "anzn": 0.35355339059327373, + "nznu": 0.35355339059327373, + "znus": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-847267", + "name": "Milka Trauben-Nuss", + "description": "Zartschmelzender Schokoladengenuss aus Alpenmilch Schokolade mit Trauben- und Haselnussstückchen.", + "price": 3.79, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 3.79 + }, + { + "date": "2023-06-07", + "price": 2.99 + }, + { + "date": "2023-05-25", + "price": 3.79 + }, + { + "date": "2023-05-15", + "price": 2.99 + }, + { + "date": "2023-03-03", + "price": 3.79 + }, + { + "date": "2023-02-16", + "price": 2.89 + }, + { + "date": "2023-02-02", + "price": 3.89 + }, + { + "date": "2023-01-26", + "price": 2.89 + }, + { + "date": "2023-01-18", + "price": 2.69 + }, + { + "date": "2022-12-23", + "price": 3.89 + }, + { + "date": "2022-09-04", + "price": 3.49 + }, + { + "date": "2022-09-02", + "price": 2.62 + }, + { + "date": "2022-09-01", + "price": 3.49 + }, + { + "date": "2022-08-18", + "price": 2.49 + }, + { + "date": "2022-08-04", + "price": 3.49 + }, + { + "date": "2022-07-21", + "price": 2.49 + }, + { + "date": "2022-07-07", + "price": 3.49 + }, + { + "date": "2022-06-23", + "price": 2.49 + }, + { + "date": "2022-06-09", + "price": 3.49 + }, + { + "date": "2022-05-25", + "price": 2.49 + }, + { + "date": "2022-05-12", + "price": 3.49 + }, + { + "date": "2022-04-28", + "price": 2.49 + }, + { + "date": "2022-04-14", + "price": 3.49 + }, + { + "date": "2022-04-10", + "price": 2.49 + }, + { + "date": "2022-04-08", + "price": 1.87 + }, + { + "date": "2022-03-31", + "price": 2.49 + }, + { + "date": "2022-03-17", + "price": 3.49 + }, + { + "date": "2022-03-03", + "price": 2.32 + }, + { + "date": "2022-02-17", + "price": 3.49 + }, + { + "date": "2022-02-03", + "price": 2.32 + }, + { + "date": "2022-01-20", + "price": 3.49 + }, + { + "date": "2021-12-27", + "price": 2.49 + }, + { + "date": "2021-12-09", + "price": 3.49 + }, + { + "date": "2021-12-02", + "price": 2.49 + }, + { + "date": "2021-11-27", + "price": 1.87 + }, + { + "date": "2021-11-25", + "price": 2.49 + }, + { + "date": "2021-11-11", + "price": 3.49 + }, + { + "date": "2021-10-28", + "price": 2.32 + }, + { + "date": "2021-10-14", + "price": 3.49 + }, + { + "date": "2021-09-30", + "price": 2.49 + }, + { + "date": "2021-09-16", + "price": 3.49 + }, + { + "date": "2021-09-02", + "price": 2.49 + }, + { + "date": "2021-08-19", + "price": 3.49 + }, + { + "date": "2021-08-12", + "price": 2.49 + }, + { + "date": "2021-08-05", + "price": 1.89 + }, + { + "date": "2021-07-22", + "price": 3.49 + }, + { + "date": "2021-07-08", + "price": 2.49 + }, + { + "date": "2021-06-24", + "price": 3.49 + }, + { + "date": "2021-06-10", + "price": 2.49 + }, + { + "date": "2021-05-27", + "price": 3.49 + }, + { + "date": "2021-05-20", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 1.89 + }, + { + "date": "2021-05-04", + "price": 3.49 + }, + { + "date": "2021-04-15", + "price": 2.49 + }, + { + "date": "2021-04-07", + "price": 3.49 + }, + { + "date": "2021-03-18", + "price": 2.49 + }, + { + "date": "2021-03-04", + "price": 3.49 + }, + { + "date": "2021-02-18", + "price": 2.49 + }, + { + "date": "2021-02-04", + "price": 3.49 + }, + { + "date": "2021-01-21", + "price": 2.49 + }, + { + "date": "2021-01-01", + "price": 3.49 + }, + { + "date": "2020-12-17", + "price": 1.99 + }, + { + "date": "2020-12-03", + "price": 3.49 + }, + { + "date": "2020-11-19", + "price": 2.65 + }, + { + "date": "2020-09-24", + "price": 3.49 + }, + { + "date": "2020-09-10", + "price": 2.65 + }, + { + "date": "2020-08-27", + "price": 3.49 + }, + { + "date": "2020-08-13", + "price": 2.49 + }, + { + "date": "2020-07-30", + "price": 3.49 + }, + { + "date": "2020-07-16", + "price": 2.49 + }, + { + "date": "2020-07-02", + "price": 3.49 + }, + { + "date": "2020-06-18", + "price": 2.49 + }, + { + "date": "2020-06-04", + "price": 3.49 + }, + { + "date": "2020-05-20", + "price": 2.49 + }, + { + "date": "2020-05-07", + "price": 3.49 + }, + { + "date": "2020-04-23", + "price": 2.49 + }, + { + "date": "2020-04-09", + "price": 3.49 + }, + { + "date": "2020-03-26", + "price": 2.49 + }, + { + "date": "2020-03-12", + "price": 3.49 + }, + { + "date": "2020-02-27", + "price": 2.49 + }, + { + "date": "2020-02-13", + "price": 3.49 + }, + { + "date": "2020-01-30", + "price": 2.49 + }, + { + "date": "2020-01-16", + "price": 3.49 + }, + { + "date": "2020-01-02", + "price": 2.49 + }, + { + "date": "2019-12-19", + "price": 3.49 + }, + { + "date": "2019-12-05", + "price": 2.49 + }, + { + "date": "2019-11-21", + "price": 3.49 + }, + { + "date": "2019-11-07", + "price": 2.49 + }, + { + "date": "2019-10-10", + "price": 3.49 + }, + { + "date": "2019-09-26", + "price": 1.89 + }, + { + "date": "2019-09-12", + "price": 3.49 + }, + { + "date": "2019-08-29", + "price": 2.49 + }, + { + "date": "2019-08-15", + "price": 3.49 + }, + { + "date": "2019-08-01", + "price": 1.89 + }, + { + "date": "2019-07-18", + "price": 3.49 + }, + { + "date": "2019-07-04", + "price": 1.89 + }, + { + "date": "2019-06-20", + "price": 3.49 + }, + { + "date": "2019-06-06", + "price": 2.29 + }, + { + "date": "2019-05-23", + "price": 3.49 + }, + { + "date": "2019-05-09", + "price": 2.49 + }, + { + "date": "2019-04-25", + "price": 3.49 + }, + { + "date": "2019-04-11", + "price": 2.49 + }, + { + "date": "2019-03-28", + "price": 3.49 + }, + { + "date": "2019-03-14", + "price": 2.49 + }, + { + "date": "2019-02-28", + "price": 3.49 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-31", + "price": 3.49 + }, + { + "date": "2019-01-17", + "price": 2.49 + }, + { + "date": "2019-01-03", + "price": 3.49 + }, + { + "date": "2018-12-20", + "price": 2.49 + }, + { + "date": "2018-11-22", + "price": 3.49 + }, + { + "date": "2018-11-08", + "price": 2.49 + }, + { + "date": "2018-10-04", + "price": 3.49 + }, + { + "date": "2018-09-20", + "price": 2.49 + }, + { + "date": "2018-09-06", + "price": 3.49 + }, + { + "date": "2018-08-23", + "price": 2.49 + }, + { + "date": "2018-08-02", + "price": 3.49 + }, + { + "date": "2018-07-19", + "price": 1.89 + }, + { + "date": "2018-07-05", + "price": 3.49 + }, + { + "date": "2018-06-21", + "price": 2.49 + }, + { + "date": "2018-05-24", + "price": 3.49 + }, + { + "date": "2018-03-22", + "price": 2.29 + }, + { + "date": "2018-03-01", + "price": 3.49 + }, + { + "date": "2018-02-15", + "price": 2.49 + }, + { + "date": "2018-02-01", + "price": 3.49 + }, + { + "date": "2018-01-18", + "price": 2.49 + }, + { + "date": "2018-01-04", + "price": 3.49 + }, + { + "date": "2017-12-21", + "price": 2.49 + }, + { + "date": "2017-11-07", + "price": 3.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 270, + "bio": false, + "category": "64", + "tokens": [ + "milka", + "traubennuss", + "270", + "g" + ], + "vector": { + "270": 0.31622776601683794, + "milk": 0.31622776601683794, + "trau": 0.31622776601683794, + "raub": 0.31622776601683794, + "aube": 0.31622776601683794, + "uben": 0.31622776601683794, + "benn": 0.31622776601683794, + "ennu": 0.31622776601683794, + "nnus": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-433011", + "name": "Mini Babybel", + "description": "Kleiner Käse mit ganz großem Geschmack: Der Mini Babybel ist der perfekte Snack für Schule, Büro und Sport – oder einfach für zwischendurch.
  • Weichkäse mit mildem Geschmack
  • schonende Herstellung ", + "price": 2.39, + "priceHistory": [ + { + "date": "2023-05-31", + "price": 2.39 + }, + { + "date": "2023-03-23", + "price": 2.49 + }, + { + "date": "2023-02-16", + "price": 2.65 + }, + { + "date": "2023-02-02", + "price": 1.99 + }, + { + "date": "2022-12-07", + "price": 2.39 + }, + { + "date": "2022-11-24", + "price": 1.99 + }, + { + "date": "2022-09-27", + "price": 2.39 + }, + { + "date": "2022-09-19", + "price": 2.22 + }, + { + "date": "2022-09-01", + "price": 1.99 + }, + { + "date": "2022-07-21", + "price": 2.22 + }, + { + "date": "2022-07-07", + "price": 1.99 + }, + { + "date": "2022-06-20", + "price": 2.22 + }, + { + "date": "2022-05-25", + "price": 2.25 + }, + { + "date": "2022-05-12", + "price": 1.99 + }, + { + "date": "2022-03-21", + "price": 2.25 + }, + { + "date": "2022-03-06", + "price": 2.13 + }, + { + "date": "2022-03-04", + "price": 1.6 + }, + { + "date": "2022-01-30", + "price": 2.13 + }, + { + "date": "2022-01-28", + "price": 1.6 + }, + { + "date": "2021-10-14", + "price": 2.13 + }, + { + "date": "2021-09-30", + "price": 1.99 + }, + { + "date": "2021-04-07", + "price": 2.13 + }, + { + "date": "2019-04-11", + "price": 2.35 + }, + { + "date": "2019-03-14", + "price": 2.36 + }, + { + "date": "2018-02-15", + "price": 2.22 + }, + { + "date": "2017-11-16", + "price": 2.25 + }, + { + "date": "2017-05-11", + "price": 2.15 + }, + { + "date": "2017-05-08", + "price": 2.25 + }, + { + "date": "2017-04-05", + "price": 2.15 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 120, + "bio": false, + "category": "33", + "tokens": [ + "mini", + "babybel", + "120", + "g" + ], + "vector": { + "120": 0.4082482904638631, + "mini": 0.4082482904638631, + "baby": 0.4082482904638631, + "abyb": 0.4082482904638631, + "bybe": 0.4082482904638631, + "g": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-443000", + "name": "Mini Babybel Protein", + "description": "
  • Von Natur aus reich an Protein
  • Ohne Gentechnik
  • Laktosefrei
  • ", + "price": 2.39, + "priceHistory": [ + { + "date": "2023-05-31", + "price": 2.39 + }, + { + "date": "2023-03-23", + "price": 2.49 + }, + { + "date": "2023-02-16", + "price": 2.65 + }, + { + "date": "2023-02-02", + "price": 1.99 + }, + { + "date": "2022-12-07", + "price": 2.39 + }, + { + "date": "2022-11-24", + "price": 1.99 + }, + { + "date": "2022-11-16", + "price": 2.39 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": false, + "category": "33", + "tokens": [ + "mini", + "babybel", + "protein", + "100", + "g" + ], + "vector": { + "100": 0.3333333333333333, + "mini": 0.3333333333333333, + "baby": 0.3333333333333333, + "abyb": 0.3333333333333333, + "bybe": 0.3333333333333333, + "prot": 0.3333333333333333, + "rote": 0.3333333333333333, + "otei": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-705367", + "name": "Moniletti Bio Maisstangerl Bergsalz", + "description": "", + "price": 2.69, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 2.69 + }, + { + "date": "2023-06-07", + "price": 2.02 + }, + { + "date": "2023-03-23", + "price": 2.69 + }, + { + "date": "2023-02-07", + "price": 3.49 + }, + { + "date": "2023-02-02", + "price": 2.62 + }, + { + "date": "2022-12-14", + "price": 3.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 100, + "bio": false, + "category": "5D", + "tokens": [ + "moniletti", + "bio", + "maisstangerl", + "bergsalz", + "100", + "g" + ], + "vector": { + "100": 0.22360679774997896, + "moni": 0.22360679774997896, + "onil": 0.22360679774997896, + "nile": 0.22360679774997896, + "ilet": 0.22360679774997896, + "lett": 0.22360679774997896, + "bio": 0.22360679774997896, + "mais": 0.22360679774997896, + "aiss": 0.22360679774997896, + "isst": 0.22360679774997896, + "ssta": 0.22360679774997896, + "stan": 0.22360679774997896, + "tang": 0.22360679774997896, + "ange": 0.22360679774997896, + "nger": 0.22360679774997896, + "berg": 0.22360679774997896, + "ergs": 0.22360679774997896, + "rgsa": 0.22360679774997896, + "gsal": 0.22360679774997896, + "g": 0.22360679774997896 + } + }, + { + "store": "billa", + "id": "00-715703", + "name": "Nitrilhandschuhe Einweg L", + "description": "EINMALHANDSCHUHE aus 100% Nitril in dee Größe Large

  • Gesamtlänge 24 cm bequeme Passform
  • beidhändig zu benutzen
  • Puderfrei
  • für Latexallergiker geeignet
  • Schutz vor Gerüchen, Feuchtigkeit und Verunreinigung
  • Ideal für leichte Haushalts- und Gartenarbeit, und zur Essenzubereitung
  • Nicht steril - nicht geeignet für medizinische Zwecke
  • Nicht geeignet bei Kontakt mit aggressiven chemischen Substanzen
  • kein Schnittschutz
  • ", + "price": 8.49, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 8.49 + }, + { + "date": "2023-03-01", + "price": 8.99 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 100, + "bio": false, + "category": "8F", + "tokens": [ + "nitrilhandschuh", + "einweg", + "l", + "100", + "stk" + ], + "vector": { + "100": 0.25, + "nitr": 0.25, + "itri": 0.25, + "tril": 0.25, + "rilh": 0.25, + "ilha": 0.25, + "lhan": 0.25, + "hand": 0.25, + "ands": 0.25, + "ndsc": 0.25, + "dsch": 0.25, + "schu": 0.25, + "einw": 0.25, + "inwe": 0.25, + "l": 0.25, + "stk": 0.25 + } + }, + { + "store": "billa", + "id": "00-404034", + "name": "Nivea Creme", + "description": "Der bewährte Klassiker für die Hautpflege: Die reichhaltige Nivea Creme schützt und pflegt die Haut und verwöhnt mit ihrer angenehmen Textur.
  • für jeden Hauttyp geeignet
  • angenehmer Duft
  • pflegt mit Eucerit", + "price": 3.59, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 3.59 + }, + { + "date": "2020-11-05", + "price": 3.99 + }, + { + "date": "2020-10-22", + "price": 2.49 + }, + { + "date": "2020-05-20", + "price": 3.99 + }, + { + "date": "2020-02-27", + "price": 2.49 + }, + { + "date": "2019-10-30", + "price": 3.99 + }, + { + "date": "2018-11-29", + "price": 2.79 + }, + { + "date": "2018-11-22", + "price": 3.99 + }, + { + "date": "2018-11-08", + "price": 2.99 + }, + { + "date": "2018-10-25", + "price": 3.99 + }, + { + "date": "2018-08-30", + "price": 2.79 + }, + { + "date": "2018-08-02", + "price": 3.99 + }, + { + "date": "2018-07-19", + "price": 2.79 + }, + { + "date": "2018-06-21", + "price": 3.99 + }, + { + "date": "2018-06-07", + "price": 2.99 + }, + { + "date": "2018-05-24", + "price": 3.99 + }, + { + "date": "2018-02-22", + "price": 2.79 + }, + { + "date": "2017-12-14", + "price": 3.99 + }, + { + "date": "2017-06-08", + "price": 2.79 + }, + { + "date": "2017-06-01", + "price": 3.99 + }, + { + "date": "2017-05-18", + "price": 2.79 + }, + { + "date": "2017-04-27", + "price": 3.99 + }, + { + "date": "2017-04-05", + "price": 2.69 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 150, + "bio": false, + "category": "75", + "tokens": [ + "nivea", + "crem", + "150", + "ml" + ], + "vector": { + "150": 0.5, + "nive": 0.5, + "crem": 0.5, + "ml": 0.5 + } + }, + { + "store": "billa", + "id": "00-14246", + "name": "Nivea Creme", + "description": "Der Nivea Klassiker in der blauen Dose ist seit mehr als 100 Jahren eine beliebte Hautcreme. Die Nivea Creme bietet milde, unkomplizierte Pflege.
  • überzeugt seit über 100 Jahren
  • dezenter, charakteristischer Nivea Duft
  • mit pflegendem Eucerit
  • gut verträglich", + "price": 4.29, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 4.29 + }, + { + "date": "2021-03-04", + "price": 4.99 + }, + { + "date": "2021-02-18", + "price": 3.99 + }, + { + "date": "2021-01-21", + "price": 4.99 + }, + { + "date": "2021-01-07", + "price": 2.99 + }, + { + "date": "2020-11-05", + "price": 4.99 + }, + { + "date": "2020-10-22", + "price": 3.39 + }, + { + "date": "2020-07-02", + "price": 4.99 + }, + { + "date": "2020-03-12", + "price": 2.79 + }, + { + "date": "2020-02-13", + "price": 2.85 + }, + { + "date": "2019-10-30", + "price": 4.99 + }, + { + "date": "2019-05-16", + "price": 3.39 + }, + { + "date": "2019-01-31", + "price": 4.99 + }, + { + "date": "2019-01-17", + "price": 3.99 + }, + { + "date": "2018-11-22", + "price": 4.99 + }, + { + "date": "2018-11-08", + "price": 3.99 + }, + { + "date": "2018-10-25", + "price": 4.99 + }, + { + "date": "2018-08-30", + "price": 3.39 + }, + { + "date": "2018-08-02", + "price": 4.99 + }, + { + "date": "2018-07-19", + "price": 3.39 + }, + { + "date": "2018-06-21", + "price": 4.99 + }, + { + "date": "2018-06-07", + "price": 3.99 + }, + { + "date": "2018-01-04", + "price": 4.99 + }, + { + "date": "2017-12-21", + "price": 3.49 + }, + { + "date": "2017-11-16", + "price": 4.99 + }, + { + "date": "2017-06-08", + "price": 3.39 + }, + { + "date": "2017-04-05", + "price": 4.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "75", + "tokens": [ + "nivea", + "crem", + "250", + "ml" + ], + "vector": { + "250": 0.5, + "nive": 0.5, + "crem": 0.5, + "ml": 0.5 + } + }, + { + "store": "billa", + "id": "00-360741", + "name": "Noan Bio Olivenöl Herbs", + "description": "Frisches, sortenreines Olivenöl von der Amfissa Olive, aus kontrolliert biologischem Anbau, verfeinert mit natürlichen Kräuteressenzen. Mit seinem mild-würzigem Aroma und dem pikanten Abgang kombiniert NOAN Herbs erfrischenden Genuss mit den wohltuenden Eigenschaften von Kräutern.", + "price": 11.99, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 11.99 + }, + { + "date": "2023-06-07", + "price": 8.99 + }, + { + "date": "2023-05-28", + "price": 11.99 + }, + { + "date": "2023-05-25", + "price": 10.19 + }, + { + "date": "2023-03-30", + "price": 11.99 + }, + { + "date": "2023-02-07", + "price": 12.99 + }, + { + "date": "2023-02-02", + "price": 9.74 + }, + { + "date": "2023-01-17", + "price": 12.99 + }, + { + "date": "2023-01-12", + "price": 9.74 + }, + { + "date": "2022-09-28", + "price": 12.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": true, + "category": "53", + "tokens": [ + "noan", + "bio", + "olivenl", + "herb", + "250", + "ml" + ], + "vector": { + "250": 0.35355339059327373, + "noan": 0.35355339059327373, + "bio": 0.35355339059327373, + "oliv": 0.35355339059327373, + "live": 0.35355339059327373, + "iven": 0.35355339059327373, + "herb": 0.35355339059327373, + "ml": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-724711", + "name": "Noan Bio Olivenöl Intenso", + "description": "Erstklassiges sortenreines BIO - Olivenöl aus Italien aus der Region Latium.

    Das NON-Profit-Unternehmen NOAN produziert dieses hochwertige Olivenöl unter der Ägide eines italienischen Spezialisten.
    Die Bauern erhalten faire Preise für die Oliven. Der Reinerlös bzw. garantierte 10% des Umsatzes aus den Verkäufen der NOAN-Produkte gehen an ausgesuchte Kinderbildungsprojekte.", + "price": 14.99, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 14.99 + }, + { + "date": "2023-06-07", + "price": 11.24 + }, + { + "date": "2023-03-30", + "price": 14.99 + }, + { + "date": "2023-02-07", + "price": 17.99 + }, + { + "date": "2023-02-02", + "price": 13.49 + }, + { + "date": "2022-09-22", + "price": 17.99 + }, + { + "date": "2022-09-08", + "price": 14.99 + }, + { + "date": "2022-09-05", + "price": 11.24 + }, + { + "date": "2022-07-14", + "price": 14.99 + }, + { + "date": "2022-07-11", + "price": 11.24 + }, + { + "date": "2022-05-25", + "price": 14.99 + }, + { + "date": "2022-05-23", + "price": 11.24 + }, + { + "date": "2022-01-09", + "price": 14.99 + }, + { + "date": "2022-01-07", + "price": 11.24 + }, + { + "date": "2019-06-26", + "price": 14.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": true, + "category": "53", + "tokens": [ + "noan", + "bio", + "olivenl", + "intenso", + "250", + "ml" + ], + "vector": { + "250": 0.31622776601683794, + "noan": 0.31622776601683794, + "bio": 0.31622776601683794, + "oliv": 0.31622776601683794, + "live": 0.31622776601683794, + "iven": 0.31622776601683794, + "inte": 0.31622776601683794, + "nten": 0.31622776601683794, + "tens": 0.31622776601683794, + "ml": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-965115", + "name": "Noan Bio Olivenöl Lemon", + "description": "Frisches, sortenreines Olivenöl von der Amfissa Olive, aus kontrolliert biologischem Anbau, verfeinert mit natürlichen Zitronenessenzen.
    Mit seinem fruchtigen Aroma und dem pikanten Abgang ist NOAN Lemon das ideale Öl für einen erfrischenden Genuss. Das Olivenöl extra vergine mit natürlichen Zitronenessenzen erinnert zu jeder Jahreszeit an warme Sommertage.", + "price": 11.99, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 11.99 + }, + { + "date": "2023-06-07", + "price": 8.99 + }, + { + "date": "2023-06-03", + "price": 11.99 + }, + { + "date": "2023-02-07", + "price": 12.99 + }, + { + "date": "2023-02-02", + "price": 9.74 + }, + { + "date": "2023-01-17", + "price": 12.99 + }, + { + "date": "2023-01-12", + "price": 9.74 + }, + { + "date": "2022-10-06", + "price": 12.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": true, + "category": "53", + "tokens": [ + "noan", + "bio", + "olivenl", + "lemon", + "250", + "ml" + ], + "vector": { + "250": 0.35355339059327373, + "noan": 0.35355339059327373, + "bio": 0.35355339059327373, + "oliv": 0.35355339059327373, + "live": 0.35355339059327373, + "iven": 0.35355339059327373, + "lemo": 0.35355339059327373, + "ml": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-593308", + "name": "Noan Bio Olivenöl Spice", + "description": "Frisches, sortenreines Olivenöl von der Amfissa Olive, aus kontrolliert biologischem Anbau, verfeinert mit natürlichen Essenzen aus grünem und rotem Jalapeno, süßem, rotem Paprika und Kubebenpfeffer.
    Die natürlichen Essenzen von Chili, Paprika und Kubebenpfeffer sorgen für einen belebend köstlichen Genuss, welcher Sinne und Körper wohltuend und prickelnd stimuliert. NOAN Spice ist somit eine aufregende Abrundung für eine Vielzahl von Speisen.", + "price": 11.99, + "priceHistory": [ + { + "date": "2023-06-03", + "price": 11.99 + }, + { + "date": "2023-01-17", + "price": 12.99 + }, + { + "date": "2023-01-12", + "price": 9.74 + }, + { + "date": "2022-10-06", + "price": 12.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": true, + "category": "53", + "tokens": [ + "noan", + "bio", + "olivenl", + "spic", + "250", + "ml" + ], + "vector": { + "250": 0.35355339059327373, + "noan": 0.35355339059327373, + "bio": 0.35355339059327373, + "oliv": 0.35355339059327373, + "live": 0.35355339059327373, + "iven": 0.35355339059327373, + "spic": 0.35355339059327373, + "ml": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-28926", + "name": "nöm Speisetopfen 20%", + "description": "Der Speisetopfen 20% von Nöm ist extra cremig. Er schmeckt in Desserts und Aufstrichen und eignet sich als vielseitige Zutat beim Kochen und Backen.
  • 20 % Fettgehalt in der Trockenmasse
  • hergestellt in Österreich
  • ohne Gentechnik", + "price": 1.35, + "priceHistory": [ + { + "date": "2023-05-30", + "price": 1.35 + }, + { + "date": "2022-11-03", + "price": 1.45 + }, + { + "date": "2022-10-06", + "price": 1.28 + }, + { + "date": "2022-10-03", + "price": 1.15 + }, + { + "date": "2022-06-07", + "price": 1.28 + }, + { + "date": "2022-04-11", + "price": 1.18 + }, + { + "date": "2022-02-01", + "price": 1.25 + }, + { + "date": "2021-10-28", + "price": 1.15 + }, + { + "date": "2021-08-19", + "price": 1.19 + }, + { + "date": "2020-05-07", + "price": 1.09 + }, + { + "date": "2020-04-23", + "price": 0.99 + }, + { + "date": "2020-01-30", + "price": 1.09 + }, + { + "date": "2017-07-13", + "price": 1.05 + }, + { + "date": "2017-04-20", + "price": 0.99 + }, + { + "date": "2017-04-05", + "price": 1.05 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "speisetopf", + "20", + "250", + "g" + ], + "vector": { + "20": 0.31622776601683794, + "250": 0.31622776601683794, + "nm": 0.31622776601683794, + "spei": 0.31622776601683794, + "peis": 0.31622776601683794, + "eise": 0.31622776601683794, + "iset": 0.31622776601683794, + "seto": 0.31622776601683794, + "etop": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-472389", + "name": "Noemi Morillon Klassik", + "description": "Die Trauben wachsen in der Steiermark auf Sand, Schotter und kalkhaltigen Mergelböden und werden per Hand selektiv geerntet. Durch eine schonende Kelterung und dem klassischen Ausbau im Edelstahltank entstehen frische, fruchtige Weine, die Boten ihrer Herkunft sind.", + "price": 8.99, + "priceHistory": [ + { + "date": "2023-04-15", + "price": 8.99 + }, + { + "date": "2023-04-08", + "price": 9.99 + }, + { + "date": "2023-03-30", + "price": 7.99 + }, + { + "date": "2023-02-12", + "price": 9.99 + }, + { + "date": "2023-02-10", + "price": 7.49 + }, + { + "date": "2023-01-22", + "price": 9.99 + }, + { + "date": "2023-01-20", + "price": 7.49 + }, + { + "date": "2023-01-01", + "price": 9.99 + }, + { + "date": "2022-12-30", + "price": 7.49 + }, + { + "date": "2022-10-30", + "price": 9.99 + }, + { + "date": "2022-10-28", + "price": 7.49 + }, + { + "date": "2022-08-23", + "price": 9.99 + }, + { + "date": "2022-07-10", + "price": 7.4925 + }, + { + "date": "2022-07-08", + "price": 5.62 + }, + { + "date": "2022-06-05", + "price": 7.4925 + }, + { + "date": "2022-06-03", + "price": 5.62 + }, + { + "date": "2022-05-08", + "price": 7.4925 + }, + { + "date": "2022-05-06", + "price": 5.62 + }, + { + "date": "2022-03-09", + "price": 7.4925 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 750, + "bio": false, + "category": "25", + "tokens": [ + "noemi", + "morillon", + "klassik", + "750", + "ml" + ], + "vector": { + "750": 0.31622776601683794, + "noem": 0.31622776601683794, + "mori": 0.31622776601683794, + "oril": 0.31622776601683794, + "rill": 0.31622776601683794, + "illo": 0.31622776601683794, + "klas": 0.31622776601683794, + "lass": 0.31622776601683794, + "assi": 0.31622776601683794, + "ml": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-616503", + "name": "nöm Bröseltopfen 20%", + "description": "NÖM Bröseltopfen ist die fettarme Variante der beliebten Kärntner Spezialität. Er ist ein feiner, bröseliger Speisetopfen mit nur 20% Fettgehalt.
  • ideal für leichte Gerichte
  • gentechnikfrei", + "price": 1.49, + "priceHistory": [ + { + "date": "2023-05-30", + "price": 1.49 + }, + { + "date": "2022-11-03", + "price": 1.59 + }, + { + "date": "2022-06-07", + "price": 1.48 + }, + { + "date": "2022-04-11", + "price": 1.38 + }, + { + "date": "2022-02-01", + "price": 1.39 + }, + { + "date": "2021-10-28", + "price": 1.35 + }, + { + "date": "2021-08-19", + "price": 1.39 + }, + { + "date": "2020-01-30", + "price": 1.29 + }, + { + "date": "2017-12-12", + "price": 1.25 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "brseltopf", + "20", + "250", + "g" + ], + "vector": { + "20": 0.3333333333333333, + "250": 0.3333333333333333, + "nm": 0.3333333333333333, + "brse": 0.3333333333333333, + "rsel": 0.3333333333333333, + "selt": 0.3333333333333333, + "elto": 0.3333333333333333, + "ltop": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-431900", + "name": "nöm fasten Milch 0.9% Fett", + "description": "In der NÖM Fastenmilch mit 0,9 % Fett stecken zwar wenig Kalorien, ihrem frischen Geschmack tut das aber keinen Abbruch.
  • hocherhitzte Milch aus regionaler Herkunft aus Österreich
  • reich an Vitamin D", + "price": 1.69, + "priceHistory": [ + { + "date": "2023-06-01", + "price": 1.69 + }, + { + "date": "2022-11-03", + "price": 1.79 + }, + { + "date": "2022-06-07", + "price": 1.59 + }, + { + "date": "2022-04-11", + "price": 1.39 + }, + { + "date": "2022-02-10", + "price": 1.45 + }, + { + "date": "2022-01-20", + "price": 1.39 + }, + { + "date": "2021-07-29", + "price": 1.35 + }, + { + "date": "2020-03-19", + "price": 1.29 + }, + { + "date": "2020-01-30", + "price": 1.35 + }, + { + "date": "2020-01-09", + "price": 1.25 + }, + { + "date": "2019-10-03", + "price": 1.29 + }, + { + "date": "2017-08-10", + "price": 1.25 + }, + { + "date": "2017-04-20", + "price": 1.19 + }, + { + "date": "2017-04-05", + "price": 1.25 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "fast", + "milch", + "09", + "fett", + "1000", + "ml" + ], + "vector": { + "1000": 0.3779644730092272, + "nm": 0.3779644730092272, + "fast": 0.3779644730092272, + "milc": 0.3779644730092272, + "09": 0.3779644730092272, + "fett": 0.3779644730092272, + "ml": 0.3779644730092272 + } + }, + { + "store": "billa", + "id": "00-700353", + "name": "nöm Guten Morgen Joghurt", + "description": "", + "price": 1.39, + "priceHistory": [ + { + "date": "2023-05-25", + "price": 1.39 + }, + { + "date": "2023-05-13", + "price": 0.99 + }, + { + "date": "2023-02-02", + "price": 1.49 + }, + { + "date": "2023-01-19", + "price": 0.99 + }, + { + "date": "2022-12-01", + "price": 1.49 + }, + { + "date": "2022-11-10", + "price": 1.45 + }, + { + "date": "2022-10-20", + "price": 0.99 + }, + { + "date": "2022-10-19", + "price": 1.29 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "gut", + "morg", + "joghurt", + "500", + "g" + ], + "vector": { + "500": 0.35355339059327373, + "nm": 0.35355339059327373, + "gut": 0.35355339059327373, + "morg": 0.35355339059327373, + "jogh": 0.35355339059327373, + "oghu": 0.35355339059327373, + "ghur": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-441318", + "name": "nöm Kaffeeobers 10%", + "description": "Ob kleiner Brauner, Melange oder Kapuziner: Der geringe Fettgehalt von 10 % macht das Kaffeeobers auch für Ernährungsbewusste interessant.
  • 10% Fettgehalt
  • Länger frisch
  • ", + "price": 1.29, + "priceHistory": [ + { + "date": "2023-05-30", + "price": 1.29 + }, + { + "date": "2022-11-03", + "price": 1.39 + }, + { + "date": "2022-06-07", + "price": 1.25 + }, + { + "date": "2022-02-02", + "price": 1.15 + }, + { + "date": "2021-10-28", + "price": 1.09 + }, + { + "date": "2021-08-19", + "price": 1.15 + }, + { + "date": "2020-01-30", + "price": 1.05 + }, + { + "date": "2018-10-06", + "price": 0.99 + }, + { + "date": "2017-07-13", + "price": 1.09 + }, + { + "date": "2017-04-20", + "price": 0.99 + }, + { + "date": "2017-04-05", + "price": 1.05 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "kaffeeob", + "10", + "250", + "ml" + ], + "vector": { + "10": 0.35355339059327373, + "250": 0.35355339059327373, + "nm": 0.35355339059327373, + "kaff": 0.35355339059327373, + "affe": 0.35355339059327373, + "ffee": 0.35355339059327373, + "feeo": 0.35355339059327373, + "ml": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-343599", + "name": "nöm Kakaomilch Laktosefrei", + "description": "Die Nöm Kakaomilch Laktosefrei ist ideal für unterwegs: Der Schraubverschluss hält die Milch österreichischer Kühe schön frisch und ist wiederverschließbar.
  • laktosefreie Kakaomilch
  • aus gentechnikfreier Milch
  • praktischer Schraubverschluss", + "price": 1.39, + "priceHistory": [ + { + "date": "2023-06-15", + "price": 1.39 + }, + { + "date": "2022-11-03", + "price": 1.49 + }, + { + "date": "2022-06-20", + "price": 1.25 + }, + { + "date": "2022-06-14", + "price": 1.19 + }, + { + "date": "2022-02-01", + "price": 1.15 + }, + { + "date": "2021-08-19", + "price": 1.09 + }, + { + "date": "2020-03-19", + "price": 1.05 + }, + { + "date": "2017-06-29", + "price": 0.99 + }, + { + "date": "2017-06-13", + "price": 0.89 + }, + { + "date": "2017-05-04", + "price": 0.99 + }, + { + "date": "2017-04-30", + "price": 0.89 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 500, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "kakaomilch", + "laktosefrei", + "500", + "ml" + ], + "vector": { + "500": 0.25, + "nm": 0.25, + "kaka": 0.25, + "akao": 0.25, + "kaom": 0.25, + "aomi": 0.25, + "omil": 0.25, + "milc": 0.25, + "lakt": 0.25, + "akto": 0.25, + "ktos": 0.25, + "tose": 0.25, + "osef": 0.25, + "sefr": 0.25, + "efre": 0.25, + "ml": 0.25 + } + }, + { + "store": "billa", + "id": "00-343592", + "name": "nöm Kakaomilch", + "description": "Schmeckt Groß und Klein! Jetzt auch in der 1 Liter Familienpackung. Beste nöm Milch mit feinstem Kakao ergibt zusammen ein köstliches Geschmackserlebnis und lässt sich auch hervorragend warm genießen.", + "price": 1.99, + "priceHistory": [ + { + "date": "2023-06-15", + "price": 1.99 + }, + { + "date": "2023-06-07", + "price": 2.19 + }, + { + "date": "2023-05-25", + "price": 1.79 + }, + { + "date": "2022-11-03", + "price": 2.19 + }, + { + "date": "2022-06-20", + "price": 1.75 + }, + { + "date": "2022-06-14", + "price": 1.69 + }, + { + "date": "2022-04-11", + "price": 1.59 + }, + { + "date": "2022-02-01", + "price": 1.65 + }, + { + "date": "2021-10-28", + "price": 1.55 + }, + { + "date": "2021-08-19", + "price": 1.59 + }, + { + "date": "2021-06-24", + "price": 1.49 + }, + { + "date": "2021-06-10", + "price": 1.19 + }, + { + "date": "2020-07-02", + "price": 1.49 + }, + { + "date": "2020-06-18", + "price": 0.99 + }, + { + "date": "2020-04-09", + "price": 1.49 + }, + { + "date": "2020-03-26", + "price": 1 + }, + { + "date": "2020-01-30", + "price": 1.49 + }, + { + "date": "2019-06-06", + "price": 1.39 + }, + { + "date": "2019-05-23", + "price": 1.19 + }, + { + "date": "2019-03-14", + "price": 1.39 + }, + { + "date": "2019-02-28", + "price": 1 + }, + { + "date": "2018-03-15", + "price": 1.39 + }, + { + "date": "2017-12-21", + "price": 1.49 + }, + { + "date": "2017-04-05", + "price": 1.39 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "kakaomilch", + "1000", + "ml" + ], + "vector": { + "1000": 0.3333333333333333, + "nm": 0.3333333333333333, + "kaka": 0.3333333333333333, + "akao": 0.3333333333333333, + "kaom": 0.3333333333333333, + "aomi": 0.3333333333333333, + "omil": 0.3333333333333333, + "milc": 0.3333333333333333, + "ml": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-465248", + "name": "nöm für mich Kefir Drink Kefir Natur", + "description": "
  • Mit Vitamin A und B12.
  • Calcium und Proteinquelle.
  • 100% Natur.
  • ", + "price": 1.59, + "priceHistory": [ + { + "date": "2023-06-15", + "price": 1.59 + }, + { + "date": "2022-11-03", + "price": 1.69 + }, + { + "date": "2022-06-07", + "price": 1.49 + }, + { + "date": "2022-02-01", + "price": 1.39 + }, + { + "date": "2021-10-28", + "price": 1.35 + }, + { + "date": "2021-10-14", + "price": 0.99 + }, + { + "date": "2021-08-19", + "price": 1.35 + }, + { + "date": "2021-06-24", + "price": 1.29 + }, + { + "date": "2021-06-10", + "price": 0.99 + }, + { + "date": "2021-05-04", + "price": 1.29 + }, + { + "date": "2021-04-15", + "price": 0.99 + }, + { + "date": "2021-04-07", + "price": 1.29 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 480, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "fr", + "kefir", + "drink", + "kefir", + "natur", + "480", + "g" + ], + "vector": { + "480": 0.31622776601683794, + "nm": 0.31622776601683794, + "fr": 0.31622776601683794, + "kefi": 0.6324555320336759, + "drin": 0.31622776601683794, + "natu": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-583126", + "name": "nöm PRO Proteinmilch", + "description": "Die nöm PRO Proteinmilch hat 80g Protein, ist fettfrei und laktosefrei. Sie ist somit der ideale Partner für deinen Alltag. Ob zum Backen, zum Kochen oder auf dem Frühstückstisch - die nöm PRO Proteinmilch liefert dir deine Extraportion Protein.
    Das ist echte Proteinpower, die schmeckt!", + "price": 2.05, + "priceHistory": [ + { + "date": "2023-06-15", + "price": 2.05 + }, + { + "date": "2022-11-30", + "price": 2.19 + }, + { + "date": "2022-11-09", + "price": 2.15 + }, + { + "date": "2022-09-13", + "price": 1.95 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "pro", + "proteinmilch", + "1000", + "ml" + ], + "vector": { + "1000": 0.2886751345948129, + "nm": 0.2886751345948129, + "pro": 0.2886751345948129, + "prot": 0.2886751345948129, + "rote": 0.2886751345948129, + "otei": 0.2886751345948129, + "tein": 0.2886751345948129, + "einm": 0.2886751345948129, + "inmi": 0.2886751345948129, + "nmil": 0.2886751345948129, + "milc": 0.2886751345948129, + "ml": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-273266", + "name": "nöm PRO Vanille Protein Topfencreme", + "description": "
  • Low carb
  • Ohne Zuckerzusatz
  • Fettarm
  • ", + "price": 1.69, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 1.69 + }, + { + "date": "2023-05-25", + "price": 0.99 + }, + { + "date": "2023-03-30", + "price": 1.75 + }, + { + "date": "2023-03-16", + "price": 1.29 + }, + { + "date": "2023-02-02", + "price": 1.75 + }, + { + "date": "2023-01-19", + "price": 0.99 + }, + { + "date": "2022-11-03", + "price": 1.75 + }, + { + "date": "2022-08-18", + "price": 1.55 + }, + { + "date": "2022-08-04", + "price": 0.77 + }, + { + "date": "2022-06-23", + "price": 1.55 + }, + { + "date": "2022-06-09", + "price": 0.99 + }, + { + "date": "2022-06-08", + "price": 1.55 + }, + { + "date": "2022-03-31", + "price": 1.45 + }, + { + "date": "2022-03-17", + "price": 0.72 + }, + { + "date": "2022-02-01", + "price": 1.45 + }, + { + "date": "2021-11-22", + "price": 1.39 + }, + { + "date": "2021-10-28", + "price": 1.37 + }, + { + "date": "2021-08-19", + "price": 1.39 + }, + { + "date": "2021-07-08", + "price": 1.35 + }, + { + "date": "2021-06-24", + "price": 0.67 + }, + { + "date": "2021-02-04", + "price": 1.35 + }, + { + "date": "2021-01-21", + "price": 0.99 + }, + { + "date": "2020-06-11", + "price": 1.35 + }, + { + "date": "2020-06-04", + "price": 0.9 + }, + { + "date": "2020-03-19", + "price": 1.35 + }, + { + "date": "2019-09-26", + "price": 1.29 + }, + { + "date": "2019-09-12", + "price": 0.86 + }, + { + "date": "2019-06-06", + "price": 1.29 + }, + { + "date": "2019-05-23", + "price": 0.99 + }, + { + "date": "2019-04-25", + "price": 1.29 + }, + { + "date": "2019-04-11", + "price": 0.99 + }, + { + "date": "2019-02-13", + "price": 1.29 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 235, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "pro", + "vanill", + "protein", + "topfencrem", + "235", + "g" + ], + "vector": { + "235": 0.2581988897471611, + "nm": 0.2581988897471611, + "pro": 0.2581988897471611, + "vani": 0.2581988897471611, + "anil": 0.2581988897471611, + "prot": 0.2581988897471611, + "rote": 0.2581988897471611, + "otei": 0.2581988897471611, + "topf": 0.2581988897471611, + "opfe": 0.2581988897471611, + "pfen": 0.2581988897471611, + "fenc": 0.2581988897471611, + "encr": 0.2581988897471611, + "ncre": 0.2581988897471611, + "g": 0.2581988897471611 + } + }, + { + "store": "billa", + "id": "00-702204", + "name": "nöm PRO Banane Protein Topfencreme", + "description": "
  • Low carb
  • Ohne Zuckerzusatz
  • Fettarm
  • ", + "price": 1.69, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 1.69 + }, + { + "date": "2023-05-25", + "price": 0.99 + }, + { + "date": "2023-03-30", + "price": 1.75 + }, + { + "date": "2023-03-16", + "price": 1.29 + }, + { + "date": "2023-02-02", + "price": 1.75 + }, + { + "date": "2023-01-19", + "price": 0.99 + }, + { + "date": "2022-11-03", + "price": 1.75 + }, + { + "date": "2022-11-02", + "price": 1.55 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 235, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "pro", + "banan", + "protein", + "topfencrem", + "235", + "g" + ], + "vector": { + "235": 0.2672612419124244, + "nm": 0.2672612419124244, + "pro": 0.2672612419124244, + "bana": 0.2672612419124244, + "prot": 0.2672612419124244, + "rote": 0.2672612419124244, + "otei": 0.2672612419124244, + "topf": 0.2672612419124244, + "opfe": 0.2672612419124244, + "pfen": 0.2672612419124244, + "fenc": 0.2672612419124244, + "encr": 0.2672612419124244, + "ncre": 0.2672612419124244, + "g": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-354167", + "name": "nöm PRO Himbeere Protein Topfencreme", + "description": "
  • Low carb
  • Ohne Zuckerzusatz
  • Fettarm
  • ", + "price": 1.69, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 1.69 + }, + { + "date": "2023-05-25", + "price": 0.99 + }, + { + "date": "2023-03-30", + "price": 1.75 + }, + { + "date": "2023-03-16", + "price": 1.29 + }, + { + "date": "2023-02-02", + "price": 1.75 + }, + { + "date": "2023-01-19", + "price": 0.99 + }, + { + "date": "2022-11-03", + "price": 1.75 + }, + { + "date": "2022-08-18", + "price": 1.55 + }, + { + "date": "2022-08-04", + "price": 0.77 + }, + { + "date": "2022-06-23", + "price": 1.55 + }, + { + "date": "2022-06-09", + "price": 0.99 + }, + { + "date": "2022-06-08", + "price": 1.55 + }, + { + "date": "2022-03-31", + "price": 1.45 + }, + { + "date": "2022-03-17", + "price": 0.72 + }, + { + "date": "2022-02-01", + "price": 1.45 + }, + { + "date": "2021-11-22", + "price": 1.39 + }, + { + "date": "2021-10-28", + "price": 1.37 + }, + { + "date": "2021-08-19", + "price": 1.39 + }, + { + "date": "2021-07-08", + "price": 1.35 + }, + { + "date": "2021-06-24", + "price": 0.67 + }, + { + "date": "2021-02-04", + "price": 1.35 + }, + { + "date": "2021-01-21", + "price": 0.99 + }, + { + "date": "2020-06-11", + "price": 1.35 + }, + { + "date": "2020-06-04", + "price": 0.9 + }, + { + "date": "2020-03-19", + "price": 1.35 + }, + { + "date": "2019-11-13", + "price": 1.29 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 235, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "pro", + "himbe", + "protein", + "topfencrem", + "235", + "g" + ], + "vector": { + "235": 0.2672612419124244, + "nm": 0.2672612419124244, + "pro": 0.2672612419124244, + "himb": 0.2672612419124244, + "prot": 0.2672612419124244, + "rote": 0.2672612419124244, + "otei": 0.2672612419124244, + "topf": 0.2672612419124244, + "opfe": 0.2672612419124244, + "pfen": 0.2672612419124244, + "fenc": 0.2672612419124244, + "encr": 0.2672612419124244, + "ncre": 0.2672612419124244, + "g": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-273877", + "name": "nöm PRO Mango Protein Topfencreme", + "description": "
  • Low carb
  • Ohne Zuckerzusatz
  • Fettarm
  • ", + "price": 1.69, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 1.69 + }, + { + "date": "2023-05-25", + "price": 0.99 + }, + { + "date": "2023-03-30", + "price": 1.75 + }, + { + "date": "2023-03-16", + "price": 1.29 + }, + { + "date": "2023-02-04", + "price": 1.75 + }, + { + "date": "2023-01-19", + "price": 0.99 + }, + { + "date": "2022-11-03", + "price": 1.75 + }, + { + "date": "2022-09-21", + "price": 1.55 + }, + { + "date": "2022-03-31", + "price": 1.45 + }, + { + "date": "2022-03-17", + "price": 0.72 + }, + { + "date": "2022-02-01", + "price": 1.45 + }, + { + "date": "2021-11-22", + "price": 1.39 + }, + { + "date": "2021-10-28", + "price": 1.37 + }, + { + "date": "2021-08-19", + "price": 1.39 + }, + { + "date": "2021-07-08", + "price": 1.35 + }, + { + "date": "2021-06-24", + "price": 0.67 + }, + { + "date": "2021-02-04", + "price": 1.35 + }, + { + "date": "2021-01-21", + "price": 0.99 + }, + { + "date": "2020-06-11", + "price": 1.35 + }, + { + "date": "2020-06-04", + "price": 0.9 + }, + { + "date": "2020-03-19", + "price": 1.35 + }, + { + "date": "2019-09-26", + "price": 1.29 + }, + { + "date": "2019-09-12", + "price": 0.86 + }, + { + "date": "2019-06-06", + "price": 1.29 + }, + { + "date": "2019-05-23", + "price": 0.99 + }, + { + "date": "2019-04-25", + "price": 1.29 + }, + { + "date": "2019-04-11", + "price": 0.99 + }, + { + "date": "2019-02-13", + "price": 1.29 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 235, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "pro", + "mango", + "protein", + "topfencrem", + "235", + "g" + ], + "vector": { + "235": 0.2672612419124244, + "nm": 0.2672612419124244, + "pro": 0.2672612419124244, + "mang": 0.2672612419124244, + "prot": 0.2672612419124244, + "rote": 0.2672612419124244, + "otei": 0.2672612419124244, + "topf": 0.2672612419124244, + "opfe": 0.2672612419124244, + "pfen": 0.2672612419124244, + "fenc": 0.2672612419124244, + "encr": 0.2672612419124244, + "ncre": 0.2672612419124244, + "g": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-403249", + "name": "nöm Sauerrahm 15%", + "description": "Der Nöm Sauerrahm mit 15 % Fettanteil ist eine schmackhafte, säuerliche Ergänzung für herzhafte Bratengerichte oder rahmige Suppen.
  • Sauerrahm aus Österreich
  • cremig-frischer Geschmack
  • 15 % Fettanteil
  • ohne Einsatz von Gentechnik", + "price": 1.19, + "priceHistory": [ + { + "date": "2023-05-30", + "price": 1.19 + }, + { + "date": "2022-11-03", + "price": 1.25 + }, + { + "date": "2022-06-07", + "price": 1.13 + }, + { + "date": "2022-04-11", + "price": 1.08 + }, + { + "date": "2022-02-02", + "price": 1.09 + }, + { + "date": "2021-10-28", + "price": 1.05 + }, + { + "date": "2021-10-14", + "price": 0.79 + }, + { + "date": "2021-08-19", + "price": 1.05 + }, + { + "date": "2020-05-07", + "price": 0.99 + }, + { + "date": "2020-04-23", + "price": 0.79 + }, + { + "date": "2020-01-30", + "price": 0.99 + }, + { + "date": "2017-08-24", + "price": 0.95 + }, + { + "date": "2017-08-10", + "price": 0.79 + }, + { + "date": "2017-07-13", + "price": 0.95 + }, + { + "date": "2017-04-20", + "price": 0.89 + }, + { + "date": "2017-04-05", + "price": 0.95 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "sauerrahm", + "15", + "250", + "g" + ], + "vector": { + "15": 0.3333333333333333, + "250": 0.3333333333333333, + "nm": 0.3333333333333333, + "saue": 0.3333333333333333, + "auer": 0.3333333333333333, + "uerr": 0.3333333333333333, + "erra": 0.3333333333333333, + "rrah": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-440631", + "name": "nöm Schlagobers 36%", + "description": "Der Schlagobers von NÖM hat 36 % Fett und veredelt luftig geschlagen jedes Dessert. In flüssiger Form wertet er herzhafte Soßen auf.
  • geprüfte Qualität aus Österreich
  • garantiert gentechnikfrei", + "price": 1.69, + "priceHistory": [ + { + "date": "2023-06-12", + "price": 1.69 + }, + { + "date": "2022-11-03", + "price": 1.79 + }, + { + "date": "2022-10-06", + "price": 1.55 + }, + { + "date": "2022-10-03", + "price": 1.4 + }, + { + "date": "2022-06-07", + "price": 1.55 + }, + { + "date": "2022-02-02", + "price": 1.45 + }, + { + "date": "2021-10-28", + "price": 1.39 + }, + { + "date": "2021-10-14", + "price": 1.19 + }, + { + "date": "2021-08-23", + "price": 1.39 + }, + { + "date": "2020-05-07", + "price": 1.35 + }, + { + "date": "2020-04-23", + "price": 1.19 + }, + { + "date": "2020-01-30", + "price": 1.35 + }, + { + "date": "2017-09-25", + "price": 1.29 + }, + { + "date": "2017-08-22", + "price": 1.35 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "schlagob", + "36", + "250", + "ml" + ], + "vector": { + "36": 0.35355339059327373, + "250": 0.35355339059327373, + "nm": 0.35355339059327373, + "schl": 0.35355339059327373, + "chla": 0.35355339059327373, + "hlag": 0.35355339059327373, + "lago": 0.35355339059327373, + "ml": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-440631", + "name": "nöm Schlagobers 36%", + "description": "Der Schlagobers von NÖM hat 36 % Fett und veredelt luftig geschlagen jedes Dessert. In flüssiger Form wertet er herzhafte Soßen auf.
  • geprüfte Qualität aus Österreich
  • garantiert gentechnikfrei", + "price": 1.69, + "priceHistory": [ + { + "date": "2023-06-12", + "price": 1.69 + }, + { + "date": "2022-11-03", + "price": 1.79 + }, + { + "date": "2022-10-06", + "price": 1.55 + }, + { + "date": "2022-10-03", + "price": 1.4 + }, + { + "date": "2022-06-07", + "price": 1.55 + }, + { + "date": "2022-02-02", + "price": 1.45 + }, + { + "date": "2021-10-28", + "price": 1.39 + }, + { + "date": "2021-10-14", + "price": 1.19 + }, + { + "date": "2021-08-23", + "price": 1.39 + }, + { + "date": "2020-05-07", + "price": 1.35 + }, + { + "date": "2020-04-23", + "price": 1.19 + }, + { + "date": "2020-01-30", + "price": 1.35 + }, + { + "date": "2017-09-25", + "price": 1.29 + }, + { + "date": "2017-08-22", + "price": 1.35 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "schlagob", + "36", + "250", + "ml" + ], + "vector": { + "36": 0.35355339059327373, + "250": 0.35355339059327373, + "nm": 0.35355339059327373, + "schl": 0.35355339059327373, + "chla": 0.35355339059327373, + "hlag": 0.35355339059327373, + "lago": 0.35355339059327373, + "ml": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-687845", + "name": "nöm Teebutter Becher", + "description": "Streichzart und aromatisch ist die Teebutter von NÖM. Hergestellt aus qualitätsvoller, gentechnikfreier Milch aus Österreich, verfeinert sie das Jausenbrot.
  • Teebutter aus pasteurisiertem Rahm
  • mit mindestens 82% Milchfettanteil
  • streichfähig auf Brot und Semmeln", + "price": 2.85, + "priceHistory": [ + { + "date": "2023-04-15", + "price": 2.85 + }, + { + "date": "2023-02-10", + "price": 2.95 + }, + { + "date": "2022-10-06", + "price": 3.15 + }, + { + "date": "2022-06-07", + "price": 2.95 + }, + { + "date": "2022-06-02", + "price": 2.89 + }, + { + "date": "2022-02-02", + "price": 2.59 + }, + { + "date": "2022-01-24", + "price": 2.49 + }, + { + "date": "2021-09-13", + "price": 2.39 + }, + { + "date": "2021-07-15", + "price": 2.29 + }, + { + "date": "2018-06-22", + "price": 2.59 + }, + { + "date": "2018-05-14", + "price": 2.39 + }, + { + "date": "2018-02-16", + "price": 2.49 + }, + { + "date": "2017-09-09", + "price": 2.59 + }, + { + "date": "2017-06-29", + "price": 2.39 + }, + { + "date": "2017-06-22", + "price": 2.19 + }, + { + "date": "2017-04-05", + "price": 2.09 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "teebutt", + "bech", + "250", + "g" + ], + "vector": { + "250": 0.3779644730092272, + "nm": 0.3779644730092272, + "teeb": 0.3779644730092272, + "eebu": 0.3779644730092272, + "ebut": 0.3779644730092272, + "bech": 0.3779644730092272, + "g": 0.3779644730092272 + } + }, + { + "store": "billa", + "id": "00-283343", + "name": "nöm to go Schokomilch", + "description": "Der kleine Schoko-Shot für unterwegs ist lecker und praktisch. Nöm Schokomilch To Go ist mit Kakaopulver hergestellt und enthält die Vitamin E, B1, B2 und B6.
  • praktische Flasche mit Drehverschluss
  • hergestellt mit Milch aus bäuerlicher Landwirtschaft, ohne Gentechnik", + "price": 1.29, + "priceHistory": [ + { + "date": "2023-06-15", + "price": 1.29 + }, + { + "date": "2023-03-09", + "price": 1.39 + }, + { + "date": "2023-03-02", + "price": 0.99 + }, + { + "date": "2022-11-03", + "price": 1.39 + }, + { + "date": "2022-10-13", + "price": 1.15 + }, + { + "date": "2022-09-29", + "price": 0.79 + }, + { + "date": "2022-06-14", + "price": 1.15 + }, + { + "date": "2022-05-12", + "price": 1.05 + }, + { + "date": "2022-02-01", + "price": 1.09 + }, + { + "date": "2021-08-19", + "price": 0.99 + }, + { + "date": "2020-03-19", + "price": 0.95 + }, + { + "date": "2020-01-30", + "price": 0.99 + }, + { + "date": "2017-04-05", + "price": 0.89 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 450, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "to", + "go", + "schokomilch", + "450", + "g" + ], + "vector": { + "450": 0.2886751345948129, + "nm": 0.2886751345948129, + "to": 0.2886751345948129, + "go": 0.2886751345948129, + "scho": 0.2886751345948129, + "chok": 0.2886751345948129, + "hoko": 0.2886751345948129, + "okom": 0.2886751345948129, + "komi": 0.2886751345948129, + "omil": 0.2886751345948129, + "milc": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-293949", + "name": "nöm Vanillemilch", + "description": "Auch warm genießen!", + "price": 1.99, + "priceHistory": [ + { + "date": "2023-06-15", + "price": 1.99 + }, + { + "date": "2022-11-03", + "price": 2.19 + }, + { + "date": "2022-06-20", + "price": 1.75 + }, + { + "date": "2022-06-14", + "price": 1.69 + }, + { + "date": "2022-04-11", + "price": 1.59 + }, + { + "date": "2022-02-01", + "price": 1.65 + }, + { + "date": "2021-10-28", + "price": 1.55 + }, + { + "date": "2021-08-19", + "price": 1.59 + }, + { + "date": "2021-06-24", + "price": 1.49 + }, + { + "date": "2021-06-10", + "price": 1.19 + }, + { + "date": "2020-07-02", + "price": 1.49 + }, + { + "date": "2020-06-18", + "price": 0.99 + }, + { + "date": "2020-04-09", + "price": 1.49 + }, + { + "date": "2020-03-26", + "price": 1 + }, + { + "date": "2020-01-30", + "price": 1.49 + }, + { + "date": "2019-06-06", + "price": 1.39 + }, + { + "date": "2019-05-23", + "price": 1.19 + }, + { + "date": "2019-04-24", + "price": 1.39 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "vanillemilch", + "1000", + "ml" + ], + "vector": { + "1000": 0.30151134457776363, + "nm": 0.30151134457776363, + "vani": 0.30151134457776363, + "anil": 0.30151134457776363, + "nill": 0.30151134457776363, + "ille": 0.30151134457776363, + "llem": 0.30151134457776363, + "lemi": 0.30151134457776363, + "emil": 0.30151134457776363, + "milc": 0.30151134457776363, + "ml": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-425362", + "name": "nöm Wiener Eiskaffee", + "description": "Frischer Kaffeegenuss aus dem Kühlschrank: Der fertige Nöm Wiener Eiskaffee ist eine praktische Erfrischung aus Milch und Kaffee. Einschenken und genießen!
  • Wiener Eiskaffee im praktischen Tetrapack
  • mit gentechnikfreier Milch", + "price": 1.89, + "priceHistory": [ + { + "date": "2023-06-01", + "price": 1.89 + }, + { + "date": "2022-11-03", + "price": 1.99 + }, + { + "date": "2022-07-21", + "price": 1.59 + }, + { + "date": "2022-07-07", + "price": 1.19 + }, + { + "date": "2022-06-08", + "price": 1.59 + }, + { + "date": "2022-02-01", + "price": 1.49 + }, + { + "date": "2021-09-02", + "price": 1.39 + }, + { + "date": "2021-08-19", + "price": 1.29 + }, + { + "date": "2021-08-05", + "price": 0.99 + }, + { + "date": "2021-06-10", + "price": 1.29 + }, + { + "date": "2021-05-27", + "price": 0.99 + }, + { + "date": "2020-08-13", + "price": 1.29 + }, + { + "date": "2020-07-30", + "price": 0.99 + }, + { + "date": "2020-05-20", + "price": 1.29 + }, + { + "date": "2020-05-07", + "price": 0.99 + }, + { + "date": "2020-03-19", + "price": 1.29 + }, + { + "date": "2020-01-30", + "price": 1.35 + }, + { + "date": "2017-04-05", + "price": 1.25 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 1000, + "bio": false, + "category": "20", + "tokens": [ + "nm", + "wien", + "eiskaffe", + "1000", + "ml" + ], + "vector": { + "1000": 0.35355339059327373, + "nm": 0.35355339059327373, + "wien": 0.35355339059327373, + "eisk": 0.35355339059327373, + "iska": 0.35355339059327373, + "skaf": 0.35355339059327373, + "kaff": 0.35355339059327373, + "ml": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-12309", + "name": "Odol-med3 Mundspray Extrafrisch", + "description": "Der Odol med3 Mundspray Extrafisch hat ein handliches Format und sorgt auch unterwegs für einen herrlich frischen Atem.
  • sorgt sofort für frischen Atem
  • enthält kein Treibgas", + "price": 4.19, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 4.19 + }, + { + "date": "2022-05-25", + "price": 4.29 + }, + { + "date": "2022-04-06", + "price": 3.99 + }, + { + "date": "2017-09-14", + "price": 3.59 + }, + { + "date": "2017-04-05", + "price": 3.69 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 15, + "bio": false, + "category": "76", + "tokens": [ + "odolmed3", + "mundspray", + "extrafr", + "15", + "ml" + ], + "vector": { + "15": 0.2672612419124244, + "odol": 0.2672612419124244, + "dolm": 0.2672612419124244, + "olme": 0.2672612419124244, + "lmed": 0.2672612419124244, + "mund": 0.2672612419124244, + "unds": 0.2672612419124244, + "ndsp": 0.2672612419124244, + "dspr": 0.2672612419124244, + "spra": 0.2672612419124244, + "extr": 0.2672612419124244, + "xtra": 0.2672612419124244, + "traf": 0.2672612419124244, + "ml": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-98845", + "name": "Oma's Schmalztopf", + "description": "Oma´s Rezepte sind einfach die Besten. Zum Kochen, Dünsten, Schmoren, Braten, Backen und Rösten.
  • ", + "price": 2.39, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 2.39 + }, + { + "date": "2022-02-21", + "price": 2.49 + }, + { + "date": "2021-06-23", + "price": 1.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": false, + "category": "37", + "tokens": [ + "omas", + "schmalztopf", + "500", + "g" + ], + "vector": { + "500": 0.31622776601683794, + "omas": 0.31622776601683794, + "schm": 0.31622776601683794, + "chma": 0.31622776601683794, + "hmal": 0.31622776601683794, + "malz": 0.31622776601683794, + "alzt": 0.31622776601683794, + "lzto": 0.31622776601683794, + "ztop": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-772510", + "name": "Penaten Extramildes Shampoo", + "description": "Das extramilde Shampoo von Penaten wurde speziell für Babys und Kleinkinder entwickelt. Seine milde Rezeptur reinigt sanft das Haar, ohne die Augen zu reizen.
  • sanft pflegendes Shampoo, das die Haare leicht kämmbar macht
  • von Augenärzten getestet und bestätigt
  • dermatologisch bestätigte Hautverträglichkeit", + "price": 3.29, + "priceHistory": [ + { + "date": "2023-06-26", + "price": 3.29 + }, + { + "date": "2023-06-14", + "price": 4.39 + }, + { + "date": "2022-05-25", + "price": 4.49 + }, + { + "date": "2021-03-04", + "price": 4.19 + }, + { + "date": "2018-09-12", + "price": 3.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 400, + "bio": false, + "category": "70", + "tokens": [ + "penat", + "extramild", + "shampoo", + "400", + "ml" + ], + "vector": { + "400": 0.30151134457776363, + "pena": 0.30151134457776363, + "extr": 0.30151134457776363, + "xtra": 0.30151134457776363, + "tram": 0.30151134457776363, + "rami": 0.30151134457776363, + "amil": 0.30151134457776363, + "sham": 0.30151134457776363, + "hamp": 0.30151134457776363, + "ampo": 0.30151134457776363, + "ml": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-650143", + "name": "Penaten Bad & Shampoo Kopf Bis Fuß", + "description": "Das sanfte, hautverträgliche Penaten Bad & Shampoo für die Pflege von Kopf bis Fuß wurde speziell für die Bedürfnisse von Neugeborenen entwickelt.
  • extra milde Waschlotion
  • keine Tränen beim Haarewaschen
  • spendet der Haut Feuchtigkeit", + "price": 4.39, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 4.39 + }, + { + "date": "2022-05-25", + "price": 4.49 + }, + { + "date": "2021-03-04", + "price": 4.19 + }, + { + "date": "2018-04-26", + "price": 3.99 + }, + { + "date": "2017-11-16", + "price": 5.19 + }, + { + "date": "2017-04-27", + "price": 3.99 + }, + { + "date": "2017-04-05", + "price": 5.19 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 400, + "bio": false, + "category": "70", + "tokens": [ + "penat", + "bad", + "shampoo", + "kopf", + "fu", + "400", + "ml" + ], + "vector": { + "400": 0.3333333333333333, + "pena": 0.3333333333333333, + "bad": 0.3333333333333333, + "sham": 0.3333333333333333, + "hamp": 0.3333333333333333, + "ampo": 0.3333333333333333, + "kopf": 0.3333333333333333, + "fu": 0.3333333333333333, + "ml": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-650147", + "name": "Penaten Gute-Nacht Bad", + "description": "Für süße Träume und ruhige Nächte sorgt das Penaten Gute-Nacht Bad: mit Aromen, die dem Nachwuchs beim Entspannen helfen.
  • entspannt vor dem Schlafen
  • besonders mild zu den Augen
  • reinigt sanft", + "price": 3.29, + "priceHistory": [ + { + "date": "2023-06-26", + "price": 3.29 + }, + { + "date": "2023-06-14", + "price": 4.39 + }, + { + "date": "2022-11-01", + "price": 4.49 + }, + { + "date": "2018-04-26", + "price": 3.99 + }, + { + "date": "2017-11-21", + "price": 5.19 + }, + { + "date": "2017-04-27", + "price": 3.99 + }, + { + "date": "2017-04-05", + "price": 5.19 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 400, + "bio": false, + "category": "70", + "tokens": [ + "penat", + "gutenacht", + "bad", + "400", + "ml" + ], + "vector": { + "400": 0.3333333333333333, + "pena": 0.3333333333333333, + "gute": 0.3333333333333333, + "uten": 0.3333333333333333, + "tena": 0.3333333333333333, + "enac": 0.3333333333333333, + "nach": 0.3333333333333333, + "bad": 0.3333333333333333, + "ml": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-15252", + "name": "Pitralon After Shave Original", + "description": "Das Pitralon After Shave Original eignet sich für die tägliche Anwendung nach dem Rasieren. Es spendet wohltuende Feuchtigkeit und beugt Hautreizungen vor.
  • belebend und erfrischend
  • angenehm dezenter, eleganter Duft
  • intensive Pflege
  • antibakterielle Wirkung verhindert Entzündungen", + "price": 4.79, + "priceHistory": [ + { + "date": "2023-06-26", + "price": 4.79 + }, + { + "date": "2023-06-14", + "price": 6.39 + }, + { + "date": "2022-05-25", + "price": 6.49 + }, + { + "date": "2022-02-03", + "price": 5.99 + }, + { + "date": "2021-04-07", + "price": 4.29 + }, + { + "date": "2017-04-05", + "price": 4.39 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 100, + "bio": false, + "category": "77", + "tokens": [ + "pitralon", + "aft", + "shav", + "original", + "100", + "ml" + ], + "vector": { + "100": 0.2886751345948129, + "pitr": 0.2886751345948129, + "itra": 0.2886751345948129, + "tral": 0.2886751345948129, + "ralo": 0.2886751345948129, + "aft": 0.2886751345948129, + "shav": 0.2886751345948129, + "orig": 0.2886751345948129, + "rigi": 0.2886751345948129, + "igin": 0.2886751345948129, + "gina": 0.2886751345948129, + "ml": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-474709", + "name": "Pittnauer Rosé", + "description": "Bio Rosé vom Neusiedlersee, der einfach begeistert!
    Mit viel frischem Charme beeindruckt dieser Rosé aus Zweigelt-Trauben. Ganz sanft gemaischt, anschließend schonend gepresst und kühl im Stahltank vergoren. Er überzeugt mit einem duftigen, geradlinigen Charakter mit Anklängen an roten Beeren und Kirschen. Mit seiner erfrischenden Frucht und harmonischen Ausgewogenheit ist der Rosé König ein unkomplizierter und vielseitiger Speisenbegleiter vor allem für die leichte Sommerküche. Ein Klassiker für heiße Tage und laue Sommerabende.", + "price": 8.49, + "priceHistory": [ + { + "date": "2023-06-11", + "price": 8.49 + }, + { + "date": "2023-06-07", + "price": 6.37 + }, + { + "date": "2023-06-06", + "price": 8.49 + }, + { + "date": "2023-03-03", + "price": 8.99 + }, + { + "date": "2023-02-15", + "price": 8.49 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 750, + "bio": true, + "category": "25", + "tokens": [ + "pittnau", + "ros", + "750", + "ml" + ], + "vector": { + "750": 0.4082482904638631, + "pitt": 0.4082482904638631, + "ittn": 0.4082482904638631, + "ttna": 0.4082482904638631, + "ros": 0.4082482904638631, + "ml": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-695798", + "name": "Plantur 39 Coffein Shampoo für Feines Haar", + "description": "+ für natürliches Volumen

    + für feines, brüchiges Haar

    + beugt Erschöpfung der Haarproduktion vor
    ", + "price": 11.59, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 11.59 + }, + { + "date": "2023-05-15", + "price": 11.99 + }, + { + "date": "2022-03-25", + "price": 7.99 + }, + { + "date": "2018-03-14", + "price": 11.99 + }, + { + "date": "2017-04-05", + "price": 11.49 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "73", + "tokens": [ + "plantur", + "39", + "coffein", + "shampoo", + "fr", + "fein", + "haar", + "250", + "ml" + ], + "vector": { + "39": 0.2581988897471611, + "250": 0.2581988897471611, + "plan": 0.2581988897471611, + "lant": 0.2581988897471611, + "antu": 0.2581988897471611, + "coff": 0.2581988897471611, + "offe": 0.2581988897471611, + "ffei": 0.2581988897471611, + "sham": 0.2581988897471611, + "hamp": 0.2581988897471611, + "ampo": 0.2581988897471611, + "fr": 0.2581988897471611, + "fein": 0.2581988897471611, + "haar": 0.2581988897471611, + "ml": 0.2581988897471611 + } + }, + { + "store": "billa", + "id": "00-479470", + "name": "Rabl Riesling Langenlois", + "description": "Helles gelb-grün, duftet nach Pfirsich, sehr elegant, typische spürbare eingebundene Säure, frisch und lebendig, harmonisch, einladend, großer Trinkgenuss mit feinem Nachhall. Geschmacksnoten von Pfirsich, Marille und exotischen Früchten.", + "price": 8.49, + "priceHistory": [ + { + "date": "2023-06-06", + "price": 8.49 + }, + { + "date": "2023-02-12", + "price": 8.99 + }, + { + "date": "2023-02-10", + "price": 6.74 + }, + { + "date": "2023-01-19", + "price": 8.99 + }, + { + "date": "2022-10-30", + "price": 7.99 + }, + { + "date": "2022-10-28", + "price": 5.99 + }, + { + "date": "2022-09-29", + "price": 7.99 + }, + { + "date": "2022-08-24", + "price": 8.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 750, + "bio": false, + "category": "25", + "tokens": [ + "rabl", + "riesling", + "langenlois", + "750", + "ml" + ], + "vector": { + "750": 0.2773500981126146, + "rabl": 0.2773500981126146, + "ries": 0.2773500981126146, + "iesl": 0.2773500981126146, + "esli": 0.2773500981126146, + "slin": 0.2773500981126146, + "lang": 0.2773500981126146, + "ange": 0.2773500981126146, + "ngen": 0.2773500981126146, + "genl": 0.2773500981126146, + "enlo": 0.2773500981126146, + "nloi": 0.2773500981126146, + "ml": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-700043", + "name": "Revo Gravlax - Graved Lachs aus Pflanzen", + "description": "Revo Foods bietet Meeresfrüchte an, die zu 100 % aus Pflanzen hergestellt sind, und will damit die Art und Weise, wie wir Fischprodukte konsumieren, verändern. Unser Ziel ist es, denjenigen, die unsere Ozeane gesund und fischreich erhalten wollen, die besten pflanzlichen Alternativen für Meeresfrüchte anzubieten.
  • Vegane Räucherlachsalternative
  • Reich an Eiweiß und Omega-3
  • Made in Austria
  • Weitaus nachhaltiger als konventionelle Fischprodukte
  • ", + "price": 4.79, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 4.79 + }, + { + "date": "2023-02-19", + "price": 5.19 + }, + { + "date": "2023-02-17", + "price": 3.89 + }, + { + "date": "2023-01-17", + "price": 5.19 + }, + { + "date": "2023-01-12", + "price": 3.89 + }, + { + "date": "2022-12-01", + "price": 5.19 + }, + { + "date": "2022-10-19", + "price": 4.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 80, + "bio": false, + "category": "39", + "tokens": [ + "revo", + "gravlax", + "graved", + "lach", + "pflanz", + "80", + "g" + ], + "vector": { + "80": 0.2773500981126146, + "revo": 0.2773500981126146, + "grav": 0.5547001962252291, + "ravl": 0.2773500981126146, + "avla": 0.2773500981126146, + "rave": 0.2773500981126146, + "lach": 0.2773500981126146, + "pfla": 0.2773500981126146, + "flan": 0.2773500981126146, + "g": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-522423", + "name": "Revo Lachs aus Pflanzen", + "description": "Du liebst den Geschmack von Fisch, aber Überfischung schmeckt dir garnicht? Revo Foods hat die ideale Alternative für dich. Den Revo Lachs aus Pflanzen:
  • Schmeckt genauso wie Lachs
  • Toller Nährwert und hoher Omega-3 Fettsäure Gehalt
  • 100% pflanzenbasiert (vegan) - aus Erbsenprotein und Algenextrakt
  • Fantastisches Räucheraroma
  • Enthält natürlich keine Schwermetalle, Mikroplastik oder Antibiotika
  • Gut für die Umwelt und deine Gesundheit
  • ", + "price": 4.79, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 4.79 + }, + { + "date": "2023-02-19", + "price": 5.19 + }, + { + "date": "2023-02-17", + "price": 3.89 + }, + { + "date": "2023-01-17", + "price": 5.19 + }, + { + "date": "2023-01-12", + "price": 3.89 + }, + { + "date": "2022-12-01", + "price": 5.19 + }, + { + "date": "2021-12-16", + "price": 4.99 + }, + { + "date": "2021-12-02", + "price": 5.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 80, + "bio": false, + "category": "39", + "tokens": [ + "revo", + "lach", + "pflanz", + "80", + "g" + ], + "vector": { + "80": 0.4082482904638631, + "revo": 0.4082482904638631, + "lach": 0.4082482904638631, + "pfla": 0.4082482904638631, + "flan": 0.4082482904638631, + "g": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-589574", + "name": "Rocca Via Primitivo IGP", + "description": "
  • Verkostungsnotiz: Ein intensiv rubinroter Wein, der mit seiner breiten Palette von würzigen Aromen nach Zimt, Nelken, schwarzem Pfeffer und Waldbeeren verführt. Am Gaumen ist er rund und geschmeidig mit samtigem beerigem Ausklang.
  • Speiseempfehlung: Ein perfekter Begleiter zu Pasta, Pizza und sommerlichen Grillgerichten.", + "price": 3.19, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 3.19 + }, + { + "date": "2023-02-12", + "price": 3.49 + }, + { + "date": "2023-02-10", + "price": 2.62 + }, + { + "date": "2023-01-22", + "price": 3.49 + }, + { + "date": "2023-01-20", + "price": 2.62 + }, + { + "date": "2023-01-19", + "price": 3.49 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 750, + "bio": false, + "category": "25", + "tokens": [ + "rocca", + "via", + "primitivo", + "igp", + "750", + "ml" + ], + "vector": { + "750": 0.31622776601683794, + "rocc": 0.31622776601683794, + "via": 0.31622776601683794, + "prim": 0.31622776601683794, + "rimi": 0.31622776601683794, + "imit": 0.31622776601683794, + "miti": 0.31622776601683794, + "itiv": 0.31622776601683794, + "igp": 0.31622776601683794, + "ml": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-422819", + "name": "nöm Speisetopfen 40%", + "description": "In der österreichischen Küche spielt Topfen eine wichtige Rolle. Mit dem NÖM Speisetopfen gelingen im Handumdrehen köstliche Desserts und Kuchen.
  • Speisetopfen mit Milch aus der Region
  • besonders cremig mit 40 % Fett i. Tr.
  • gentechnikfreie Herstellung", + "price": 1.39, + "priceHistory": [ + { + "date": "2023-05-30", + "price": 1.39 + }, + { + "date": "2022-11-03", + "price": 1.49 + }, + { + "date": "2022-10-06", + "price": 1.32 + }, + { + "date": "2022-10-03", + "price": 1.19 + }, + { + "date": "2022-06-07", + "price": 1.32 + }, + { + "date": "2022-04-11", + "price": 1.22 + }, + { + "date": "2022-02-01", + "price": 1.29 + }, + { + "date": "2021-12-09", + "price": 1.25 + }, + { + "date": "2021-10-28", + "price": 1.19 + }, + { + "date": "2021-08-19", + "price": 1.25 + }, + { + "date": "2020-01-30", + "price": 1.15 + }, + { + "date": "2017-12-12", + "price": 1.09 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "speisetopf", + "40", + "250", + "g" + ], + "vector": { + "40": 0.31622776601683794, + "250": 0.31622776601683794, + "nm": 0.31622776601683794, + "spei": 0.31622776601683794, + "peis": 0.31622776601683794, + "eise": 0.31622776601683794, + "iset": 0.31622776601683794, + "seto": 0.31622776601683794, + "etop": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-426636", + "name": "Schärdinger Bananentraum 3.5%", + "description": "Heute schon geträumt? Einfach unwiderstehlich: Die traumhaft cremigen Milchdrinks von Schärdinger sind eine feine Versuchung zum Trinken.", + "price": 1.89, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 1.89 + }, + { + "date": "2023-04-29", + "price": 1.49 + }, + { + "date": "2022-12-08", + "price": 1.99 + }, + { + "date": "2022-11-24", + "price": 1.29 + }, + { + "date": "2022-10-27", + "price": 1.99 + }, + { + "date": "2022-10-26", + "price": 1.75 + }, + { + "date": "2022-10-13", + "price": 1.29 + }, + { + "date": "2022-09-01", + "price": 1.75 + }, + { + "date": "2022-08-18", + "price": 1.29 + }, + { + "date": "2022-06-07", + "price": 1.75 + }, + { + "date": "2022-05-12", + "price": 1.59 + }, + { + "date": "2022-04-28", + "price": 1.29 + }, + { + "date": "2022-02-17", + "price": 1.65 + }, + { + "date": "2022-02-03", + "price": 1.19 + }, + { + "date": "2022-02-02", + "price": 1.65 + }, + { + "date": "2021-09-02", + "price": 1.59 + }, + { + "date": "2021-08-19", + "price": 0.99 + }, + { + "date": "2021-07-08", + "price": 1.49 + }, + { + "date": "2021-06-24", + "price": 0.74 + }, + { + "date": "2021-05-27", + "price": 1.49 + }, + { + "date": "2021-05-12", + "price": 0.74 + }, + { + "date": "2021-02-04", + "price": 1.49 + }, + { + "date": "2021-01-21", + "price": 0.74 + }, + { + "date": "2020-12-17", + "price": 1.49 + }, + { + "date": "2020-12-03", + "price": 0.99 + }, + { + "date": "2020-06-04", + "price": 1.49 + }, + { + "date": "2020-05-20", + "price": 0.74 + }, + { + "date": "2020-01-30", + "price": 1.49 + }, + { + "date": "2020-01-16", + "price": 1.39 + }, + { + "date": "2020-01-02", + "price": 0.69 + }, + { + "date": "2019-07-04", + "price": 1.39 + }, + { + "date": "2019-06-19", + "price": 0.99 + }, + { + "date": "2019-01-17", + "price": 1.39 + }, + { + "date": "2019-01-02", + "price": 0.69 + }, + { + "date": "2018-10-25", + "price": 1.39 + }, + { + "date": "2018-09-27", + "price": 0.99 + }, + { + "date": "2018-07-19", + "price": 1.39 + }, + { + "date": "2018-07-05", + "price": 0.99 + }, + { + "date": "2017-11-16", + "price": 1.39 + }, + { + "date": "2017-08-03", + "price": 1.19 + }, + { + "date": "2017-04-27", + "price": 1.39 + }, + { + "date": "2017-04-05", + "price": 1.19 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 750, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "bananentraum", + "35", + "750", + "g" + ], + "vector": { + "35": 0.2581988897471611, + "750": 0.2581988897471611, + "schr": 0.2581988897471611, + "chrd": 0.2581988897471611, + "hrdi": 0.2581988897471611, + "rdin": 0.2581988897471611, + "bana": 0.2581988897471611, + "anan": 0.2581988897471611, + "nane": 0.2581988897471611, + "anen": 0.2581988897471611, + "nent": 0.2581988897471611, + "entr": 0.2581988897471611, + "ntra": 0.2581988897471611, + "trau": 0.2581988897471611, + "g": 0.2581988897471611 + } + }, + { + "store": "billa", + "id": "00-700489", + "name": "Schärdinger Berghof Heidelbeeren Joghurt", + "description": "Schärdinger Berghof ist 100% naturreiner Genuss in 2 Schichten: bestes Bergbauernjoghurt mit natürlichem Fettgehalt trifft auf naturreine Fruchtsauce.
    Im hochwertigen 150g Glas ist es die perfekte kleine Einzelportion für den Genuss zwischendurch.", + "price": 0.85, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 0.85 + }, + { + "date": "2023-06-06", + "price": 0.63 + }, + { + "date": "2023-01-01", + "price": 0.95 + }, + { + "date": "2022-12-27", + "price": 0.63 + }, + { + "date": "2022-11-30", + "price": 0.95 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "berghof", + "heidelbe", + "joghurt", + "150", + "g" + ], + "vector": { + "150": 0.25, + "schr": 0.25, + "chrd": 0.25, + "hrdi": 0.25, + "rdin": 0.25, + "berg": 0.25, + "ergh": 0.25, + "rgho": 0.25, + "heid": 0.25, + "eide": 0.25, + "idel": 0.25, + "delb": 0.25, + "jogh": 0.25, + "oghu": 0.25, + "ghur": 0.25, + "g": 0.25 + } + }, + { + "store": "billa", + "id": "00-511538", + "name": "Schärdinger Berghof Pfirsich Maracuja Joghurt", + "description": "Schärdinger Berghof ist 100% naturreiner Genuss in 2 Schichten: bestes Bergbauernjoghurt mit natürlichem Fettgehalt trifft auf naturreine Fruchtsauce.
    Im hochwertigen 150g Glas ist es die perfekte kleine Einzelportion für den Genuss zwischendurch.", + "price": 0.85, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 0.85 + }, + { + "date": "2023-05-26", + "price": 0.63 + }, + { + "date": "2023-01-01", + "price": 0.95 + }, + { + "date": "2022-12-27", + "price": 0.63 + }, + { + "date": "2022-11-09", + "price": 0.95 + }, + { + "date": "2022-10-04", + "price": 0.85 + }, + { + "date": "2022-09-24", + "price": 0.56 + }, + { + "date": "2022-06-13", + "price": 0.85 + }, + { + "date": "2022-04-25", + "price": 0.79 + }, + { + "date": "2022-02-02", + "price": 0.82 + }, + { + "date": "2021-11-25", + "price": 0.79 + }, + { + "date": "2021-10-28", + "price": 0.39 + }, + { + "date": "2021-10-06", + "price": 0.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "berghof", + "pfirsich", + "maracuja", + "joghurt", + "150", + "g" + ], + "vector": { + "150": 0.22360679774997896, + "schr": 0.22360679774997896, + "chrd": 0.22360679774997896, + "hrdi": 0.22360679774997896, + "rdin": 0.22360679774997896, + "berg": 0.22360679774997896, + "ergh": 0.22360679774997896, + "rgho": 0.22360679774997896, + "pfir": 0.22360679774997896, + "firs": 0.22360679774997896, + "irsi": 0.22360679774997896, + "rsic": 0.22360679774997896, + "mara": 0.22360679774997896, + "arac": 0.22360679774997896, + "racu": 0.22360679774997896, + "acuj": 0.22360679774997896, + "jogh": 0.22360679774997896, + "oghu": 0.22360679774997896, + "ghur": 0.22360679774997896, + "g": 0.22360679774997896 + } + }, + { + "store": "billa", + "id": "00-511541", + "name": "Schärdinger Berghof Rote Früchte Joghurt", + "description": "Schärdinger Berghof ist 100% naturreiner Genuss in 2 Schichten: bestes Bergbauernjoghurt mit natürlichem Fettgehalt trifft auf naturreine Fruchtsauce.
    Im hochwertigen 150g Glas ist es die perfekte kleine Einzelportion für den Genuss zwischendurch.", + "price": 0.85, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 0.85 + }, + { + "date": "2023-05-25", + "price": 0.63 + }, + { + "date": "2023-01-01", + "price": 0.95 + }, + { + "date": "2022-12-27", + "price": 0.63 + }, + { + "date": "2022-10-27", + "price": 0.95 + }, + { + "date": "2022-09-29", + "price": 0.85 + }, + { + "date": "2022-09-19", + "price": 0.56 + }, + { + "date": "2022-06-07", + "price": 0.85 + }, + { + "date": "2022-04-25", + "price": 0.79 + }, + { + "date": "2022-02-02", + "price": 0.82 + }, + { + "date": "2021-11-11", + "price": 0.79 + }, + { + "date": "2021-10-28", + "price": 0.39 + }, + { + "date": "2021-10-13", + "price": 0.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "berghof", + "rot", + "frchte", + "joghurt", + "150", + "g" + ], + "vector": { + "150": 0.2581988897471611, + "schr": 0.2581988897471611, + "chrd": 0.2581988897471611, + "hrdi": 0.2581988897471611, + "rdin": 0.2581988897471611, + "berg": 0.2581988897471611, + "ergh": 0.2581988897471611, + "rgho": 0.2581988897471611, + "rot": 0.2581988897471611, + "frch": 0.2581988897471611, + "rcht": 0.2581988897471611, + "jogh": 0.2581988897471611, + "oghu": 0.2581988897471611, + "ghur": 0.2581988897471611, + "g": 0.2581988897471611 + } + }, + { + "store": "billa", + "id": "00-580789", + "name": "Schärdinger Dessert Creme Schoko", + "description": "Schärdinger Dessert Creme, das ist der kleine Premium-Glücksmoment für Zwischendurch mit feinstem Obers und aus 100% österreichischer, gentechnikfreier Milch.
    Erhältlich im appetitlichen und wertigen 150g-Glas.", + "price": 0.89, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 0.89 + }, + { + "date": "2023-02-16", + "price": 0.99 + }, + { + "date": "2023-02-04", + "price": 0.49 + }, + { + "date": "2022-10-27", + "price": 0.99 + }, + { + "date": "2022-07-06", + "price": 0.89 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "dessert", + "crem", + "schoko", + "150", + "g" + ], + "vector": { + "150": 0.2886751345948129, + "schr": 0.2886751345948129, + "chrd": 0.2886751345948129, + "hrdi": 0.2886751345948129, + "rdin": 0.2886751345948129, + "dess": 0.2886751345948129, + "esse": 0.2886751345948129, + "sser": 0.2886751345948129, + "crem": 0.2886751345948129, + "scho": 0.2886751345948129, + "chok": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-580935", + "name": "Schärdinger Dessert Creme Vanille", + "description": "Schärdinger Dessert Creme, das ist der kleine Premium-Glücksmoment für Zwischendurch mit feinstem Obers und aus 100% österreichischer, gentechnikfreier Milch.
    Erhältlich im appetitlichen und wertigen 150g-Glas.", + "price": 0.89, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 0.89 + }, + { + "date": "2023-02-16", + "price": 0.99 + }, + { + "date": "2023-02-02", + "price": 0.49 + }, + { + "date": "2022-11-01", + "price": 0.99 + }, + { + "date": "2022-07-06", + "price": 0.89 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "dessert", + "crem", + "vanill", + "150", + "g" + ], + "vector": { + "150": 0.2886751345948129, + "schr": 0.2886751345948129, + "chrd": 0.2886751345948129, + "hrdi": 0.2886751345948129, + "rdin": 0.2886751345948129, + "dess": 0.2886751345948129, + "esse": 0.2886751345948129, + "sser": 0.2886751345948129, + "crem": 0.2886751345948129, + "vani": 0.2886751345948129, + "anil": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-430549", + "name": "Schärdinger Erdbeertraum 3.5%", + "description": "Heute schon geträumt? Einfach unwiderstehlich: Die traumhaft cremigen Milchdrinks von Schärdinger sind eine feine Versuchung zum Trinken. ", + "price": 1.89, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 1.89 + }, + { + "date": "2023-04-29", + "price": 1.49 + }, + { + "date": "2022-12-08", + "price": 1.99 + }, + { + "date": "2022-11-24", + "price": 1.29 + }, + { + "date": "2022-10-27", + "price": 1.99 + }, + { + "date": "2022-10-26", + "price": 1.75 + }, + { + "date": "2022-10-13", + "price": 1.29 + }, + { + "date": "2022-09-01", + "price": 1.75 + }, + { + "date": "2022-08-18", + "price": 1.29 + }, + { + "date": "2022-06-07", + "price": 1.75 + }, + { + "date": "2022-05-12", + "price": 1.59 + }, + { + "date": "2022-04-28", + "price": 1.29 + }, + { + "date": "2022-02-17", + "price": 1.65 + }, + { + "date": "2022-02-03", + "price": 1.19 + }, + { + "date": "2022-02-02", + "price": 1.65 + }, + { + "date": "2021-09-02", + "price": 1.59 + }, + { + "date": "2021-08-19", + "price": 0.99 + }, + { + "date": "2021-07-08", + "price": 1.49 + }, + { + "date": "2021-06-24", + "price": 0.74 + }, + { + "date": "2021-05-27", + "price": 1.49 + }, + { + "date": "2021-05-12", + "price": 0.74 + }, + { + "date": "2021-02-04", + "price": 1.49 + }, + { + "date": "2021-01-21", + "price": 0.74 + }, + { + "date": "2020-12-17", + "price": 1.49 + }, + { + "date": "2020-12-03", + "price": 0.99 + }, + { + "date": "2020-06-04", + "price": 1.49 + }, + { + "date": "2020-05-20", + "price": 0.74 + }, + { + "date": "2020-01-30", + "price": 1.49 + }, + { + "date": "2020-01-16", + "price": 1.39 + }, + { + "date": "2020-01-02", + "price": 0.69 + }, + { + "date": "2019-07-04", + "price": 1.39 + }, + { + "date": "2019-06-19", + "price": 0.99 + }, + { + "date": "2019-01-17", + "price": 1.39 + }, + { + "date": "2019-01-02", + "price": 0.69 + }, + { + "date": "2018-10-25", + "price": 1.39 + }, + { + "date": "2018-09-27", + "price": 0.99 + }, + { + "date": "2018-07-19", + "price": 1.39 + }, + { + "date": "2018-07-05", + "price": 0.99 + }, + { + "date": "2017-11-16", + "price": 1.39 + }, + { + "date": "2017-08-03", + "price": 1.19 + }, + { + "date": "2017-04-27", + "price": 1.39 + }, + { + "date": "2017-04-05", + "price": 1.19 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 750, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "erdbeertraum", + "35", + "750", + "g" + ], + "vector": { + "35": 0.2581988897471611, + "750": 0.2581988897471611, + "schr": 0.2581988897471611, + "chrd": 0.2581988897471611, + "hrdi": 0.2581988897471611, + "rdin": 0.2581988897471611, + "erdb": 0.2581988897471611, + "rdbe": 0.2581988897471611, + "dbee": 0.2581988897471611, + "beer": 0.2581988897471611, + "eert": 0.2581988897471611, + "ertr": 0.2581988897471611, + "rtra": 0.2581988897471611, + "trau": 0.2581988897471611, + "g": 0.2581988897471611 + } + }, + { + "store": "billa", + "id": "00-720656", + "name": "Schärdinger FruMix Erdbeere", + "description": "Das neue FruMix Sauermilchdessert von Schärdinger im Glas eignet sich perfekt als kleiner Snack für zwischendurch.
    Unterlegt mit einer Fruchtschicht in der Sorte Erdbeere steht einem Genuss nichts mehr im Wege - egal ob geschüttelt oder gerührt.", + "price": 0.85, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 0.85 + }, + { + "date": "2023-05-25", + "price": 0.63 + }, + { + "date": "2023-05-21", + "price": 0.95 + }, + { + "date": "2023-05-16", + "price": 0.71 + }, + { + "date": "2023-04-22", + "price": 0.95 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "frumix", + "erdbe", + "150", + "g" + ], + "vector": { + "150": 0.3333333333333333, + "schr": 0.3333333333333333, + "chrd": 0.3333333333333333, + "hrdi": 0.3333333333333333, + "rdin": 0.3333333333333333, + "frum": 0.3333333333333333, + "rumi": 0.3333333333333333, + "erdb": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-720655", + "name": "Schärdinger FruMix Mango", + "description": "Das neue FruMix Sauermilchdessert von Schärdinger im Glas eignet sich perfekt als kleiner Snack für zwischendurch.
    Unterlegt mit einer Fruchtschicht in der Sorte Mango steht einem Genuss nichts mehr im Wege - egal ob geschüttelt oder gerührt.", + "price": 0.85, + "priceHistory": [ + { + "date": "2023-06-07", + "price": 0.85 + }, + { + "date": "2023-05-25", + "price": 0.63 + }, + { + "date": "2023-05-21", + "price": 0.95 + }, + { + "date": "2023-05-16", + "price": 0.71 + }, + { + "date": "2023-04-22", + "price": 0.95 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "frumix", + "mango", + "150", + "g" + ], + "vector": { + "150": 0.3333333333333333, + "schr": 0.3333333333333333, + "chrd": 0.3333333333333333, + "hrdi": 0.3333333333333333, + "rdin": 0.3333333333333333, + "frum": 0.3333333333333333, + "rumi": 0.3333333333333333, + "mang": 0.3333333333333333, + "g": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-344221", + "name": "Schärdinger Greek Style Honig & Nuss Joghurt", + "description": "Oh Honey - die Süße vom Honig vereint mit der herben Note der Walnuss und griechischem Joghurt bilden eine perfekte Geschmackskombination. Mit dem süßen Dessert im neuen 200g Glas kann man seinen Gaumen verwöhnen.", + "price": 1.49, + "priceHistory": [ + { + "date": "2023-06-01", + "price": 1.49 + }, + { + "date": "2023-03-30", + "price": 1.29 + }, + { + "date": "2022-10-27", + "price": 1.55 + }, + { + "date": "2022-09-26", + "price": 1.45 + }, + { + "date": "2022-02-02", + "price": 1.39 + }, + { + "date": "2021-10-28", + "price": 1.37 + }, + { + "date": "2021-09-27", + "price": 1.39 + }, + { + "date": "2021-09-02", + "price": 1.45 + }, + { + "date": "2021-08-25", + "price": 1.35 + }, + { + "date": "2021-08-05", + "price": 0.79 + }, + { + "date": "2020-01-30", + "price": 1.35 + }, + { + "date": "2019-11-13", + "price": 1.29 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "greek", + "styl", + "honig", + "nuss", + "joghurt", + "200", + "g" + ], + "vector": { + "200": 0.2773500981126146, + "schr": 0.2773500981126146, + "chrd": 0.2773500981126146, + "hrdi": 0.2773500981126146, + "rdin": 0.2773500981126146, + "gree": 0.2773500981126146, + "styl": 0.2773500981126146, + "honi": 0.2773500981126146, + "nuss": 0.2773500981126146, + "jogh": 0.2773500981126146, + "oghu": 0.2773500981126146, + "ghur": 0.2773500981126146, + "g": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-388050", + "name": "Schärdinger Greek Style Mango & Maracuja Joghurt", + "description": "Tanze Mango mit mir! Mit dem cremigen Joghurt aus bester österreichischer Alpenmilch in der köstlichen Geschmackskombination Mango/Maracuja.
  • 100% Natur
  • 100% Genuss
  • In der edlen Premiumverpackung GLAS
  • ", + "price": 1.49, + "priceHistory": [ + { + "date": "2023-06-01", + "price": 1.49 + }, + { + "date": "2023-03-30", + "price": 1.29 + }, + { + "date": "2022-10-27", + "price": 1.55 + }, + { + "date": "2022-07-21", + "price": 1.45 + }, + { + "date": "2022-07-07", + "price": 0.72 + }, + { + "date": "2022-06-07", + "price": 1.45 + }, + { + "date": "2022-02-02", + "price": 1.39 + }, + { + "date": "2021-10-28", + "price": 1.37 + }, + { + "date": "2021-09-27", + "price": 1.39 + }, + { + "date": "2021-09-02", + "price": 1.45 + }, + { + "date": "2021-08-25", + "price": 1.35 + }, + { + "date": "2021-08-05", + "price": 0.79 + }, + { + "date": "2020-07-15", + "price": 1.35 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "greek", + "styl", + "mango", + "maracuja", + "joghurt", + "200", + "g" + ], + "vector": { + "200": 0.25, + "schr": 0.25, + "chrd": 0.25, + "hrdi": 0.25, + "rdin": 0.25, + "gree": 0.25, + "styl": 0.25, + "mang": 0.25, + "mara": 0.25, + "arac": 0.25, + "racu": 0.25, + "acuj": 0.25, + "jogh": 0.25, + "oghu": 0.25, + "ghur": 0.25, + "g": 0.25 + } + }, + { + "store": "billa", + "id": "00-579909", + "name": "Schärdinger Greek Style Vanille Erdbeer Joghurt", + "description": "
  • Köstlich cremiges Vanillejoghurt auf sonnengreiften Erdbeeren
  • Diese Sorte holt den Sommer in das Kühlregal
  • Aus bester österreichischer Alpenmilch im Premium Glas
  • ", + "price": 1.49, + "priceHistory": [ + { + "date": "2023-06-06", + "price": 1.49 + }, + { + "date": "2022-06-11", + "price": 1.45 + }, + { + "date": "2022-05-04", + "price": 1.39 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "greek", + "styl", + "vanill", + "erdbe", + "joghurt", + "200", + "g" + ], + "vector": { + "200": 0.2672612419124244, + "schr": 0.2672612419124244, + "chrd": 0.2672612419124244, + "hrdi": 0.2672612419124244, + "rdin": 0.2672612419124244, + "gree": 0.2672612419124244, + "styl": 0.2672612419124244, + "vani": 0.2672612419124244, + "anil": 0.2672612419124244, + "erdb": 0.2672612419124244, + "jogh": 0.2672612419124244, + "oghu": 0.2672612419124244, + "ghur": 0.2672612419124244, + "g": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-439258", + "name": "Schärdinger Sauerrahm 13%", + "description": "Der Schärdinger Sauerrahm ist ein mit Milchsäurekulturen gesäuerter, frischer Rahm. Durch die zart schmelzende Konsistenz ist der Schärdinger Sauerrahm für Saucen und frische Dressings ideal geeignet.", + "price": 1.15, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 1.15 + }, + { + "date": "2023-02-04", + "price": 1.25 + }, + { + "date": "2022-10-27", + "price": 1.29 + }, + { + "date": "2022-06-07", + "price": 1.19 + }, + { + "date": "2022-04-14", + "price": 1.02 + }, + { + "date": "2022-02-02", + "price": 1.09 + }, + { + "date": "2021-09-27", + "price": 1.05 + }, + { + "date": "2021-09-02", + "price": 0.99 + }, + { + "date": "2021-01-20", + "price": 0.95 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "sauerrahm", + "13", + "250", + "g" + ], + "vector": { + "13": 0.2886751345948129, + "250": 0.2886751345948129, + "schr": 0.2886751345948129, + "chrd": 0.2886751345948129, + "hrdi": 0.2886751345948129, + "rdin": 0.2886751345948129, + "saue": 0.2886751345948129, + "auer": 0.2886751345948129, + "uerr": 0.2886751345948129, + "erra": 0.2886751345948129, + "rrah": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-28926", + "name": "nöm Speisetopfen 20%", + "description": "Der Speisetopfen 20% von Nöm ist extra cremig. Er schmeckt in Desserts und Aufstrichen und eignet sich als vielseitige Zutat beim Kochen und Backen.
  • 20 % Fettgehalt in der Trockenmasse
  • hergestellt in Österreich
  • ohne Gentechnik", + "price": 1.35, + "priceHistory": [ + { + "date": "2023-05-30", + "price": 1.35 + }, + { + "date": "2022-11-03", + "price": 1.45 + }, + { + "date": "2022-10-06", + "price": 1.28 + }, + { + "date": "2022-10-03", + "price": 1.15 + }, + { + "date": "2022-06-07", + "price": 1.28 + }, + { + "date": "2022-04-11", + "price": 1.18 + }, + { + "date": "2022-02-01", + "price": 1.25 + }, + { + "date": "2021-10-28", + "price": 1.15 + }, + { + "date": "2021-08-19", + "price": 1.19 + }, + { + "date": "2020-05-07", + "price": 1.09 + }, + { + "date": "2020-04-23", + "price": 0.99 + }, + { + "date": "2020-01-30", + "price": 1.09 + }, + { + "date": "2017-07-13", + "price": 1.05 + }, + { + "date": "2017-04-20", + "price": 0.99 + }, + { + "date": "2017-04-05", + "price": 1.05 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "nm", + "speisetopf", + "20", + "250", + "g" + ], + "vector": { + "20": 0.31622776601683794, + "250": 0.31622776601683794, + "nm": 0.31622776601683794, + "spei": 0.31622776601683794, + "peis": 0.31622776601683794, + "eise": 0.31622776601683794, + "iset": 0.31622776601683794, + "seto": 0.31622776601683794, + "etop": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-451003", + "name": "Clever Schlagobers 36% länger frisch", + "description": "Der clever Schlagobers ist eine süße Ergänzung für Torten und Früchte und kann auch zum Abschmecken von Saucen und Suppen verwendet werden.
  • Ideal zum Verfeinern von süßen und pikanten Speisen
  • Mit dem AMA Gütesiegel ausgezeichnet
  • Gentechnikfrei
  • ", + "price": 1.39, + "priceHistory": [ + { + "date": "2023-04-06", + "price": 1.39 + }, + { + "date": "2022-12-27", + "price": 1.49 + }, + { + "date": "2022-11-09", + "price": 1.39 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "clev", + "schlagob", + "36", + "lnger", + "frisch", + "250", + "ml" + ], + "vector": { + "36": 0.30151134457776363, + "250": 0.30151134457776363, + "clev": 0.30151134457776363, + "schl": 0.30151134457776363, + "chla": 0.30151134457776363, + "hlag": 0.30151134457776363, + "lago": 0.30151134457776363, + "lnge": 0.30151134457776363, + "fris": 0.30151134457776363, + "risc": 0.30151134457776363, + "ml": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-343364", + "name": "Schloss Raggendorf Cabernet Sauvignon Alkoholfrei", + "description": "Alkoholfrei genießen mit Schloss Raggendorf! Durch die schonende Entalkoholisierung der Weine, bleibt der typische Geschmack erhalten.
  • Verkostungsnotiz: Der ausdrucksstarke, tiefrote Farbton und ein frischfruchtiges Aroma, mit einer leichten Tanninnote, geben diesem alkoholfreien Wein einen besonderen Ausdruck. Kräftig harmonisch und vielschichtiger Charakter.
  • Speiseempfehlung: Ideal zu Lamm und Rindfilet und Braten.", + "price": 4.49, + "priceHistory": [ + { + "date": "2023-06-06", + "price": 4.49 + }, + { + "date": "2023-02-12", + "price": 4.59 + }, + { + "date": "2023-02-10", + "price": 3.44 + }, + { + "date": "2023-01-22", + "price": 4.59 + }, + { + "date": "2023-01-20", + "price": 3.44 + }, + { + "date": "2023-01-01", + "price": 4.59 + }, + { + "date": "2022-12-30", + "price": 3.44 + }, + { + "date": "2022-07-29", + "price": 4.59 + }, + { + "date": "2022-07-10", + "price": 4.29 + }, + { + "date": "2022-07-08", + "price": 3.22 + }, + { + "date": "2022-06-05", + "price": 4.29 + }, + { + "date": "2022-06-03", + "price": 3.22 + }, + { + "date": "2022-05-08", + "price": 4.29 + }, + { + "date": "2022-05-06", + "price": 3.22 + }, + { + "date": "2022-03-24", + "price": 4.29 + }, + { + "date": "2022-03-03", + "price": 3.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 750, + "bio": false, + "category": "25", + "tokens": [ + "schloss", + "raggendorf", + "cabernet", + "sauvignon", + "alkoholfrei", + "750", + "ml" + ], + "vector": { + "750": 0.19245008972987526, + "schl": 0.19245008972987526, + "chlo": 0.19245008972987526, + "hlos": 0.19245008972987526, + "ragg": 0.19245008972987526, + "agge": 0.19245008972987526, + "ggen": 0.19245008972987526, + "gend": 0.19245008972987526, + "endo": 0.19245008972987526, + "ndor": 0.19245008972987526, + "cabe": 0.19245008972987526, + "aber": 0.19245008972987526, + "bern": 0.19245008972987526, + "erne": 0.19245008972987526, + "sauv": 0.19245008972987526, + "auvi": 0.19245008972987526, + "uvig": 0.19245008972987526, + "vign": 0.19245008972987526, + "igno": 0.19245008972987526, + "alko": 0.19245008972987526, + "lkoh": 0.19245008972987526, + "koho": 0.19245008972987526, + "ohol": 0.19245008972987526, + "holf": 0.19245008972987526, + "olfr": 0.19245008972987526, + "lfre": 0.19245008972987526, + "ml": 0.19245008972987526 + } + }, + { + "store": "billa", + "id": "00-343366", + "name": "Schloss Raggendorf Chardonnay Alkoholfrei", + "description": "Alkoholfrei genießen mit Schloss Raggendorf!
    Durch die schonende Entalkoholisierung der Weine, bleibt der typische Geschmack erhalten. Das frischfruchtige Aroma vermittelt einen ansprechenden, erfrischenden Charakter. Der feine, fruchtige Geschmack ist ausgewogen durch die belebende Säure und tragende Fruchtsüße.
  • Verkostungsnotiz: Helles gelbgrün, in der Nase frisch fruchtig und lebendig mit lebhafter Säure und vielschichtigem Charakter.
  • Speiseempfehlung: Ideal zu Hartkäse, Fischgerichten und Geflügel", + "price": 4.49, + "priceHistory": [ + { + "date": "2023-06-06", + "price": 4.49 + }, + { + "date": "2022-09-13", + "price": 4.59 + }, + { + "date": "2022-05-12", + "price": 4.29 + }, + { + "date": "2022-05-06", + "price": 3.22 + }, + { + "date": "2022-04-15", + "price": 4.29 + }, + { + "date": "2022-03-10", + "price": 3.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 750, + "bio": false, + "category": "25", + "tokens": [ + "schloss", + "raggendorf", + "chardonnay", + "alkoholfrei", + "750", + "ml" + ], + "vector": { + "750": 0.20412414523193154, + "schl": 0.20412414523193154, + "chlo": 0.20412414523193154, + "hlos": 0.20412414523193154, + "ragg": 0.20412414523193154, + "agge": 0.20412414523193154, + "ggen": 0.20412414523193154, + "gend": 0.20412414523193154, + "endo": 0.20412414523193154, + "ndor": 0.20412414523193154, + "char": 0.20412414523193154, + "hard": 0.20412414523193154, + "ardo": 0.20412414523193154, + "rdon": 0.20412414523193154, + "donn": 0.20412414523193154, + "onna": 0.20412414523193154, + "alko": 0.20412414523193154, + "lkoh": 0.20412414523193154, + "koho": 0.20412414523193154, + "ohol": 0.20412414523193154, + "holf": 0.20412414523193154, + "olfr": 0.20412414523193154, + "lfre": 0.20412414523193154, + "ml": 0.20412414523193154 + } + }, + { + "store": "billa", + "id": "00-440000", + "name": "Moser Schwarze Pute", + "description": "Dunkel geräucherte Puten Fleischwurst
    Die Schwarze Pute ist zu 100% eine Putenwurst mit den \"Traum-Maßen\" von: 11% Fett - 0,50% Zucker - 19% Eiweiß. Damit hat sie die gewisse Leichtigkeit eines Putenproduktes. Vom Typ her ist sie jedoch eine würzige, feinkörnige \"Halb-Dauerwurst\". Und sie ist eine \"Wurst im Rauch\". Mit einer kräftigen Note aus dem \"Räucherofen\".
  • 100% Putenfleisch (Putenoberkeule)
  • 11% Fettanteil
  • Ohne Zusatz von Pflanzenöl
  • Kräftig über Buchenholz geräuchert und gebraten
  • Mit Grander-Wasser erzeugt
  • Gluten- und laktosefrei", + "price": 29.9, + "priceHistory": [ + { + "date": "2023-05-17", + "price": 29.9 + }, + { + "date": "2023-05-13", + "price": 24.9 + }, + { + "date": "2023-02-16", + "price": 29.9 + }, + { + "date": "2023-01-12", + "price": 32.9 + }, + { + "date": "2022-12-23", + "price": 27.9 + }, + { + "date": "2022-10-13", + "price": 25.9 + }, + { + "date": "2022-09-19", + "price": 22.9 + }, + { + "date": "2022-06-08", + "price": 25.9 + }, + { + "date": "2022-06-02", + "price": 27.9 + }, + { + "date": "2022-05-25", + "price": 22.9 + }, + { + "date": "2022-05-12", + "price": 19.9 + }, + { + "date": "2022-04-14", + "price": 29.9 + }, + { + "date": "2022-03-24", + "price": 24.9 + }, + { + "date": "2022-03-17", + "price": 23.9 + }, + { + "date": "2021-12-09", + "price": 22.9 + }, + { + "date": "2021-11-25", + "price": 19.9 + }, + { + "date": "2021-11-11", + "price": 22.9 + }, + { + "date": "2021-10-28", + "price": 19.9 + }, + { + "date": "2021-06-10", + "price": 22.9 + }, + { + "date": "2021-05-27", + "price": 18.9 + }, + { + "date": "2021-02-04", + "price": 22.9 + }, + { + "date": "2021-01-21", + "price": 18.9 + }, + { + "date": "2020-08-13", + "price": 22.9 + }, + { + "date": "2020-07-30", + "price": 18.9 + }, + { + "date": "2020-03-19", + "price": 22.9 + }, + { + "date": "2020-01-30", + "price": 21.9 + }, + { + "date": "2020-01-09", + "price": 22.9 + }, + { + "date": "2019-05-23", + "price": 21.9 + }, + { + "date": "2019-05-09", + "price": 18.9 + }, + { + "date": "2019-02-14", + "price": 21.9 + }, + { + "date": "2019-01-31", + "price": 17.9 + }, + { + "date": "2018-11-18", + "price": 19.9 + }, + { + "date": "2018-11-15", + "price": 15.9 + }, + { + "date": "2018-11-08", + "price": 19.9 + }, + { + "date": "2018-10-18", + "price": 17.9 + }, + { + "date": "2018-04-19", + "price": 19.9 + }, + { + "date": "2018-04-05", + "price": 17.9 + }, + { + "date": "2018-01-04", + "price": 19.9 + }, + { + "date": "2017-12-21", + "price": 17.9 + }, + { + "date": "2017-11-09", + "price": 19.9 + }, + { + "date": "2017-10-19", + "price": 17.9 + }, + { + "date": "2017-09-21", + "price": 19.9 + }, + { + "date": "2017-09-09", + "price": 17.9 + }, + { + "date": "2017-08-10", + "price": 19.9 + }, + { + "date": "2017-07-27", + "price": 17.9 + }, + { + "date": "2017-04-05", + "price": 19.9 + } + ], + "isWeighted": true, + "unit": "g", + "quantity": 1000, + "bio": false, + "category": "37", + "tokens": [ + "mos", + "schwarz", + "put", + "1000", + "g" + ], + "vector": { + "1000": 0.3779644730092272, + "mos": 0.3779644730092272, + "schw": 0.3779644730092272, + "chwa": 0.3779644730092272, + "hwar": 0.3779644730092272, + "put": 0.3779644730092272, + "g": 0.3779644730092272 + } + }, + { + "store": "billa", + "id": "00-432536", + "name": "Reiter Schwarzwälder Geschnitten", + "description": "Die feinste, herzhaft gewürzte, mit Gebirgsholz heiß geräucherte, mit Gold ausgezeichnete, gesch. Markenwurst. REITER garantiert 100% Fleisch aus Österreich!", + "price": 2.79, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 2.79 + }, + { + "date": "2022-05-23", + "price": 2.89 + }, + { + "date": "2022-03-17", + "price": 2.79 + }, + { + "date": "2021-03-18", + "price": 2.49 + }, + { + "date": "2021-03-04", + "price": 1.99 + }, + { + "date": "2020-11-19", + "price": 2.49 + }, + { + "date": "2020-11-05", + "price": 1.99 + }, + { + "date": "2020-01-23", + "price": 2.49 + }, + { + "date": "2019-08-08", + "price": 2.39 + }, + { + "date": "2017-11-16", + "price": 2.29 + }, + { + "date": "2017-08-03", + "price": 1.99 + }, + { + "date": "2017-05-29", + "price": 2.29 + }, + { + "date": "2017-04-05", + "price": 2.19 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 80, + "bio": false, + "category": "37", + "tokens": [ + "reit", + "schwarzwld", + "geschnitt", + "80", + "g" + ], + "vector": { + "80": 0.2672612419124244, + "reit": 0.2672612419124244, + "schw": 0.2672612419124244, + "chwa": 0.2672612419124244, + "hwar": 0.2672612419124244, + "warz": 0.2672612419124244, + "arzw": 0.2672612419124244, + "rzwl": 0.2672612419124244, + "gesc": 0.2672612419124244, + "esch": 0.2672612419124244, + "schn": 0.2672612419124244, + "chni": 0.2672612419124244, + "hnit": 0.2672612419124244, + "g": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-4517", + "name": "Scotch Brite Geschirrwunder", + "description": "Mit dem Scotch Brite Geschirrwunder werden Töpfe und Pfannen im Handumdrehen sauber. Der Topfschwamm hat zwei unterschiedliche Oberflächen.
  • für alle kratzfesten Oberflächen ideal
  • das starke Vlies entfernt auch hartnäckigen Schmutz und Verkrustungen", + "price": 1.99, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 1.99 + }, + { + "date": "2022-11-13", + "price": 2.19 + }, + { + "date": "2022-11-11", + "price": 1.64 + }, + { + "date": "2022-05-25", + "price": 2.19 + }, + { + "date": "2022-02-03", + "price": 1.99 + }, + { + "date": "2021-07-27", + "price": 1.79 + }, + { + "date": "2018-07-19", + "price": 1.99 + }, + { + "date": "2018-07-05", + "price": 1.49 + }, + { + "date": "2017-11-02", + "price": 1.99 + }, + { + "date": "2017-09-19", + "price": 1.79 + }, + { + "date": "2017-04-05", + "price": 1.69 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 2, + "bio": false, + "category": "88", + "tokens": [ + "scotch", + "brit", + "geschirrwund", + "2", + "stk" + ], + "vector": { + "2": 0.2773500981126146, + "scot": 0.2773500981126146, + "cotc": 0.2773500981126146, + "brit": 0.2773500981126146, + "gesc": 0.2773500981126146, + "esch": 0.2773500981126146, + "schi": 0.2773500981126146, + "chir": 0.2773500981126146, + "hirr": 0.2773500981126146, + "irrw": 0.2773500981126146, + "rrwu": 0.2773500981126146, + "rwun": 0.2773500981126146, + "stk": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-745838", + "name": "Scotch Brite Geschirrwunder Universal", + "description": "Das Scotch Brite Geschirrwunder Universal reinigt Oberflächen sowie Pfannen und Töpfe kraftvoll, ohne zu kratzen.
  • universelle Reinigungs-Schwämme
  • kratzen nicht
  • ideal für die Reinigung glatter Oberflächen", + "price": 1.99, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 1.99 + }, + { + "date": "2022-11-14", + "price": 2.19 + }, + { + "date": "2022-11-11", + "price": 1.64 + }, + { + "date": "2022-05-25", + "price": 2.19 + }, + { + "date": "2022-02-03", + "price": 1.99 + }, + { + "date": "2021-07-27", + "price": 1.79 + }, + { + "date": "2021-06-16", + "price": 1.99 + }, + { + "date": "2018-08-15", + "price": 1.79 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 2, + "bio": false, + "category": "88", + "tokens": [ + "scotch", + "brit", + "geschirrwund", + "universal", + "2", + "stk" + ], + "vector": { + "2": 0.23570226039551587, + "scot": 0.23570226039551587, + "cotc": 0.23570226039551587, + "brit": 0.23570226039551587, + "gesc": 0.23570226039551587, + "esch": 0.23570226039551587, + "schi": 0.23570226039551587, + "chir": 0.23570226039551587, + "hirr": 0.23570226039551587, + "irrw": 0.23570226039551587, + "rrwu": 0.23570226039551587, + "rwun": 0.23570226039551587, + "univ": 0.23570226039551587, + "nive": 0.23570226039551587, + "iver": 0.23570226039551587, + "vers": 0.23570226039551587, + "ersa": 0.23570226039551587, + "stk": 0.23570226039551587 + } + }, + { + "store": "billa", + "id": "00-681898", + "name": "Sebamed Body Lotion Trockene Haut", + "description": "
  • Akutpflege für extrem trockene, spannende Haut
  • Spürbar juckreizlindernd
  • Intensiv feuchtigkeitsspendend
  • ", + "price": 5.47, + "priceHistory": [ + { + "date": "2023-06-26", + "price": 5.47 + }, + { + "date": "2023-06-14", + "price": 7.29 + }, + { + "date": "2022-05-25", + "price": 7.39 + }, + { + "date": "2021-04-07", + "price": 6.79 + }, + { + "date": "2020-06-03", + "price": 7.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 200, + "bio": false, + "category": "75", + "tokens": [ + "sebamed", + "body", + "lotion", + "trock", + "haut", + "200", + "ml" + ], + "vector": { + "200": 0.31622776601683794, + "seba": 0.31622776601683794, + "ebam": 0.31622776601683794, + "bame": 0.31622776601683794, + "body": 0.31622776601683794, + "loti": 0.31622776601683794, + "otio": 0.31622776601683794, + "troc": 0.31622776601683794, + "haut": 0.31622776601683794, + "ml": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-730398", + "name": "Sebamed Deo Roll On For Men Sensitive", + "description": "
  • Mit Trisoft-Wirksystem
  • Ohne Alkohol
  • Schützt zuverlässig
  • ", + "price": 4.19, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 4.19 + }, + { + "date": "2022-06-13", + "price": 4.99 + }, + { + "date": "2022-02-03", + "price": 4.89 + }, + { + "date": "2019-07-10", + "price": 3.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 50, + "bio": false, + "category": "72", + "tokens": [ + "sebamed", + "deo", + "roll", + "on", + "for", + "men", + "sensitiv", + "50", + "ml" + ], + "vector": { + "50": 0.2672612419124244, + "seba": 0.2672612419124244, + "ebam": 0.2672612419124244, + "bame": 0.2672612419124244, + "deo": 0.2672612419124244, + "roll": 0.2672612419124244, + "on": 0.2672612419124244, + "for": 0.2672612419124244, + "men": 0.2672612419124244, + "sens": 0.2672612419124244, + "ensi": 0.2672612419124244, + "nsit": 0.2672612419124244, + "siti": 0.2672612419124244, + "ml": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-769175", + "name": "Segafredo Intermezzo - Ganze Bohne", + "description": "Segafredo Intermezzo

    Kompromisslos kräftig, voll im Aroma, mit einer feinen, samtigen Crema. Italienisches Temperament in Reinkultur!", + "price": 7.89, + "priceHistory": [ + { + "date": "2023-06-04", + "price": 7.89 + }, + { + "date": "2023-06-02", + "price": 5.92 + }, + { + "date": "2023-03-15", + "price": 7.89 + }, + { + "date": "2023-03-10", + "price": 5.92 + }, + { + "date": "2023-03-09", + "price": 7.89 + }, + { + "date": "2023-01-26", + "price": 9.99 + }, + { + "date": "2022-12-19", + "price": 7.39 + }, + { + "date": "2022-12-11", + "price": 6.99 + }, + { + "date": "2022-12-07", + "price": 5.24 + }, + { + "date": "2022-08-07", + "price": 6.99 + }, + { + "date": "2022-08-05", + "price": 5.24 + }, + { + "date": "2022-06-26", + "price": 6.99 + }, + { + "date": "2022-06-24", + "price": 5.24 + }, + { + "date": "2022-05-24", + "price": 6.99 + }, + { + "date": "2022-05-23", + "price": 6.89 + }, + { + "date": "2022-05-15", + "price": 6.49 + }, + { + "date": "2022-05-13", + "price": 4.87 + }, + { + "date": "2022-04-24", + "price": 6.49 + }, + { + "date": "2022-04-22", + "price": 4.87 + }, + { + "date": "2022-03-20", + "price": 6.49 + }, + { + "date": "2022-03-18", + "price": 4.87 + }, + { + "date": "2022-01-29", + "price": 6.49 + }, + { + "date": "2021-12-16", + "price": 6.39 + }, + { + "date": "2021-12-09", + "price": 4.79 + }, + { + "date": "2021-10-14", + "price": 6.39 + }, + { + "date": "2020-02-13", + "price": 5.99 + }, + { + "date": "2019-11-21", + "price": 7.49 + }, + { + "date": "2019-11-07", + "price": 6.49 + }, + { + "date": "2019-08-29", + "price": 7.49 + }, + { + "date": "2019-08-14", + "price": 5.99 + }, + { + "date": "2019-06-13", + "price": 7.49 + }, + { + "date": "2019-05-16", + "price": 5.49 + }, + { + "date": "2019-02-28", + "price": 7.49 + }, + { + "date": "2019-02-14", + "price": 5.99 + }, + { + "date": "2018-12-20", + "price": 7.49 + }, + { + "date": "2018-12-06", + "price": 5.49 + }, + { + "date": "2018-09-27", + "price": 7.49 + }, + { + "date": "2018-08-30", + "price": 5.49 + }, + { + "date": "2018-07-19", + "price": 7.49 + }, + { + "date": "2018-07-05", + "price": 5.99 + }, + { + "date": "2018-04-19", + "price": 7.49 + }, + { + "date": "2018-04-05", + "price": 5.99 + }, + { + "date": "2017-11-16", + "price": 7.49 + }, + { + "date": "2017-08-03", + "price": 5.99 + }, + { + "date": "2017-04-05", + "price": 7.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": false, + "category": "22", + "tokens": [ + "segafredo", + "intermezzo", + "bohn", + "500", + "g" + ], + "vector": { + "500": 0.2672612419124244, + "sega": 0.2672612419124244, + "egaf": 0.2672612419124244, + "gafr": 0.2672612419124244, + "afre": 0.2672612419124244, + "fred": 0.2672612419124244, + "inte": 0.2672612419124244, + "nter": 0.2672612419124244, + "term": 0.2672612419124244, + "erme": 0.2672612419124244, + "rmez": 0.2672612419124244, + "mezz": 0.2672612419124244, + "bohn": 0.2672612419124244, + "g": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-629121", + "name": "Softis Toilettenpapier Weiß", + "description": "Das Softis Toilettenpapier Weiß wird mit Zellstoff aus zertifizierter Forstwirtschaft hergestellt. Es überzeugt mit einem Soft-Kammern-System.
  • besonders weich und saugfähig
  • nachhaltig produziert", + "price": 6.49, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 6.49 + }, + { + "date": "2023-05-25", + "price": 6.99 + }, + { + "date": "2023-05-13", + "price": 4.19 + }, + { + "date": "2023-02-16", + "price": 6.99 + }, + { + "date": "2023-02-02", + "price": 3.99 + }, + { + "date": "2022-12-25", + "price": 6.99 + }, + { + "date": "2022-12-07", + "price": 3.99 + }, + { + "date": "2022-11-10", + "price": 6.99 + }, + { + "date": "2022-10-27", + "price": 4.99 + }, + { + "date": "2022-10-13", + "price": 6.99 + }, + { + "date": "2022-09-29", + "price": 3.99 + }, + { + "date": "2022-07-07", + "price": 5.99 + }, + { + "date": "2022-06-23", + "price": 3.99 + }, + { + "date": "2022-05-26", + "price": 5.99 + }, + { + "date": "2022-04-14", + "price": 5.49 + }, + { + "date": "2022-03-31", + "price": 2.99 + }, + { + "date": "2022-02-17", + "price": 5.49 + }, + { + "date": "2022-02-03", + "price": 2.69 + }, + { + "date": "2022-01-13", + "price": 5.39 + }, + { + "date": "2022-01-03", + "price": 2.69 + }, + { + "date": "2021-12-25", + "price": 5.39 + }, + { + "date": "2021-12-09", + "price": 3.39 + }, + { + "date": "2021-10-21", + "price": 5.39 + }, + { + "date": "2021-10-14", + "price": 5.29 + }, + { + "date": "2021-09-30", + "price": 2.64 + }, + { + "date": "2021-09-16", + "price": 5.29 + }, + { + "date": "2021-09-02", + "price": 2.64 + }, + { + "date": "2021-08-05", + "price": 5.29 + }, + { + "date": "2021-07-22", + "price": 3.39 + }, + { + "date": "2021-07-01", + "price": 5.29 + }, + { + "date": "2021-06-24", + "price": 2.44 + }, + { + "date": "2021-06-02", + "price": 5.29 + }, + { + "date": "2021-05-27", + "price": 2.44 + }, + { + "date": "2021-05-12", + "price": 5.29 + }, + { + "date": "2021-05-06", + "price": 2.64 + }, + { + "date": "2021-04-11", + "price": 5.29 + }, + { + "date": "2021-04-10", + "price": 2.49 + }, + { + "date": "2021-03-18", + "price": 5.29 + }, + { + "date": "2021-03-12", + "price": 2.64 + }, + { + "date": "2021-02-11", + "price": 5.29 + }, + { + "date": "2021-02-04", + "price": 2.64 + }, + { + "date": "2020-12-17", + "price": 5.29 + }, + { + "date": "2020-12-10", + "price": 2.64 + }, + { + "date": "2020-10-08", + "price": 5.29 + }, + { + "date": "2020-10-01", + "price": 2.64 + }, + { + "date": "2020-09-10", + "price": 5.29 + }, + { + "date": "2020-09-03", + "price": 2.64 + }, + { + "date": "2020-08-13", + "price": 5.29 + }, + { + "date": "2020-08-06", + "price": 2.64 + }, + { + "date": "2020-07-09", + "price": 5.29 + }, + { + "date": "2020-07-02", + "price": 2.64 + }, + { + "date": "2020-06-25", + "price": 3.39 + }, + { + "date": "2020-06-04", + "price": 5.29 + }, + { + "date": "2020-05-28", + "price": 2.64 + }, + { + "date": "2020-03-12", + "price": 5.29 + }, + { + "date": "2020-02-27", + "price": 3.39 + }, + { + "date": "2020-02-13", + "price": 5.29 + }, + { + "date": "2020-01-30", + "price": 2.64 + }, + { + "date": "2019-11-28", + "price": 3.39 + }, + { + "date": "2019-11-21", + "price": 5.29 + }, + { + "date": "2019-11-07", + "price": 2.64 + }, + { + "date": "2019-10-10", + "price": 5.29 + }, + { + "date": "2019-09-26", + "price": 3.39 + }, + { + "date": "2019-08-15", + "price": 5.29 + }, + { + "date": "2019-08-01", + "price": 2.64 + }, + { + "date": "2019-07-18", + "price": 5.29 + }, + { + "date": "2019-06-19", + "price": 3.39 + }, + { + "date": "2019-05-23", + "price": 5.29 + }, + { + "date": "2019-05-09", + "price": 3.39 + }, + { + "date": "2019-03-14", + "price": 5.29 + }, + { + "date": "2019-03-01", + "price": 3.39 + }, + { + "date": "2019-02-28", + "price": 3.19 + }, + { + "date": "2019-02-21", + "price": 5.29 + }, + { + "date": "2019-02-18", + "price": 3.19 + }, + { + "date": "2019-02-14", + "price": 5.29 + }, + { + "date": "2019-01-31", + "price": 2.44 + }, + { + "date": "2019-01-24", + "price": 4.89 + }, + { + "date": "2018-11-29", + "price": 3.19 + }, + { + "date": "2018-10-18", + "price": 4.89 + }, + { + "date": "2018-10-04", + "price": 3.19 + }, + { + "date": "2018-06-27", + "price": 4.89 + }, + { + "date": "2018-05-24", + "price": 5.29 + }, + { + "date": "2018-04-26", + "price": 3.49 + }, + { + "date": "2018-03-09", + "price": 5.29 + }, + { + "date": "2018-01-04", + "price": 5.79 + }, + { + "date": "2017-11-23", + "price": 5.29 + }, + { + "date": "2017-11-09", + "price": 2.64 + }, + { + "date": "2017-09-21", + "price": 5.29 + }, + { + "date": "2017-09-09", + "price": 3.19 + }, + { + "date": "2017-05-18", + "price": 5.29 + }, + { + "date": "2017-05-04", + "price": 2.64 + }, + { + "date": "2017-04-05", + "price": 5.29 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 9, + "bio": false, + "category": "84", + "tokens": [ + "softis", + "toilettenpapi", + "wei", + "9", + "stk" + ], + "vector": { + "9": 0.2672612419124244, + "soft": 0.2672612419124244, + "ofti": 0.2672612419124244, + "toil": 0.2672612419124244, + "oile": 0.2672612419124244, + "ilet": 0.2672612419124244, + "lett": 0.2672612419124244, + "ette": 0.2672612419124244, + "tten": 0.2672612419124244, + "tenp": 0.2672612419124244, + "enpa": 0.2672612419124244, + "npap": 0.2672612419124244, + "wei": 0.2672612419124244, + "stk": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-805811", + "name": "Schärdinger Sommerbutter Mini 6er", + "description": "Schärdinger Sommerbutter, die beliebteste Butter der Österreicher, wird mit hochwertigem Sauerrahm hergestellt. Dank des besonderen Herstellverfahrens ist die Sommerbutter besser streichfähig als herkömmliche Buttersorten und bietet dadurch Buttergenuß auf höchstem Niveau.", + "price": 1.79, + "priceHistory": [ + { + "date": "2023-05-15", + "price": 1.79 + }, + { + "date": "2023-02-01", + "price": 1.85 + }, + { + "date": "2022-10-14", + "price": 1.95 + }, + { + "date": "2022-05-27", + "price": 1.87 + }, + { + "date": "2022-05-10", + "price": 1.79 + }, + { + "date": "2022-02-17", + "price": 1.67 + }, + { + "date": "2022-02-14", + "price": 1.65 + }, + { + "date": "2022-02-02", + "price": 1.59 + }, + { + "date": "2022-01-24", + "price": 1.65 + }, + { + "date": "2021-10-28", + "price": 1.59 + }, + { + "date": "2021-09-27", + "price": 1.65 + }, + { + "date": "2021-09-02", + "price": 1.59 + }, + { + "date": "2021-07-15", + "price": 1.55 + }, + { + "date": "2021-01-20", + "price": 1.65 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 120, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "sommerbutt", + "mini", + "6er", + "120", + "g" + ], + "vector": { + "120": 0.2672612419124244, + "schr": 0.2672612419124244, + "chrd": 0.2672612419124244, + "hrdi": 0.2672612419124244, + "rdin": 0.2672612419124244, + "somm": 0.2672612419124244, + "omme": 0.2672612419124244, + "mmer": 0.2672612419124244, + "merb": 0.2672612419124244, + "erbu": 0.2672612419124244, + "rbut": 0.2672612419124244, + "mini": 0.2672612419124244, + "6er": 0.2672612419124244, + "g": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-469634", + "name": "Steininger Sauvignon Blanc", + "description": "", + "price": 8.99, + "priceHistory": [ + { + "date": "2023-06-06", + "price": 8.99 + }, + { + "date": "2023-05-13", + "price": 9.49 + }, + { + "date": "2023-05-06", + "price": 8.99 + }, + { + "date": "2023-01-22", + "price": 9.49 + }, + { + "date": "2023-01-20", + "price": 7.12 + }, + { + "date": "2023-01-01", + "price": 9.49 + }, + { + "date": "2022-12-30", + "price": 7.12 + }, + { + "date": "2022-10-30", + "price": 9.49 + }, + { + "date": "2022-10-28", + "price": 7.12 + }, + { + "date": "2022-08-04", + "price": 9.49 + }, + { + "date": "2022-07-21", + "price": 7.99 + }, + { + "date": "2022-07-10", + "price": 9.49 + }, + { + "date": "2022-07-08", + "price": 7.12 + }, + { + "date": "2022-06-09", + "price": 9.49 + }, + { + "date": "2022-06-05", + "price": 8.99 + }, + { + "date": "2022-06-03", + "price": 6.74 + }, + { + "date": "2022-05-08", + "price": 8.99 + }, + { + "date": "2022-05-06", + "price": 6.74 + }, + { + "date": "2022-02-27", + "price": 8.99 + }, + { + "date": "2022-02-25", + "price": 6.74 + }, + { + "date": "2022-02-16", + "price": 8.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 750, + "bio": false, + "category": "25", + "tokens": [ + "steining", + "sauvignon", + "blanc", + "750", + "ml" + ], + "vector": { + "750": 0.2886751345948129, + "stei": 0.2886751345948129, + "tein": 0.2886751345948129, + "eini": 0.2886751345948129, + "inin": 0.2886751345948129, + "sauv": 0.2886751345948129, + "auvi": 0.2886751345948129, + "uvig": 0.2886751345948129, + "vign": 0.2886751345948129, + "igno": 0.2886751345948129, + "blan": 0.2886751345948129, + "ml": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-521324", + "name": "Stiegl Columbus 1492 Pale Ale", + "description": "Aufgrund ihres kräftigen Geschmacks erfreuen sich Pale Ale Biere großer Beliebtheit. Das Stiegl Columbus 1492 Pale Ale schmeckt angenehm bitter.
  • fruchtig-hopfiger Geschmack, feine Trübung
  • Stammwürze: 11,30
  • passt ideal zu leichten Sommergerichten
  • regionale Herkunft", + "price": 1.49, + "priceHistory": [ + { + "date": "2023-03-17", + "price": 1.49 + }, + { + "date": "2023-01-14", + "price": 1.55 + }, + { + "date": "2022-12-16", + "price": 1.49 + }, + { + "date": "2022-08-04", + "price": 1.35 + }, + { + "date": "2022-07-17", + "price": 1.39 + }, + { + "date": "2022-07-15", + "price": 1.04 + }, + { + "date": "2022-06-19", + "price": 1.39 + }, + { + "date": "2022-06-15", + "price": 1.04 + }, + { + "date": "2022-06-02", + "price": 1.39 + }, + { + "date": "2022-05-29", + "price": 1.29 + }, + { + "date": "2022-05-25", + "price": 0.97 + }, + { + "date": "2022-04-17", + "price": 1.29 + }, + { + "date": "2022-04-15", + "price": 0.97 + }, + { + "date": "2022-03-13", + "price": 1.29 + }, + { + "date": "2022-03-11", + "price": 0.97 + }, + { + "date": "2022-02-15", + "price": 1.29 + }, + { + "date": "2022-02-06", + "price": 1.28 + }, + { + "date": "2022-02-04", + "price": 0.96 + }, + { + "date": "2022-01-16", + "price": 1.25 + }, + { + "date": "2022-01-14", + "price": 0.94 + }, + { + "date": "2021-12-09", + "price": 1.25 + }, + { + "date": "2021-12-02", + "price": 0.94 + }, + { + "date": "2021-01-28", + "price": 1.25 + }, + { + "date": "2020-06-11", + "price": 1.22 + }, + { + "date": "2020-06-04", + "price": 0.99 + }, + { + "date": "2020-02-06", + "price": 1.22 + }, + { + "date": "2020-01-30", + "price": 1.21 + }, + { + "date": "2020-01-02", + "price": 1.19 + }, + { + "date": "2019-10-03", + "price": 1.29 + }, + { + "date": "2017-04-05", + "price": 1.19 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 330, + "bio": false, + "category": "21", + "tokens": [ + "stiegl", + "columbus", + "1492", + "pal", + "ale", + "330", + "ml" + ], + "vector": { + "330": 0.30151134457776363, + "1492": 0.30151134457776363, + "stie": 0.30151134457776363, + "tieg": 0.30151134457776363, + "colu": 0.30151134457776363, + "olum": 0.30151134457776363, + "lumb": 0.30151134457776363, + "umbu": 0.30151134457776363, + "pal": 0.30151134457776363, + "ale": 0.30151134457776363, + "ml": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-429996", + "name": "Schärdinger Streichgenuss mit Olive", + "description": "Der Schärdinger Streichgenuss verbindet fein säuerlichen Buttergeschmack mit einem Hauch von Olive. Auch direkt aus dem Kühlschrank ein streichzarter Genuss.
  • mit hochwertigen Pflanzenölen
  • ohne Zusatz von Aromastoffen", + "price": 2.69, + "priceHistory": [ + { + "date": "2023-04-15", + "price": 2.69 + }, + { + "date": "2023-02-01", + "price": 2.79 + }, + { + "date": "2022-10-10", + "price": 2.99 + }, + { + "date": "2022-08-23", + "price": 2.87 + }, + { + "date": "2022-08-04", + "price": 1.99 + }, + { + "date": "2022-06-20", + "price": 2.87 + }, + { + "date": "2022-05-10", + "price": 2.79 + }, + { + "date": "2022-03-17", + "price": 2.69 + }, + { + "date": "2022-03-03", + "price": 1.95 + }, + { + "date": "2022-02-02", + "price": 2.69 + }, + { + "date": "2022-01-24", + "price": 2.55 + }, + { + "date": "2021-10-28", + "price": 2.45 + }, + { + "date": "2021-09-02", + "price": 2.49 + }, + { + "date": "2021-06-10", + "price": 2.39 + }, + { + "date": "2021-05-27", + "price": 1.79 + }, + { + "date": "2020-04-15", + "price": 2.39 + }, + { + "date": "2019-10-03", + "price": 2.59 + }, + { + "date": "2019-07-11", + "price": 2.29 + }, + { + "date": "2018-06-19", + "price": 2.59 + }, + { + "date": "2018-03-01", + "price": 2.49 + }, + { + "date": "2017-08-03", + "price": 2.45 + }, + { + "date": "2017-07-27", + "price": 2.29 + }, + { + "date": "2017-04-05", + "price": 2.19 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "streichgenuss", + "oliv", + "200", + "g" + ], + "vector": { + "200": 0.25, + "schr": 0.25, + "chrd": 0.25, + "hrdi": 0.25, + "rdin": 0.25, + "stre": 0.25, + "trei": 0.25, + "reic": 0.25, + "eich": 0.25, + "ichg": 0.25, + "chge": 0.25, + "hgen": 0.25, + "genu": 0.25, + "enus": 0.25, + "oliv": 0.25, + "g": 0.25 + } + }, + { + "store": "billa", + "id": "00-425425", + "name": "Schärdinger Streichgenuss mit Rapsöl", + "description": "Direkt vom Kühlschrank auf das Brot: Der Schärdinger Streichgenuss mit feinem Rapsöl schmeckt wunderbar säuerlich und streicht sich wie von selbst.
  • Milchstreichfett mit Rapsöl und Sauermilch
  • besonders streichzart
  • Naturprodukt aus Österreich ", + "price": 2.69, + "priceHistory": [ + { + "date": "2023-04-15", + "price": 2.69 + }, + { + "date": "2023-02-01", + "price": 2.79 + }, + { + "date": "2022-10-10", + "price": 2.99 + }, + { + "date": "2022-08-23", + "price": 2.87 + }, + { + "date": "2022-08-04", + "price": 1.99 + }, + { + "date": "2022-06-20", + "price": 2.87 + }, + { + "date": "2022-05-10", + "price": 2.79 + }, + { + "date": "2022-03-17", + "price": 2.69 + }, + { + "date": "2022-03-03", + "price": 1.95 + }, + { + "date": "2022-02-02", + "price": 2.69 + }, + { + "date": "2022-01-24", + "price": 2.55 + }, + { + "date": "2021-10-28", + "price": 2.45 + }, + { + "date": "2021-09-02", + "price": 2.49 + }, + { + "date": "2021-06-10", + "price": 2.39 + }, + { + "date": "2021-05-27", + "price": 1.79 + }, + { + "date": "2020-04-15", + "price": 2.39 + }, + { + "date": "2019-10-03", + "price": 2.59 + }, + { + "date": "2019-07-11", + "price": 2.29 + }, + { + "date": "2018-06-19", + "price": 2.59 + }, + { + "date": "2018-03-01", + "price": 2.49 + }, + { + "date": "2017-08-03", + "price": 2.45 + }, + { + "date": "2017-07-27", + "price": 2.29 + }, + { + "date": "2017-04-05", + "price": 2.19 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 200, + "bio": false, + "category": "34", + "tokens": [ + "schrding", + "streichgenuss", + "rapsl", + "200", + "g" + ], + "vector": { + "200": 0.25, + "schr": 0.25, + "chrd": 0.25, + "hrdi": 0.25, + "rdin": 0.25, + "stre": 0.25, + "trei": 0.25, + "reic": 0.25, + "eich": 0.25, + "ichg": 0.25, + "chge": 0.25, + "hgen": 0.25, + "genu": 0.25, + "enus": 0.25, + "raps": 0.25, + "g": 0.25 + } + }, + { + "store": "billa", + "id": "00-856467", + "name": "Taft Glanz Haar Wax", + "description": "+ 75 ml

    + verleiht gesunden Glanz

    + das Haar duftet nach Kokos

    + hält bis zu 24h

    + schützt das Haar vorm Austrocknen
    ", + "price": 5.39, + "priceHistory": [ + { + "date": "2023-06-14", + "price": 5.39 + }, + { + "date": "2022-05-25", + "price": 5.49 + }, + { + "date": "2021-07-09", + "price": 4.99 + }, + { + "date": "2021-04-07", + "price": 3.99 + }, + { + "date": "2018-09-20", + "price": 4.79 + }, + { + "date": "2018-09-06", + "price": 3.99 + }, + { + "date": "2017-08-27", + "price": 4.79 + }, + { + "date": "2017-04-05", + "price": 4.29 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 75, + "bio": false, + "category": "73", + "tokens": [ + "taft", + "glanz", + "haar", + "wax", + "75", + "ml" + ], + "vector": { + "75": 0.4082482904638631, + "taft": 0.4082482904638631, + "glan": 0.4082482904638631, + "haar": 0.4082482904638631, + "wax": 0.4082482904638631, + "ml": 0.4082482904638631 + } + }, + { + "store": "billa", + "id": "00-675603", + "name": "BILLA Heumilch Teebutter", + "description": "+ aus dem Salzburger Land

    \n+ silofrei - Fütterung mit Heu aus Wiesengräsern und frischen Kräutern

    \n+ gentechnikfrei


    Unsere Bergbauern erzeugen beste Qualität in unseren Bergregionen. Die natürlcihe Fütterung mit Alpenkräutern und frischem Gras verleiht den Bergbauernprodukten diesen unvergleichlichen Geschmack.", + "price": 2.69, + "priceHistory": [ + { + "date": "2023-05-15", + "price": 2.69 + }, + { + "date": "2023-03-16", + "price": 2.79 + }, + { + "date": "2023-03-05", + "price": 2.89 + }, + { + "date": "2023-03-02", + "price": 2.17 + }, + { + "date": "2023-03-01", + "price": 1.94 + }, + { + "date": "2023-02-21", + "price": 2.59 + }, + { + "date": "2023-02-02", + "price": 2.79 + }, + { + "date": "2023-01-01", + "price": 3.19 + }, + { + "date": "2022-10-31", + "price": 2.99 + }, + { + "date": "2022-07-28", + "price": 2.79 + }, + { + "date": "2022-07-25", + "price": 2.09 + }, + { + "date": "2022-07-15", + "price": 2.79 + }, + { + "date": "2022-06-16", + "price": 2.69 + }, + { + "date": "2022-06-02", + "price": 1.64 + }, + { + "date": "2022-05-30", + "price": 2.02 + }, + { + "date": "2022-05-12", + "price": 2.69 + }, + { + "date": "2022-05-05", + "price": 2.59 + }, + { + "date": "2022-03-28", + "price": 2.25 + }, + { + "date": "2022-02-17", + "price": 2.19 + }, + { + "date": "2022-02-03", + "price": 1.79 + }, + { + "date": "2021-11-25", + "price": 1.99 + }, + { + "date": "2021-08-05", + "price": 2.49 + }, + { + "date": "2021-07-22", + "price": 1.79 + }, + { + "date": "2021-01-21", + "price": 2.49 + }, + { + "date": "2020-08-28", + "price": 2.59 + }, + { + "date": "2020-08-13", + "price": 1.99 + }, + { + "date": "2020-07-16", + "price": 2.59 + }, + { + "date": "2020-07-02", + "price": 1.99 + }, + { + "date": "2020-05-11", + "price": 2.59 + }, + { + "date": "2020-04-24", + "price": 1.99 + }, + { + "date": "2020-04-23", + "price": 2.59 + }, + { + "date": "2020-04-09", + "price": 1.99 + }, + { + "date": "2019-10-03", + "price": 2.59 + }, + { + "date": "2019-07-18", + "price": 2.49 + }, + { + "date": "2019-07-04", + "price": 1.99 + }, + { + "date": "2019-04-25", + "price": 2.49 + }, + { + "date": "2019-04-11", + "price": 1.99 + }, + { + "date": "2019-02-14", + "price": 2.49 + }, + { + "date": "2019-01-31", + "price": 1.99 + }, + { + "date": "2018-10-04", + "price": 2.49 + }, + { + "date": "2018-09-20", + "price": 1.99 + }, + { + "date": "2018-08-23", + "price": 2.49 + }, + { + "date": "2018-08-02", + "price": 1.99 + }, + { + "date": "2018-05-03", + "price": 2.49 + }, + { + "date": "2018-04-19", + "price": 1.89 + }, + { + "date": "2018-04-12", + "price": 2.49 + }, + { + "date": "2018-02-19", + "price": 2.39 + }, + { + "date": "2017-10-09", + "price": 2.49 + }, + { + "date": "2017-09-22", + "price": 1.99 + }, + { + "date": "2017-09-09", + "price": 2.19 + }, + { + "date": "2017-08-10", + "price": 2.29 + }, + { + "date": "2017-07-27", + "price": 1.59 + }, + { + "date": "2017-07-06", + "price": 2.29 + }, + { + "date": "2017-06-29", + "price": 2.19 + }, + { + "date": "2017-05-04", + "price": 1.89 + }, + { + "date": "2017-04-20", + "price": 1.59 + }, + { + "date": "2017-04-05", + "price": 1.89 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "34", + "tokens": [ + "billa", + "heumilch", + "teebutt", + "250", + "g" + ], + "vector": { + "250": 0.31622776601683794, + "bill": 0.31622776601683794, + "heum": 0.31622776601683794, + "eumi": 0.31622776601683794, + "umil": 0.31622776601683794, + "milc": 0.31622776601683794, + "teeb": 0.31622776601683794, + "eebu": 0.31622776601683794, + "ebut": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-259130", + "name": "Tetesept Atemwohl Schaumbad", + "description": "Tetesept Atemwohl® Pflege-Schaumbad vereint das frisch Aroma von natürlichen Eukalyptusöl mit süßer Duft zarter Holunderblüten.
    Tauchen Sie ein in zarten, langanhaltenden Schaum. Genießen Sie ein wohltuendes Dufterlebnis dank einer wertvollen Kombination natürlicher ätherischer Öle.
    ", + "price": 4.49, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 4.49 + }, + { + "date": "2023-01-18", + "price": 4.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 500, + "bio": false, + "category": "78", + "tokens": [ + "tetesept", + "atemwohl", + "schaumbad", + "500", + "ml" + ], + "vector": { + "500": 0.2581988897471611, + "tete": 0.2581988897471611, + "etes": 0.2581988897471611, + "tese": 0.2581988897471611, + "esep": 0.2581988897471611, + "atem": 0.2581988897471611, + "temw": 0.2581988897471611, + "emwo": 0.2581988897471611, + "mwoh": 0.2581988897471611, + "scha": 0.2581988897471611, + "chau": 0.2581988897471611, + "haum": 0.2581988897471611, + "aumb": 0.2581988897471611, + "umba": 0.2581988897471611, + "ml": 0.2581988897471611 + } + }, + { + "store": "billa", + "id": "00-259128", + "name": "Tetesept wärme spüren Schaumbad", + "description": "Tetesept wärme Spüren Pflege-Schaumbad vereint den intensiven warmen Duft von echtem ätherischen Ingweröl mit der süßen Note von Orangenöl.
    Tauchen Sie ein in zarten, langanhaltenden Schaum.
    Genießen Sie ein wohltuendes Dufterlebnis dank einer wertvollen Kombination natürlicher ätherischer Öle.
    ", + "price": 4.49, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 4.49 + }, + { + "date": "2022-11-30", + "price": 4.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 500, + "bio": false, + "category": "78", + "tokens": [ + "tetesept", + "wrme", + "spren", + "schaumbad", + "500", + "ml" + ], + "vector": { + "500": 0.2773500981126146, + "tete": 0.2773500981126146, + "etes": 0.2773500981126146, + "tese": 0.2773500981126146, + "esep": 0.2773500981126146, + "wrme": 0.2773500981126146, + "spre": 0.2773500981126146, + "scha": 0.2773500981126146, + "chau": 0.2773500981126146, + "haum": 0.2773500981126146, + "aumb": 0.2773500981126146, + "umba": 0.2773500981126146, + "ml": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-259129", + "name": "Tetesept Zeit für mich Schaumbad", + "description": "Tetesept Zeit für mich Pflege-Schaumbad vereint den intensiven Duft von Jasminblüten mit der wohltuenden Note natürlichen ätherischen von Bergamottenöls.
    Tauchen Sie ein in zarten, langanhaltenden Schaum. Genießen Sie ein wohltuendes Dufterlebnis dank einer wertvollen Kombination natürlicher ätherischer Öle.
    ", + "price": 4.49, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 4.49 + }, + { + "date": "2022-11-23", + "price": 4.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 500, + "bio": false, + "category": "78", + "tokens": [ + "tetesept", + "zeit", + "fr", + "schaumbad", + "500", + "ml" + ], + "vector": { + "500": 0.2773500981126146, + "tete": 0.2773500981126146, + "etes": 0.2773500981126146, + "tese": 0.2773500981126146, + "esep": 0.2773500981126146, + "zeit": 0.2773500981126146, + "fr": 0.2773500981126146, + "scha": 0.2773500981126146, + "chau": 0.2773500981126146, + "haum": 0.2773500981126146, + "aumb": 0.2773500981126146, + "umba": 0.2773500981126146, + "ml": 0.2773500981126146 + } + }, + { + "store": "billa", + "id": "00-291842", + "name": "Tirol Milch Kakao", + "description": "Der Tiroler Kakao ist 100% Tiroler Bergbauernmilch mit bestem Kakao - ausgezeichnet mit dem AMA-Gütesiegel.
    In der kleinen 200ml-Kartonpackung mit praktischem Trinkhalm ist er auch ideal für Kinder.", + "price": 0.79, + "priceHistory": [ + { + "date": "2023-06-01", + "price": 0.79 + }, + { + "date": "2022-10-27", + "price": 0.85 + }, + { + "date": "2022-06-07", + "price": 0.75 + }, + { + "date": "2022-02-02", + "price": 0.62 + }, + { + "date": "2021-09-02", + "price": 0.59 + }, + { + "date": "2020-01-30", + "price": 0.55 + }, + { + "date": "2020-01-15", + "price": 0.49 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 200, + "bio": false, + "category": "34", + "tokens": [ + "tirol", + "milch", + "kakao", + "200", + "ml" + ], + "vector": { + "200": 0.4472135954999579, + "tiro": 0.4472135954999579, + "milc": 0.4472135954999579, + "kaka": 0.4472135954999579, + "ml": 0.4472135954999579 + } + }, + { + "store": "billa", + "id": "00-702791", + "name": "Varta Akku R2U AAA (800 mAh)", + "description": "Die wiederaufladbaren Akkus R2U AAA von Varta sind sofort nach dem Auspacken einsatzbereit und können später neu aufgeladen werden.
  • ready to use – bereits aufgeladen
  • 800 mAh
  • 1 Akku ersetzt 175 herkömmliche Alkaline-Batterien
  • spart Geld und Müll", + "price": 8.99, + "priceHistory": [ + { + "date": "2023-06-26", + "price": 8.99 + }, + { + "date": "2023-06-19", + "price": 11.99 + }, + { + "date": "2017-04-05", + "price": 12.99 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 4, + "bio": false, + "category": "85", + "tokens": [ + "varta", + "akku", + "r2u", + "aaa", + "800", + "mah", + "4", + "stk" + ], + "vector": { + "4": 0.35355339059327373, + "800": 0.35355339059327373, + "vart": 0.35355339059327373, + "akku": 0.35355339059327373, + "r2u": 0.35355339059327373, + "aaa": 0.35355339059327373, + "mah": 0.35355339059327373, + "stk": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-870252", + "name": "Varta High Energy Mignon AA", + "description": "High Energy Mignon Batterien der Marke Varta versorgen elektrische Geräte mit Energie in hoher Alkaline-Qualität.
  • AA-Batterien
  • für den Einsatz in batteriebetriebenen Geräten, die viel Energie verbrauchen
  • nach internationalen Normen zertifiziert", + "price": 12.79, + "priceHistory": [ + { + "date": "2023-06-19", + "price": 12.79 + }, + { + "date": "2022-12-01", + "price": 12.99 + }, + { + "date": "2022-07-21", + "price": 10.79 + }, + { + "date": "2022-07-07", + "price": 8.99 + }, + { + "date": "2022-05-24", + "price": 10.79 + }, + { + "date": "2021-01-01", + "price": 9.99 + }, + { + "date": "2020-12-17", + "price": 8.99 + }, + { + "date": "2019-12-05", + "price": 9.99 + }, + { + "date": "2019-11-21", + "price": 4.99 + }, + { + "date": "2019-11-07", + "price": 9.99 + }, + { + "date": "2019-10-24", + "price": 8.99 + }, + { + "date": "2019-07-04", + "price": 9.99 + }, + { + "date": "2019-06-06", + "price": 8.99 + }, + { + "date": "2019-04-05", + "price": 9.99 + }, + { + "date": "2019-04-01", + "price": 8.99 + }, + { + "date": "2017-04-05", + "price": 9.99 + } + ], + "isWeighted": false, + "unit": "stk", + "quantity": 12, + "bio": false, + "category": "85", + "tokens": [ + "varta", + "high", + "energy", + "mignon", + "aa", + "12", + "stk" + ], + "vector": { + "12": 0.3333333333333333, + "vart": 0.3333333333333333, + "high": 0.3333333333333333, + "ener": 0.3333333333333333, + "nerg": 0.3333333333333333, + "mign": 0.3333333333333333, + "igno": 0.3333333333333333, + "aa": 0.3333333333333333, + "stk": 0.3333333333333333 + } + }, + { + "store": "billa", + "id": "00-930227", + "name": "Vegavita Tofu Natur", + "description": "Weil mehr eben manchmal doch mehr ist, gibt es den beliebten Vegavita Bio-Tofu Natur jetzt auch in einer großen 500g Packung. Genau die richtige Menge also, wenn der Hunger einmal etwas größer sein sollte oder Freunde zum Essen kommen.
    Der schnittfeste Tofu ist neutral im Geschmack und wird aus österreichischen Sojabohnen hergestellt. Er ist außerdem ein echter Verwandlungskünstler. Je nach Zubereitungsart und Würzung macht er sowohl in asiatischen Wok-Gerichten, als auch in Eintöpfen, Suppen und Salaten eine gute Figur.", + "price": 2.62, + "priceHistory": [ + { + "date": "2023-06-23", + "price": 2.62 + }, + { + "date": "2023-06-11", + "price": 3.49 + }, + { + "date": "2023-06-07", + "price": 2.62 + }, + { + "date": "2023-05-31", + "price": 3.49 + }, + { + "date": "2023-02-07", + "price": 3.69 + }, + { + "date": "2023-02-02", + "price": 2.77 + }, + { + "date": "2023-01-17", + "price": 3.69 + }, + { + "date": "2023-01-12", + "price": 2.77 + }, + { + "date": "2023-01-06", + "price": 3.69 + }, + { + "date": "2022-11-09", + "price": 3.39 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": true, + "category": "3B", + "tokens": [ + "vegavita", + "tofu", + "natur", + "500", + "g" + ], + "vector": { + "500": 0.35355339059327373, + "vega": 0.35355339059327373, + "egav": 0.35355339059327373, + "gavi": 0.35355339059327373, + "avit": 0.35355339059327373, + "tofu": 0.35355339059327373, + "natu": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-323227", + "name": "Vegavita Schnitzel", + "description": "Das Schnitzel ist in Österreich einfach nicht mehr wegzudenken. Den Klassiker in goldgelber Panade gibt's jetzt auf Erbsenproteinbasis.
    Hol' dir österreichische Kulinarik klassisch mit Pommes oder Erdäpfelsalat auf deinen Teller. Aber auch im Semmerl schmeckt's fantastisch.", + "price": 2.24, + "priceHistory": [ + { + "date": "2023-06-23", + "price": 2.24 + }, + { + "date": "2023-04-29", + "price": 2.99 + }, + { + "date": "2023-04-22", + "price": 2.69 + }, + { + "date": "2023-04-06", + "price": 2.99 + }, + { + "date": "2023-01-17", + "price": 3.19 + }, + { + "date": "2023-01-12", + "price": 2.39 + }, + { + "date": "2022-11-29", + "price": 3.19 + }, + { + "date": "2022-09-29", + "price": 2.99 + }, + { + "date": "2022-09-26", + "price": 2.24 + }, + { + "date": "2020-12-18", + "price": 2.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 140, + "bio": false, + "category": "30", + "tokens": [ + "vegavita", + "schnitzel", + "140", + "g" + ], + "vector": { + "140": 0.30151134457776363, + "vega": 0.30151134457776363, + "egav": 0.30151134457776363, + "gavi": 0.30151134457776363, + "avit": 0.30151134457776363, + "schn": 0.30151134457776363, + "chni": 0.30151134457776363, + "hnit": 0.30151134457776363, + "nitz": 0.30151134457776363, + "itze": 0.30151134457776363, + "g": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-103992", + "name": "Vegeta Würzmischung", + "description": "Mit der leckeren Vegeta Gewürzmischung verfeinern Sie verschiedenste Gerichte und Speisen – einfach beim Kochen hinzugeben und genießen.
  • mit getrocknetem Gemüse
  • zum Würzen von Gerichten, Suppen, Soßen und Salaten
  • ohne Zusatz von Aroma- und Konservierungsstoffen
  • Qualität seit 1959", + "price": 7.89, + "priceHistory": [ + { + "date": "2023-05-28", + "price": 7.89 + }, + { + "date": "2023-05-22", + "price": 6.71 + }, + { + "date": "2023-04-22", + "price": 7.89 + }, + { + "date": "2022-12-16", + "price": 9.49 + }, + { + "date": "2022-09-01", + "price": 7.99 + }, + { + "date": "2022-07-14", + "price": 6.99 + }, + { + "date": "2022-05-31", + "price": 7.39 + }, + { + "date": "2021-10-14", + "price": 6.99 + }, + { + "date": "2018-02-12", + "price": 7.79 + }, + { + "date": "2017-04-05", + "price": 7.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 1000, + "bio": false, + "category": "55", + "tokens": [ + "vegeta", + "wrzmischung", + "1000", + "g" + ], + "vector": { + "1000": 0.30151134457776363, + "vege": 0.30151134457776363, + "eget": 0.30151134457776363, + "wrzm": 0.30151134457776363, + "rzmi": 0.30151134457776363, + "zmis": 0.30151134457776363, + "misc": 0.30151134457776363, + "isch": 0.30151134457776363, + "schu": 0.30151134457776363, + "chun": 0.30151134457776363, + "g": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-354939", + "name": "Vegeta Natur", + "description": "
  • Natürliche Zutaten
  • Glutenfrei
  • Reich an Gemüse
  • Ohne Hefeextrakt
  • Mit Meersalz
  • ", + "price": 2.49, + "priceHistory": [ + { + "date": "2023-04-15", + "price": 2.49 + }, + { + "date": "2022-12-16", + "price": 2.99 + }, + { + "date": "2022-11-29", + "price": 2.59 + }, + { + "date": "2022-08-04", + "price": 2.49 + }, + { + "date": "2022-07-14", + "price": 2.19 + }, + { + "date": "2022-06-01", + "price": 2.29 + }, + { + "date": "2020-10-28", + "price": 2.19 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "55", + "tokens": [ + "vegeta", + "natur", + "150", + "g" + ], + "vector": { + "150": 0.4472135954999579, + "vege": 0.4472135954999579, + "eget": 0.4472135954999579, + "natu": 0.4472135954999579, + "g": 0.4472135954999579 + } + }, + { + "store": "billa", + "id": "00-405585", + "name": "Vegeta Würzmischung", + "description": "Vegeta ist eine einzigartige Mischung aus Gewürzen angereichert mit verschiedenen Arten von getrocknetem Gemüse. Als Universal-Würzmischung gibt es ein volles und reiches Aroma für alle herzhaften Speisen. ", + "price": 2.49, + "priceHistory": [ + { + "date": "2023-04-15", + "price": 2.49 + }, + { + "date": "2023-01-17", + "price": 2.99 + }, + { + "date": "2023-01-13", + "price": 2.24 + }, + { + "date": "2022-12-16", + "price": 2.99 + }, + { + "date": "2022-10-13", + "price": 2.49 + }, + { + "date": "2022-09-29", + "price": 1.69 + }, + { + "date": "2022-08-04", + "price": 2.49 + }, + { + "date": "2022-07-14", + "price": 2.19 + }, + { + "date": "2022-05-23", + "price": 2.39 + }, + { + "date": "2021-11-11", + "price": 2.19 + }, + { + "date": "2021-10-28", + "price": 1.49 + }, + { + "date": "2021-03-18", + "price": 2.19 + }, + { + "date": "2021-03-04", + "price": 1.49 + }, + { + "date": "2017-09-21", + "price": 2.19 + }, + { + "date": "2017-09-09", + "price": 1.69 + }, + { + "date": "2017-04-05", + "price": 2.19 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "55", + "tokens": [ + "vegeta", + "wrzmischung", + "250", + "g" + ], + "vector": { + "250": 0.30151134457776363, + "vege": 0.30151134457776363, + "eget": 0.30151134457776363, + "wrzm": 0.30151134457776363, + "rzmi": 0.30151134457776363, + "zmis": 0.30151134457776363, + "misc": 0.30151134457776363, + "isch": 0.30151134457776363, + "schu": 0.30151134457776363, + "chun": 0.30151134457776363, + "g": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-426102", + "name": "Vegeta Würzmischung", + "description": "Vegeta ist eine einzigartige Mischung aus Gewürzen angereichert mit verschiedenen Arten von getrocknetem Gemüse. Als Universal-Würzmischung gibt es ein volles und reiches Aroma für alle herzhaften Speisen. ", + "price": 3.99, + "priceHistory": [ + { + "date": "2023-04-15", + "price": 3.99 + }, + { + "date": "2023-03-16", + "price": 4.79 + }, + { + "date": "2023-03-02", + "price": 4.39 + }, + { + "date": "2023-01-17", + "price": 4.79 + }, + { + "date": "2023-01-13", + "price": 3.59 + }, + { + "date": "2022-12-16", + "price": 4.79 + }, + { + "date": "2022-07-14", + "price": 3.99 + }, + { + "date": "2022-05-21", + "price": 3.09 + }, + { + "date": "2020-10-01", + "price": 2.79 + }, + { + "date": "2020-02-13", + "price": 3.49 + }, + { + "date": "2019-03-14", + "price": 3.99 + }, + { + "date": "2019-02-28", + "price": 2.69 + }, + { + "date": "2018-04-19", + "price": 3.99 + }, + { + "date": "2018-04-05", + "price": 2.69 + }, + { + "date": "2017-10-09", + "price": 3.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 500, + "bio": false, + "category": "55", + "tokens": [ + "vegeta", + "wrzmischung", + "500", + "g" + ], + "vector": { + "500": 0.30151134457776363, + "vege": 0.30151134457776363, + "eget": 0.30151134457776363, + "wrzm": 0.30151134457776363, + "rzmi": 0.30151134457776363, + "zmis": 0.30151134457776363, + "misc": 0.30151134457776363, + "isch": 0.30151134457776363, + "schu": 0.30151134457776363, + "chun": 0.30151134457776363, + "g": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-415680", + "name": "La Rovere Vino Frizzante Bianco", + "description": "", + "price": 1.99, + "priceHistory": [ + { + "date": "2023-06-06", + "price": 1.99 + }, + { + "date": "2023-02-12", + "price": 2.29 + }, + { + "date": "2023-02-10", + "price": 1.72 + }, + { + "date": "2023-01-22", + "price": 2.29 + }, + { + "date": "2023-01-20", + "price": 1.72 + }, + { + "date": "2023-01-01", + "price": 2.29 + }, + { + "date": "2022-12-30", + "price": 1.72 + }, + { + "date": "2022-10-30", + "price": 2.29 + }, + { + "date": "2022-10-28", + "price": 1.72 + }, + { + "date": "2022-07-10", + "price": 2.29 + }, + { + "date": "2022-07-08", + "price": 1.72 + }, + { + "date": "2022-06-05", + "price": 2.29 + }, + { + "date": "2022-06-03", + "price": 1.72 + }, + { + "date": "2022-03-04", + "price": 2.29 + }, + { + "date": "2022-02-27", + "price": 1.99 + }, + { + "date": "2022-02-25", + "price": 1.49 + }, + { + "date": "2022-01-01", + "price": 1.99 + }, + { + "date": "2021-12-27", + "price": 1.49 + }, + { + "date": "2018-12-12", + "price": 1.99 + }, + { + "date": "2017-04-05", + "price": 1.89 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 750, + "bio": false, + "category": "23", + "tokens": [ + "la", + "rov", + "vino", + "frizzant", + "bianco", + "750", + "ml" + ], + "vector": { + "750": 0.30151134457776363, + "la": 0.30151134457776363, + "rov": 0.30151134457776363, + "vino": 0.30151134457776363, + "friz": 0.30151134457776363, + "rizz": 0.30151134457776363, + "izza": 0.30151134457776363, + "zzan": 0.30151134457776363, + "bian": 0.30151134457776363, + "ianc": 0.30151134457776363, + "ml": 0.30151134457776363 + } + }, + { + "store": "billa", + "id": "00-516200", + "name": "Violife Cheddar Geschmack Scheiben", + "description": "
  • Gereifter Chadder-Geschmack Scheiben
  • Schmilzt perfekt
  • Mit Kokosöl und Vitamin B12
  • ", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-12", + "price": 2.99 + }, + { + "date": "2023-01-17", + "price": 3.25 + }, + { + "date": "2023-01-12", + "price": 2.44 + }, + { + "date": "2022-05-24", + "price": 3.25 + }, + { + "date": "2022-03-06", + "price": 2.99 + }, + { + "date": "2022-03-04", + "price": 2.24 + }, + { + "date": "2022-01-30", + "price": 2.99 + }, + { + "date": "2022-01-28", + "price": 2.24 + }, + { + "date": "2021-10-20", + "price": 2.99 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 140, + "bio": false, + "category": "33", + "tokens": [ + "violif", + "cheddar", + "geschmack", + "scheib", + "140", + "g" + ], + "vector": { + "140": 0.2672612419124244, + "viol": 0.2672612419124244, + "ioli": 0.2672612419124244, + "ched": 0.2672612419124244, + "hedd": 0.2672612419124244, + "edda": 0.2672612419124244, + "gesc": 0.2672612419124244, + "esch": 0.2672612419124244, + "schm": 0.2672612419124244, + "chma": 0.2672612419124244, + "hmac": 0.2672612419124244, + "sche": 0.2672612419124244, + "chei": 0.2672612419124244, + "g": 0.2672612419124244 + } + }, + { + "store": "billa", + "id": "00-469834", + "name": "Violife Cocospread", + "description": "Intensiver Schokoladengeschmack - schmeckt köstlich auf Brot oder einfach pur zum Löffeln, aber auch ideal zum Backen oder zur Zubereitung von Desserts.", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-12", + "price": 2.99 + }, + { + "date": "2023-01-17", + "price": 3.19 + }, + { + "date": "2023-01-12", + "price": 2.39 + }, + { + "date": "2022-12-21", + "price": 3.19 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "33", + "tokens": [ + "violif", + "cocospread", + "150", + "g" + ], + "vector": { + "150": 0.31622776601683794, + "viol": 0.31622776601683794, + "ioli": 0.31622776601683794, + "coco": 0.31622776601683794, + "ocos": 0.31622776601683794, + "cosp": 0.31622776601683794, + "ospr": 0.31622776601683794, + "spre": 0.31622776601683794, + "prea": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-516424", + "name": "Violife Creamy Gartenkräuter", + "description": "Entdecke den cremig-milden Aufstrich mit Gartenkräutern von Violife! Du wirst ihn lieben!
    Violife Creamy Gartenkräuter ist die perfekte vegane Alternative zu Frischkäse.", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-16", + "price": 2.99 + }, + { + "date": "2023-01-19", + "price": 3.19 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "33", + "tokens": [ + "violif", + "creamy", + "gartenkrut", + "150", + "g" + ], + "vector": { + "150": 0.2886751345948129, + "viol": 0.2886751345948129, + "ioli": 0.2886751345948129, + "crea": 0.2886751345948129, + "ream": 0.2886751345948129, + "gart": 0.2886751345948129, + "arte": 0.2886751345948129, + "rten": 0.2886751345948129, + "tenk": 0.2886751345948129, + "enkr": 0.2886751345948129, + "nkru": 0.2886751345948129, + "g": 0.2886751345948129 + } + }, + { + "store": "billa", + "id": "00-296824", + "name": "Violife Creamy Original", + "description": "Entdecke den cremig-milden Aufstrich von Violife! Du wirst ihn lieben!
    Violife Creamy Original ist die perfekte vegane Alternative zu Frischkäse.", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-16", + "price": 2.99 + }, + { + "date": "2022-08-25", + "price": 3.19 + }, + { + "date": "2022-06-07", + "price": 2.99 + }, + { + "date": "2021-08-11", + "price": 2.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "33", + "tokens": [ + "violif", + "creamy", + "original", + "150", + "g" + ], + "vector": { + "150": 0.31622776601683794, + "viol": 0.31622776601683794, + "ioli": 0.31622776601683794, + "crea": 0.31622776601683794, + "ream": 0.31622776601683794, + "orig": 0.31622776601683794, + "rigi": 0.31622776601683794, + "igin": 0.31622776601683794, + "gina": 0.31622776601683794, + "g": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-296827", + "name": "Violife Greek White Block", + "description": "
  • Mit Kokosöl und Vitamin B12
  • ", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-12", + "price": 2.99 + }, + { + "date": "2023-01-17", + "price": 3.25 + }, + { + "date": "2023-01-12", + "price": 2.44 + }, + { + "date": "2022-06-07", + "price": 3.25 + }, + { + "date": "2022-03-06", + "price": 2.99 + }, + { + "date": "2022-03-04", + "price": 2.24 + }, + { + "date": "2022-01-30", + "price": 2.99 + }, + { + "date": "2022-01-28", + "price": 2.24 + }, + { + "date": "2021-08-05", + "price": 2.99 + }, + { + "date": "2021-07-22", + "price": 2.49 + }, + { + "date": "2021-05-12", + "price": 2.99 + }, + { + "date": "2021-05-04", + "price": 3.39 + }, + { + "date": "2021-04-15", + "price": 2.49 + }, + { + "date": "2021-03-17", + "price": 3.39 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 150, + "bio": false, + "category": "33", + "tokens": [ + "violif", + "greek", + "whit", + "block", + "150", + "g" + ], + "vector": { + "150": 0.3779644730092272, + "viol": 0.3779644730092272, + "ioli": 0.3779644730092272, + "gree": 0.3779644730092272, + "whit": 0.3779644730092272, + "bloc": 0.3779644730092272, + "g": 0.3779644730092272 + } + }, + { + "store": "billa", + "id": "00-700194", + "name": "Violife Würzige Scheiben", + "description": "", + "price": 2.99, + "priceHistory": [ + { + "date": "2023-06-12", + "price": 2.99 + }, + { + "date": "2023-01-17", + "price": 3.25 + }, + { + "date": "2023-01-12", + "price": 2.44 + }, + { + "date": "2022-10-12", + "price": 3.25 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 140, + "bio": false, + "category": "33", + "tokens": [ + "violif", + "wrzig", + "scheib", + "140", + "g" + ], + "vector": { + "140": 0.3779644730092272, + "viol": 0.3779644730092272, + "ioli": 0.3779644730092272, + "wrzi": 0.3779644730092272, + "sche": 0.3779644730092272, + "chei": 0.3779644730092272, + "g": 0.3779644730092272 + } + }, + { + "store": "billa", + "id": "00-911653", + "name": "Werkovits Knoblauchnudeln", + "description": "Die Knoblauchnudeln von Werkovits sind handgemacht und begeistern mit zarter Knoblauch-Note. Sie enthalten frische Eier aus dem Mittelburgenland.
  • luftgetrocknete Hartweizennudeln
  • aus österreichischer Herstellung
  • frei von Geschmacksverstärkern sowie künstlichen Aroma- und Farbstoffen", + "price": 2.39, + "priceHistory": [ + { + "date": "2023-06-26", + "price": 2.39 + }, + { + "date": "2023-05-17", + "price": 3.19 + }, + { + "date": "2022-03-31", + "price": 3.29 + }, + { + "date": "2018-10-24", + "price": 2.69 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 250, + "bio": false, + "category": "5B", + "tokens": [ + "werkovit", + "knoblauchnudeln", + "250", + "g" + ], + "vector": { + "250": 0.24253562503633297, + "werk": 0.24253562503633297, + "erko": 0.24253562503633297, + "rkov": 0.24253562503633297, + "kovi": 0.24253562503633297, + "knob": 0.24253562503633297, + "nobl": 0.24253562503633297, + "obla": 0.24253562503633297, + "blau": 0.24253562503633297, + "lauc": 0.24253562503633297, + "auch": 0.24253562503633297, + "uchn": 0.24253562503633297, + "chnu": 0.24253562503633297, + "hnud": 0.24253562503633297, + "nude": 0.24253562503633297, + "udel": 0.24253562503633297, + "g": 0.24253562503633297 + } + }, + { + "store": "billa", + "id": "00-461789", + "name": "Zahel Wiener Gemischter Satz DAC", + "description": "In Wien und Perchtoldsdorf befinden sich gemischt ausgepflanzte Weingärten. In diesen Weingärten sind drei verschiedene Rebsorten (Chardonnay, Riesling, Grüner Veltliner) ausgepflanzt, deren Trauben zusammen gelesen und gekeltert werden.
  • Stilistik: Ausgeprägtes Bukett mit fruchtigen Elementen, frisch, lebendig und jugendlich; knackig - saftig im Geschmack mit einprägsamem Charakter.
  • Trinktemperatur: 10° C
  • Lagerfähigkeit: 3-5 Jahre", + "price": 11.99, + "priceHistory": [ + { + "date": "2023-06-22", + "price": 11.99 + }, + { + "date": "2023-06-11", + "price": 9.99 + }, + { + "date": "2023-06-07", + "price": 7.49 + }, + { + "date": "2023-03-30", + "price": 11.99 + }, + { + "date": "2023-03-16", + "price": 9.99 + }, + { + "date": "2023-02-12", + "price": 10.99 + }, + { + "date": "2023-02-10", + "price": 8.24 + }, + { + "date": "2023-02-07", + "price": 10.99 + }, + { + "date": "2023-02-02", + "price": 8.24 + }, + { + "date": "2023-01-22", + "price": 10.99 + }, + { + "date": "2023-01-20", + "price": 8.24 + }, + { + "date": "2023-01-18", + "price": 10.99 + } + ], + "isWeighted": false, + "unit": "ml", + "quantity": 750, + "bio": true, + "category": "25", + "tokens": [ + "zahel", + "wien", + "gemischt", + "satz", + "dac", + "750", + "ml" + ], + "vector": { + "750": 0.31622776601683794, + "zahe": 0.31622776601683794, + "wien": 0.31622776601683794, + "gemi": 0.31622776601683794, + "emis": 0.31622776601683794, + "misc": 0.31622776601683794, + "isch": 0.31622776601683794, + "satz": 0.31622776601683794, + "dac": 0.31622776601683794, + "ml": 0.31622776601683794 + } + }, + { + "store": "billa", + "id": "00-489679", + "name": "Wild Bill Ketchup Mild", + "description": "Ein Tomatenketchup nicht zu süß und nicht zu sauer - perfekt für den internationalen Gaumen der Österreicher.
    WILD BILL bringt die Wildnis in den gemeinsamen Alltag.", + "price": 2.39, + "priceHistory": [ + { + "date": "2023-06-26", + "price": 2.39 + }, + { + "date": "2023-05-17", + "price": 3.19 + }, + { + "date": "2022-12-17", + "price": 3.29 + }, + { + "date": "2022-09-29", + "price": 2.99 + }, + { + "date": "2022-06-01", + "price": 2.69 + }, + { + "date": "2021-12-01", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 560, + "bio": false, + "category": "5C", + "tokens": [ + "wild", + "bill", + "ketchup", + "mild", + "560", + "g" + ], + "vector": { + "560": 0.35355339059327373, + "wild": 0.35355339059327373, + "bill": 0.35355339059327373, + "ketc": 0.35355339059327373, + "etch": 0.35355339059327373, + "tchu": 0.35355339059327373, + "mild": 0.35355339059327373, + "g": 0.35355339059327373 + } + }, + { + "store": "billa", + "id": "00-489693", + "name": "Wild Bill Ketchup ohne Zuckerzusatz", + "description": "Ein Ketchup ohne Konservierungsstoffe, ohne Geschmacksverstärker und nun auch ohne Zuckerzusatz dafür mit großartigem Geschmack und ganz viel Abenteuer.", + "price": 3.19, + "priceHistory": [ + { + "date": "2023-05-17", + "price": 3.19 + }, + { + "date": "2022-12-17", + "price": 3.29 + }, + { + "date": "2022-09-29", + "price": 2.99 + }, + { + "date": "2022-06-01", + "price": 2.69 + }, + { + "date": "2021-12-01", + "price": 2.49 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 532, + "bio": false, + "category": "5C", + "tokens": [ + "wild", + "bill", + "ketchup", + "ohn", + "zuckerzusatz", + "532", + "g" + ], + "vector": { + "532": 0.25, + "wild": 0.25, + "bill": 0.25, + "ketc": 0.25, + "etch": 0.25, + "tchu": 0.25, + "ohn": 0.25, + "zuck": 0.25, + "ucke": 0.25, + "cker": 0.25, + "kerz": 0.25, + "erzu": 0.25, + "rzus": 0.25, + "zusa": 0.25, + "usat": 0.25, + "g": 0.25 + } + }, + { + "store": "billa", + "id": "00-516506", + "name": "Woerle Herzstück Mondseer", + "description": "Wir haben unsere erlesenen Käsespezialitäten, aus tagesfrischer, wertvoller Heumilch aus der Region, HERZSTÜCKE genannt. Das Käsen feinster Käsesorten, hergestellt nach überlieferter Rezeptur, ist uns nämlich ein Herzensanliegen.
    Der fein pikante WOERLE Mondseer ist wohl der älteste und traditionsreichste Rotschmierekäse Österreichs. Er wird nach einer überlieferten Rezeptur des Klosters Mondsee gekäst. Die für seinen aromatischen Geschmack so wichtige tagesfrische Heumilch stammt von Kühen, die auf den saftigen und kräuterreichen Wiesen des Mondseelandes grasen.", + "price": 6.99, + "priceHistory": [ + { + "date": "2023-05-13", + "price": 6.99 + }, + { + "date": "2023-04-22", + "price": 7.49 + }, + { + "date": "2023-02-16", + "price": 7.99 + }, + { + "date": "2023-02-04", + "price": 7.69 + }, + { + "date": "2023-01-19", + "price": 4.99 + }, + { + "date": "2022-06-29", + "price": 6.79 + } + ], + "isWeighted": false, + "unit": "g", + "quantity": 420, + "bio": false, + "category": "33", + "tokens": [ + "woerl", + "herzstck", + "mondse", + "420", + "g" + ], + "vector": { + "420": 0.3333333333333333, + "woer": 0.3333333333333333, + "herz": 0.3333333333333333, + "erzs": 0.3333333333333333, + "rzst": 0.3333333333333333, + "zstc": 0.3333333333333333, + "mond": 0.3333333333333333, + "onds": 0.3333333333333333, + "g": 0.3333333333333333 + } + } + ] +} \ No newline at end of file diff --git a/stores/hofer-categories.json b/stores/hofer-categories.json index efcfa9f..526b6e7 100644 --- a/stores/hofer-categories.json +++ b/stores/hofer-categories.json @@ -478,11 +478,6 @@ "url": "https://www.roksh.at/hofer/angebot/hühnchen-geflügel", "code": "32" }, - { - "id": "faschiertes", - "url": "https://www.roksh.at/hofer/angebot/faschiertes", - "code": "32" - }, { "id": "schweinefleisch-spezialitaten", "url": "https://www.roksh.at/hofer/angebot/schweinefleisch-spezialitaten", @@ -493,6 +488,11 @@ "url": "https://www.roksh.at/hofer/angebot/rind", "code": "32" }, + { + "id": "faschiertes", + "url": "https://www.roksh.at/hofer/angebot/faschiertes", + "code": "32" + }, { "id": "fruchtaufstriche", "url": "https://www.roksh.at/hofer/angebot/fruchtaufstriche", @@ -629,13 +629,13 @@ "code": "20" }, { - "id": "sirupe", - "url": "https://www.roksh.at/hofer/angebot/sirupe", + "id": "smoothies", + "url": "https://www.roksh.at/hofer/angebot/smoothies", "code": "20" }, { - "id": "smoothies", - "url": "https://www.roksh.at/hofer/angebot/smoothies", + "id": "sirupe", + "url": "https://www.roksh.at/hofer/angebot/sirupe", "code": "20" }, { diff --git a/stores/utils.js b/stores/utils.js index 5a2f01c..3460df2 100644 --- a/stores/utils.js +++ b/stores/utils.js @@ -49,6 +49,7 @@ exports.globalUnits = { m: { unit: "cm", factor: 100 }, meter: { unit: "cm", factor: 100 }, g: { unit: "g", factor: 1 }, + gr: { unit: "g", factor: 1 }, gramm: { unit: "g", factor: 1 }, dag: { unit: "g", factor: 10 }, kg: { unit: "g", factor: 1000 }, @@ -58,6 +59,7 @@ exports.globalUnits = { dl: { unit: "ml", factor: 10 }, cl: { unit: "ml", factor: 100 }, l: { unit: "ml", factor: 1000 }, + lt: { unit: "ml", factor: 1000 }, liter: { unit: "ml", factor: 1000 }, wg: { unit: "wg", factor: 1 }, };