Price Monitor avatar

Price Monitor

Pricing

from $0.05 / actor start

Go to Apify Store
Price Monitor

Price Monitor

Price monitor for public HTML product pages. Emits a row when price or availability changes. $0.05 per start.

Pricing

from $0.05 / actor start

Rating

0.0

(0)

Developer

daniel vera

daniel vera

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 hours ago

Last modified

Share

Product Price Tracker

Product price tracker and price monitor for public product pages. Each run extracts price, stock / availability, and seller (when the HTML exposes them) and emits a row when that offer changes — not when the whole page HTML twitches.

Use this price tracker for public HTML product URLs. It does not log into Amazon, Noon, or Home Depot and does not beat anti-bot walls. If the URL returns public HTML with a price, the product price scraper works.

Pay-per-event: $0.05 per Actor start + $0.002 per result.

Price monitor — input

FieldRequiredNotes
urlsyes1–30 https:// product or pricing URLs
{
"urls": [
"https://books.toscrape.com/catalogue/a-light-in-the-attic_1000/index.html"
]
}

Output example

{
"url": "https://example.com/p/sku",
"change": "changed",
"price": "19.99",
"currency": "USD",
"availability": "InStock",
"seller": null,
"observed_at": "2026-08-13T15:00:00Z"
}

change is baseline (first seen), changed, or unchanged.

How to run this product price tracker

Schedules → every 30–120 minutes. First run is baseline. Later runs are the product.

Pricing

$0.05 when the Actor starts + $0.002 per dataset item.

Limits

  • Public HTTPS HTML only. Login walls, 403, and heavy JS stores will fail — that is expected.
  • Price is parsed from JSON-LD / meta / visible currency amounts. Garbled pages → null price + still tracks availability text when present.
  • Not affiliated with Amazon, Noon, Shopify, or any marketplace.

Brand: TemporalOps.