π¦ ClawHub
Supermarket Sales
by @nicowu07
Fetch weekly sale details from Australian supermarkets (Woolworths and Coles). Use when the user wants to check current specials, compare prices, or get sale...
π‘ Examples
Common Commands
| Task | Command |
|------|--------|
| Fetch all deals | npm start or node scripts/fetch_daily.js |
| Coles only | npm run coles or node scripts/fetch_with_puppeteer.js |
| Bash (basic) | bash scripts/fetch_sales.sh |
Alternative: Web Fetch
For Woolworths deals without running code:
web_fetch: { "url": "https://www.catalogueau.com/sales/?stores=Woolworths" }
web_fetch: { "url": "https://currentspecials.com.au/woolworths-weekly-catalogue/" }
Alternative: Search
web_search_plus: { "query": "Woolworths Coles specials this week Melbourne" }
π Tips & Best Practices
Puppeteer not found
Install Chromium:npx puppeteer browsers install chrome
No deals found
Errors
Check Node.js version:node --version (need 18+)TERMINAL
clawhub install supermarket-sales