Universal E-commerce Offerings Monitor API avatar

Universal E-commerce Offerings Monitor API

Pricing

from $100.00 / 1,000 results

Go to Apify Store
Universal E-commerce Offerings Monitor API

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

Pricing

from $100.00 / 1,000 results

Rating

0.0

(0)

Developer

Taku Anan

Taku Anan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

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 monitor
  • check_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 URL
  • price (number): extracted price or 0.0 if not found
  • stock_status (string): One of in stock, out of stock, limited
  • promotion_details (string|null): Detected promotion text or null
  • last_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.