Shopify Back-in-Stock Monitor
Pricing
$20.00 / 1,000 restock detecteds
Shopify Back-in-Stock Monitor
Get alerted the moment a sold-out Shopify product restocks. Scheduled monitor over the public products.json. No login, no proxies.
Pricing
$20.00 / 1,000 restock detecteds
Rating
0.0
(0)
Developer
Pepe Schuster
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 hours ago
Last modified
Categories
Share
Get alerted the moment a sold-out Shopify product restocks. Scheduled monitor over the public products.json. No login, no proxies.
This Actor reads each store's public product feed — no login, no API key, and no proxies — and returns clean, structured data you can download as JSON, CSV, or Excel, or pull straight from the Apify API. It works on the vast majority of stores on the platform.
Features
- 🏬 Any store, many at once — pass one or a list of store URLs and scrape them all in a single run.
- 🎯 Clean structured output — every result is a flat record (
shop,title,url,minPrice,available). - 🔔 Schedule it — runs on a schedule and returns only what changed since last time, so you get an alertable feed, not a re-dump.
- ⚡ Fast & reliable — uses the storefront's own public feed, so it's cheap to run and doesn't break on layout changes.
- 🔌 Integrates everywhere — JSON/CSV/Excel, plus the API, webhooks, Zapier, Make, Google Sheets, and 5,000+ integrations.
Who it's for
DTC & dropshipping researchers, competitor-price and MAP-monitoring tools, brand and assortment analysts, and deal/affiliate publishers.
Common use cases
- Track a set of competitor stores' catalogs, prices, and stock
- Feed a repricing engine or a deal/affiliate site
- Spot new launches, sell-outs, and markdowns early
Input
| Field | Type | Description |
|---|---|---|
shopUrls | array | One or more store domains/URLs. Reads each store's public product API — no login needed. Required. |
maxProductsPerShop | integer | Cap products scanned per store. 0 = full catalog. |
monitorStoreName | string | Named key-value store holding the previous snapshot for change detection. Use one stable name per watch. |
Example input
{"shopUrls": ["https://www.allbirds.com"],"maxProductsPerShop": 0,"monitorStoreName": "example"}
Output
One record per change. Example output:
{"shop": "store.example.com","title": "Example Product","url": "https://store.example.com/products/item","minPrice": 29.99,"available": true}
Fields: shop, title, url, minPrice, available. Download as JSON, CSV, XML, or Excel — or fetch from the dataset API.
Pricing
Pay-per-result — you're billed only for the records you actually get, with no monthly fee and no charge for empty runs. Far cheaper than a monitoring SaaS subscription.
FAQ
Do I need a login or API key? No — it reads the store's public product feed. Which stores work? Any store that exposes the standard public product endpoint (the vast majority). Can I get change alerts? Yes — schedule this Actor and it emits only the deltas each run; pipe them to a webhook, Slack, or Google Sheets. How fresh is the data? It's fetched live on every run. What formats can I export? JSON, CSV, Excel, XML, or via the API.
Notes
Please scrape responsibly and within each store's terms of service.