Publix Tracker
Welcome to the Publix Tracker tool.
This page, updated once a week (preferably at some time on Wednesday), will contain the current and previous BOGO deals at my local Publix. This tool was created so that I have an idea of when I should buy something, as there is no way of tracking previous offers. The data on this page is based on what is available on the weekly ad page for my local Publix; it may be missing information and contain incorrect information regarding other Publix stores.
This tool was developed by downloading the full html page of the weekly ad page from the Publix website; this downloads the main html file, which gets parsed through this Python program here, and all the images used, which gets parsed here after running the first program. The remaining json file and images gets uploaded to this website. As the Publix page updates every Wednesday, this website should get updated then as well, if I remember to run everything (I'm sure there's some automation that can be done, but oh well).
If you see a null anywhere, it means that the Publix site did not contain any information on that topic for that item. If you see a slime, it means that the image was not available on the Publix site when I downloaded it.
Change log:
- 19 August 2026: Another new week; also made the table be in alphabetical order (from an online json sorter) and a search option
- 12 August 2026: New weekly deals
- 11 August 2026: First uploaded