Turn the deals you browse into price-drop alerts — privately.
A browser extension that reads product data already on the pages you open and sends it to a dealsbot endpoint you run. No analytics, no remote code, no third-party servers.
Free & open. Supported sites today: lululemon and Fanatics (each enabled individually).
How it works
Reads, doesn't snoop
On a supported product page you open, it reads the structured product data already in the page (JSON-LD + tile attributes) — never your browsing history, forms, or logins.
Your endpoint, your data
Product fields are POSTed only to the ingest URL you configure (by default your own
http://127.0.0.1:8765). Your dealsbot records price history and alerts you.
No remote code
Every line of JavaScript ships in the package. Nothing is fetched or eval'd
at runtime; web-ext lint passes clean.
Private by design
No analytics, no telemetry, no cookies, no third-party sharing. Uninstalling removes all local state.
What it does not do
- No tracking of your browsing.
- No sharing with the authors or any third party — data goes only to your endpoint.
- No automation of clicks, logins, or checkout.
dealsbot is an independent, open-source personal-use project. Not affiliated with, endorsed by, or sponsored by any retailer whose public pages it reads. All product trademarks belong to their respective owners.