What problem does it solve?
This Skill turns the Food Basics weekly flyer product grid into structured deal records automatically, so you can create a shopping list without manually copying prices and sizes.
Core Features & Use Cases
- Automated pagination and scraping: Clicks the flyer’s Load More Deals control until all products are loaded, then extracts fields from each product tile.
- Field-level parsing and normalization: Produces clean deal outputs including sale price, regular price, unit price with unit conversion, category classification, and product_type heuristics.
- Guardrails against page changes: Runs a drift detection flow using selector hit-rate checks and provides guidance on when to stop or extract with degraded fields.
- Use Case: You want deal coverage from Food Basics for a given week to feed meal planning and shopping list generation.
Quick Start
Run the parse-flyer-foodbasics skill with the flyer URL, ensuring Chrome is started in headed mode with remote debugging enabled.