📦 Back-in-Stock Monitor - Instant Restock Alerts
Pricing
Pay per event
📦 Back-in-Stock Monitor - Instant Restock Alerts
⚡ ~$0.002/check. Get a webhook the moment a sold-out product is available again. ✅ Works on almost any shop with zero setup. ✅ Reads structured availability first, falls back to on-page wording, and supports your own phrases in any language.
Pricing
Pay per event
Rating
0.0
(0)
Developer
mohamed alaya
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
15 days ago
Last modified
Categories
Share
Back-in-Stock Monitor
Fires the moment a sold-out product becomes available again. Works on almost any shop without configuration.
How availability is detected
- JSON-LD
offers.availability→InStock/OutOfStock/PreOrder/BackOrder - Meta tags —
product:availability,itemprop="availability" - On-page wording — "add to cart", "in stock", "sold out", "currently unavailable", "notify me when available"
"Out of stock" deliberately beats "add to cart", because shops leave disabled buttons in the
page. If nothing can be determined the row is reported as NO_VALUE rather than guessed — set
stockSelector + inStockText for those shops.
Alerting
| Setting | Fires when |
|---|---|
alertOn: "restock" | OUT_OF_STOCK → IN_STOCK (default) |
alertOn: "soldout" | IN_STOCK → OUT_OF_STOCK |
alertOn: "any" | any availability change |
The first run only records a baseline — you will not get a wall of alerts when you add 200 products.
Input
{"products": ["https://shop.example/ps5",{ "url": "https://shop.example/gpu", "label": "5090", "stockSelector": ".stock", "inStockText": "in stock" }],"alertOn": "restock","webhookUrl": "https://discord.com/api/webhooks/XXX"}
Output
availability, previousAvailability, restocked, soldOut, title, price, currency, alert.
Who uses it
Resellers and flippers · people hunting consoles, GPUs, sneakers, concert tickets · procurement teams waiting on a part · shops watching a supplier's stock.
Tip
Schedule it every 5–15 minutes for hot items and point the webhook at Discord. The speed of the alert is the product.


