Universal E-commerce Offerings Monitor API
Pricing
from $100.00 / 1,000 results
Go to Apify Store
Universal E-commerce Offerings Monitor API
Site-agnostic universal e-commerce product price, stock and promotion monitoring Actor. Accepts product URLs, scrapes price and stock heuristically, posts results optionally to a webhook. Designed for pricing teams and e-commerce analysts to track competitive pricing and availability changes with mi
This Actor aggregates price, inventory, and promotion data changes for any e-commerce product URL to enable real-time competitive pricing and stock monitoring.
Features
- Site-agnostic scraping with simple heuristics for detecting price, stock status, and promotions
- API-based usage accepting product URLs and cron schedule
- Optional webhook notification for scraped results
Usage
Input schema
{"product_urls": ["https://shop.example.com/products/12345"],"check_frequency": "0 * * * *","notification_webhook": "https://webhook.site/example"}
product_urls: Array of product page URLs to monitorcheck_frequency: Cron expression for scheduling runs (not internally scheduled by Actor)notification_webhook: (optional) Webhook URL to post scraped results
Output dataset items
Each dataset item includes:
url(string): product URLprice(number): extracted price or 0.0 if not foundstock_status(string): One ofin stock,out of stock,limitedpromotion_details(string|null): Detected promotion text or nulllast_checked(string): ISO8601 UTC timestamp of scraping
Running
$apify run
Notes
- This Actor uses heuristic regex patterns and simple text search to detect price and stock. It works best for straightforward e-commerce pages.
- For more advanced needs, custom site-specific Actors or APIs are recommended.
Support
For issues or feature requests, please create an issue on the repository or contact support.