One click on any product page.
A bookmarklet is a tiny piece of JavaScript saved as a bookmark. Drag the button below to your bookmarks bar; from then on, you can click it on any product page — Amazon, Shopify, Nike, anywhere — and PricePing opens with the URL pre-filled, ready to track.
DRAG → DROP ON YOUR BOOKMARKS BAR
- Go to any product page (Amazon, Shopify, Apple, Nike, anywhere)
- Click 📌 Track on PricePing in your bookmarks bar
- PricePing opens in a new tab with the URL filled in. Sign in (or sign up), set an optional target price, and you're tracking.
Press Ctrl/Cmd + Shift + B in Chrome, Edge, Brave, Arc, or Firefox to toggle it. In Safari, the menu path is View → Show Favorites Bar.
Bookmarklets aren't practical on mobile. On iOS Safari you can install one manually — copy the code below, add any page to bookmarks, then edit the bookmark and paste this as the URL. Or just share the product link to PricePing the old-fashioned way.
No install, no permissions, no auto-updates that break. The code below is the entire thing — 200 characters of vanilla JS that opens PricePing with the current URL. A browser extension is on the roadmap for users who want a native button on every page.
The full bookmarklet source. Paste this as the URL of a new bookmark if dragging didn't work, or fork it if you want to customize (e.g., open in the same tab instead of a new one).
javascript:(function(){var u=encodeURIComponent(location.href);window.open('https://www.pricepingai.com/track?url='+u+'&src=bookmarklet','_blank');})();Don't have an account yet?
Sign up free →