BOOKMARKLET

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.

STEP 1 · DRAG THIS
📌 Track on PricePing

DRAG → DROP ON YOUR BOOKMARKS BAR

STEP 2 · USE IT
  1. Go to any product page (Amazon, Shopify, Apple, Nike, anywhere)
  2. Click 📌 Track on PricePing in your bookmarks bar
  3. 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.
TROUBLESHOOTING
I don't see a bookmarks bar.

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.

Dragging doesn't work on mobile.

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.

Why a bookmarklet instead of an extension?

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.

FOR POWER USERS

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 →