israeli-grocery-price-intelligence

Parse and aggregate Israeli supermarket XML price feeds into structured JSON.

4|3|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/skills-il/food-and-dining --skill israeli-grocery-price-intelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: israeli-grocery-price-intelligence
Source: https://github.com/skills-il/food-and-dining/tree/main/israeli-grocery-price-intelligence
Command: npx skills add https://github.com/skills-il/food-and-dining --skill israeli-grocery-price-intelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Access and compare Israeli supermarket prices using mandatory Price Transparency Law data feeds to help users identify the cheapest options, understand cross-chain price dynamics, and plan purchases more efficiently.

Core Features & Use Cases

  • Cross-chain price parsing: Normalize PricesFull data from Shufersal, Cerberus, and Carrefour feeds into a unified view.
  • Price optimization & shopping lists: Compare prices, apply promotions, and estimate basket costs across chains.
  • Use Case: When planning weekly groceries, compare prices for a shopping list across multiple chains to minimize cost and determine best pickup locations.

Quick Start

Query multiple price feeds for a product and return a cheapest-by-item cross-chain price report with applicable promotions.

Frequently Asked Questions about israeli-grocery-price-intelligence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compare grocery prices across Israeli supermarket chains using XML feeds?

To compare Israeli grocery prices, you can parse mandatory Price Transparency Law XML feeds from chains like Shufersal, Cerberus, and Carrefour. This process normalizes Items data into a unified JSON payload for cross-chain price comparison.

Can I optimize a shopping list by applying supermarket promotions from different stores?

Yes, shopping list optimization is possible by applying promotions-aware price tracking across multiple chains. This estimates basket costs and identifies the cheapest pickup locations for your grocery list.

What is the Price Transparency Law data feed and how does it work for grocery tracking?

The Price Transparency Law data feed provides mandatory XML files like PricesFull from Israeli supermarkets. Parsing these feeds extracts normalized fields such as ItemCode, ItemName, and ItemPrice to enable cost analysis.

Does this price comparison approach support Shufersal, Cerberus, and Carrefour feeds?

Yes, cross-chain price parsing supports Shufersal, Cerberus, and Carrefour feeds. It handles multiple chain schemas and normalizes core fields like PriceUpdateDate to output a structured JSON payload for decision making.

What's the best way to analyze restaurant ingredient costs across Israeli supermarkets?

Analyzing restaurant ingredient costs involves aggregating Israeli supermarket XML price feeds to compare supplier prices. By normalizing Items data across chains, you can identify the cheapest options for bulk ingredients.

How do I normalize ItemCode and ItemPrice fields from different supermarket XML schemas?

Normalizing XML schemas involves parsing PricesFull data from different chains and mapping fields like ItemCode, ItemName, ItemPrice, and PriceUpdateDate into a unified view. This outputs a structured JSON payload for downstream analysis.