Ecommerce Price Tracker avatar

Ecommerce Price Tracker

Pricing

$4.00 / 1,000 result scrapeds

Go to Apify Store
Ecommerce Price Tracker

Ecommerce Price Tracker

Pricing

$4.00 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Rajat Sharda

Rajat Sharda

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

16 minutes ago

Last modified

Categories

Share

E-Commerce Price Tracker

A high-performance, lightweight web scraper designed to track and extract e-commerce products, prices, availability, and direct links from target sites. Perfect for real-time competitor price monitoring and stock tracking.

Features

  • Price & Availability Extraction: Captures the exact product title, price, availability status, and direct link.
  • Configurable Item Cap: Define the maximum number of items to scrap to manage runtimes and compute costs.
  • Pay-Per-Event (PPE) Pricing: Charged strictly based on actual scrap output, ensuring transparent and cost-effective billing.

Input Parameters

The Actor accepts the following input in JSON format:

FieldTypeRequiredDefaultDescription
max_itemsIntegerNo10The maximum number of product listings to scrape in a single run.

Example Input

{
"max_items": 5
}

Output Schema

The scraped data is pushed directly to your default Apify dataset in JSON format with the following fields:

FieldTypeDescription
titleStringThe name of the product.
priceStringThe listing price of the product (including currency symbol).
availabilityStringStock availability status (e.g., "In stock").
linkStringDirect URL to the product page.

Example Output

{
"title": "A Light in the Attic",
"price": "£51.77",
"availability": "In stock",
"link": "http://books.toscrape.com/catalogue/a-light-in-the-attic_1000/index.html"
}

Pricing Configuration

This Actor utilizes Apify's Pay-Per-Event (PPE) monetization model.

  • Primary Event: result-scraped
  • Cost: $0.004 per successfully scraped product listing.
  • You only pay for what is successfully extracted and delivered to your dataset!