MCP Price Tracker avatar

MCP Price Tracker

Pricing

Pay per usage

Go to Apify Store
MCP Price Tracker

MCP Price Tracker

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Donny Nguyen

Donny Nguyen

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

An MCP-compatible server for tracking product prices across e-commerce websites. This actor scrapes product pages using headless Chrome and extracts prices, product names, availability status, and seller information. Designed for AI agents that need real-time pricing data.

Features

  • Multi-Site Support - Extracts prices from Amazon and other major e-commerce sites using generic selectors
  • Price Parsing - Automatically detects currency (USD, EUR, GBP, JPY, CAD) and parses numerical values
  • Product Details - Extracts product name, availability status, seller info, and product images
  • MCP Compatible - Designed as a tool for AI agent frameworks using the Model Context Protocol
  • Headless Chrome - Uses Puppeteer to render JavaScript-heavy product pages for accurate price extraction
  • Fallback Safety - Always returns at least one result item, even if the product page blocks access

How It Works

The actor launches a headless Chrome browser via Puppeteer and navigates to each product URL. It waits for the page to fully render, then extracts price information using a comprehensive set of CSS selectors covering major e-commerce platforms. The extracted data includes the product name, current price, currency, seller, and availability status.

Input Configuration

ParameterTypeDefaultDescription
productUrlsArray["https://www.amazon.com/dp/B09V3KXJPB"]Product page URLs to track
includeHistoryBooleantrueWhether to include price history from previous runs

Output Format

Each result contains: productName, price (numeric), priceText (original text), currency, url, domain, seller, availability, imageUrl, and scrapedAt (timestamp).

Use Cases

  • Price Monitoring - Track product prices over time to identify deals and price drops
  • Competitive Pricing - Monitor competitor prices for similar products
  • AI Shopping Assistant - Give your AI agents real-time pricing intelligence
  • Deal Alerts - Schedule regular runs via the Apify API to detect price changes

API Integration

Integrate this actor into your AI agent pipeline or price monitoring system using the Apify API. Schedule periodic runs to build a price history dataset, or trigger on-demand price checks when your AI agents need current pricing information. Combine with webhooks to get notified of significant price changes.

Resources