📦 Back-in-Stock Monitor - Instant Restock Alerts avatar

📦 Back-in-Stock Monitor - Instant Restock Alerts

Pricing

Pay per event

Go to Apify Store
📦 Back-in-Stock Monitor - Instant Restock Alerts

📦 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

mohamed alaya

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

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

  1. JSON-LD offers.availabilityInStock / OutOfStock / PreOrder / BackOrder
  2. Meta tagsproduct:availability, itemprop="availability"
  3. 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

SettingFires when
alertOn: "restock"OUT_OF_STOCKIN_STOCK (default)
alertOn: "soldout"IN_STOCKOUT_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.