SkillAgentSearch skills...

Traderjoes

Price tracking program and website for Trader Joe's, updated daily.

Install / Use

/learn @cmoog/Traderjoes
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Trader Joe's Price Tracking

Updated daily at traderjoesprices.com. Download full price history (.csv).

All product prices are sourced from the Chicago South Loop location, store code 701.

$ nix shell github:cmoog/traderjoes
$ traderjoes fetch
running...
requesting page 1
requesting page 2
...

$ sqlite3 traderjoes.db -csv -header
sqlite> SELECT * FROM items ORDER BY inserted_at DESC LIMIT 4;
sku,retail_price,item_title,inserted_at,store_code,availability
055691,3.49,"Scandinavian Swimmers","2024-02-15 14:31:29",701,1
063192,3.99,"Cauliflower Pancakes","2024-02-15 14:31:29",701,1
063486,2.99,"Organic Kansas City Style BBQ Sauce","2024-02-15 14:31:29",701,1
063277,1.49,"Red Chili Scalloped Crackers","2024-02-15 14:31:29",701,0

$ traderjoes gen
# generates site in ./site

Dedication

This project is dedicated to Trader Joe's Hyde Park in Chicago. Store code 706.

trader-joes-store

View on GitHub
GitHub Stars238
CategoryDevelopment
Updated2d ago
Forks17

Languages

Haskell

Security Score

100/100

Audited on Apr 2, 2026

No findings