Shufersal: Get Products From File
Shufersal via Parse · food_dining
Download and parse a transparency data file (GZ-compressed XML) to extract product pricing or promotion records. The file_url is obtained from get_files and is time-limited. For price files, returns items with codes, names, and prices. For promo files, returns promotions with descriptions and discount rates. Supports keyword filtering and result limiting. Access Shufersal's complete product and price catalog via the Israeli Price Transparency portal. Supports listing stores, finding daily price/promotion files, and parsing their XML contents for detailed product information and discounts. Fulfilled by Parse from shufersal.co.il.
- ecommerce
- food-dining
- government-public
- parse
- platform-key
- shufersal
- shufersal-co-il
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ea6aff34-2ed4-4c62-b459-5d31c33534bf/get_products_from_file
- Interface artifact
- sha256:c6c2692061777ed84d171a26291c1884475db795ba69013235c9e94d24bbb8bf
- Manifest digest
- sha256:3e1e431da9e038cd7177f6e4dcf2991c97400cfa4a1145dc21da51ba94d3a7dd
Request fields
- limit (integer): Maximum number of results to return.
- query (string): Search keyword to filter products by name or item code (case-insensitive). Omitting returns all items up to the limit.
- file_url (string, required): The download_url of the GZ file obtained from get_files endpoint.
Example queries
- {"limit":"5","query":"milk","file_url":"https://pricesprodpublic.blob.core.windows.net/price/Price7290027600007-001-001-20260612-120000.gz?sv=2014-02-14&sr=b&sig=OOa0W6fyAPaTAa58iE43hqzFNQdrmVgW7eRtJoVyso8%3D&se=2026-06-12T09%3A44%3A15Z&sp=r"}