π¦ ClawHub
Supermarket Deals (DE)
by @benmillerat
Search German supermarket flyers (Aldi, Lidl, REWE, EDEKA, Kaufland) for product deals via Marktguru. Results ranked by best price per litre (EUR/L). No API...
π‘ Examples
# Single search term
node dist/index.js search "Cola Zero" --zip 85540Multiple terms (merged + deduped, useful for product aliases)
node dist/index.js search "Cola Zero" "Coke Zero" --zip 85540Broad search β let your agent do the filtering
node dist/index.js search "Cola" --zip 85540Filter by specific stores
node dist/index.js search "Monster Energy" --zip 80331 --stores "Lidl,ALDI SΓD"JSON output for agent/cron use
node dist/index.js search "Cola" --zip 85540 --jsonShow config
node dist/index.js config
βοΈ Configuration
cd path/to/supermarket-deals
npm install
npm run build
Optionally set your defaults:
node dist/index.js config set zip 85540
node dist/index.js config set stores "Lidl,REWE,EDEKA,ALDI SΓD,Kaufland"
π Tips & Best Practices
~/.supermarket-deals/keys.json)TERMINAL
clawhub install supermarket-deals