Get Restock Alerts for Any Product

Limited edition sneakers. GPU drops. Console restocks. That one specific wine. When you're competing against bots and thousands of other buyers, being 5 minutes early is everything.

What You Can Monitor

How to Set Up Restock Alerts

curl -X POST https://api.16761.tech/monitors \
  -d '{
    "url": "https://store.example.com/product/limited-gpu",
    "name": "RTX 5090 Restock",
    "frequency": "hourly",
    "selector": ".product-availability",
    "email": "your@email.com"
  }'

Pro tip: Use a CSS selector targeting the "Add to Cart" button or stock status element. This way you only get alerted when the availability actually changes, not when a review is added.

Upgrade for Faster Checks

Free tier checks daily — but restocks can sell out in minutes. Pro ($9/mo) checks hourly. Business ($29/mo) checks every 15 minutes.

Set Up Restock Alerts Free →