VOOZH about

URL: https://apify.com/alizarin_refrigerator-owner/price-drop-tracker---monitor-any-e-commerce-product

โ‡ฑ Price Drop Tracker - Monitor Any E-commerce Product ยท Apify


๐Ÿ‘ Price Drop Tracker - Monitor Any E-commerce Product avatar

Price Drop Tracker - Monitor Any E-commerce Product

Pricing

from $0.01 / 1,000 results

Go to Apify Store

Price Drop Tracker - Monitor Any E-commerce Product

Actor for scraping data from a single web page. The URL of the web page is passed in via input, defined by the input schema. It uses the Axios client to get the HTML of the page & the Cheerio library to parse the data from it. The data are then stored in a dataset where you can easily access them.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ The Howlers

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

5

Total users

0

Monthly active users

2 months ago

Last modified

Share

Track prices on Amazon, Shopify, eBay, Walmart, Target, Etsy & more. Get alerts when prices drop below your threshold. Monitor stock availability. Schedule daily runs to never miss a deal.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode":true,
"productUrls":[
"https://www.amazon.com/dp/B09V3KXJPB",
"https://www.amazon.com/dp/B0BDHWDR12"
]
}

Run with real data

{
"demoMode":false,
"productUrls":[
"https://www.amazon.com/dp/B09V3KXJPB",
"https://www.amazon.com/dp/B0BDHWDR12"
],
"historyDatasetName":"price-history",
"alertOnPriceChange":true,
"priceDropThreshold":5,
"priceIncreaseThreshold":10,
"alertOnStockChange":true,
"maxConcurrency":5
}

Input Parameters

ParameterTypeDefaultRequiredDescription
productUrlsarray-Yes*List of product page URLs to monitor (Amazon, Shopify, WooCommerce, eBay, Walmart, Target, Etsy, or any e-commerce site)
historyDatasetNamestring"price-history"NoName of the dataset to store price history (enables tracking across runs)
alertOnPriceChangebooleantrueNoSend alerts when price changes exceed thresholds
priceDropThresholdinteger5NoAlert when price drops by this percentage or more
priceIncreaseThresholdinteger10NoAlert when price increases by this percentage or more
alertOnStockChangebooleantrueNoSend alerts when product goes in/out of stock
webhookUrlstring-NoURL to receive alert notifications (POST request with alert data)
maxConcurrencyinteger5NoMaximum number of pages to process simultaneously
demoModebooleantrueNoRun with sample data (no actual scraping) for testing

Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal

You might also like

Domain name or website url to Linkedin Company page url

sbzh/domain-name-or-website-url-to-linkedin-company-page-url

Use this tool to retrieve the LinkedIn URL of the company page on the website of the company you are searching for. Simply enter the domain name or URL of the company's website and retrieve the LinkedIn URL of the company page in the format https://www.linkedin.com/company/...

HTML Scraper pro

scrapingxpert/html-scraper-pro

The HTML Scraper Pro is a powerful tool designed to extract the HTML source code and metadata from websites. It uses advanced web scraping techniques to retrieve the full HTML content of web pages,page title and HTTP status code.This tool is ideal for data extraction, website analysis, and archiving

309

5.0

API / JSON scraper

pocesar/json-downloader

Scrape any API / JSON URLs directly to the dataset, and return them in CSV, XML, HTML, or Excel formats. Transform and filter the output. Enables you to follow pagination recursively from the payload without the need to visit the HTML page.

550

Web Crawler

rigelbytes/webcrawler

This web crawler is designed to provide users with complete flexibility by allowing them to use their **own proxies**. The scraper collects all pages from the website and returns extracts the **MetaData**, **Title**, and **Content** of the page in MarkDown.

URL to markdown

apify/url-to-markdown

An Apify Actor that takes a URL as input and returns the content of the page in Markdown format.

Download HTML from URLs

datapilot/download-html-from-urls

This script with an Apify Actor to fetch the complete HTML source of any website. The user provides a URL, the page is loaded with JavaScript execution, the full HTML is printed in the terminal, saved to an HTML file,

Metadata Extractor

jancurn/extract-metadata

A small efficient actor that loads a web page, parses its HTML using Cheerio library and extracts the following meta-data from the <HEAD> tag, such as page title, description, author etc.

1.4K

Noon Product Info Scraper

getdataforme/noon-productInfo-scraper

Project Cheerio Crawler Typescript is a web scraping tool that extracts detailed product data from e-commerce sites using the Cheerio library....

Related articles

How to scrape a website (ultimate guide for 2025)
Read more
What is data extraction?
Read more
How to scrape Best Buy product data
Read more