π° E-commerce Price Monitor - Amazon, eBay & Shopify
Pricing
from $15.00 / 1,000 results
π° E-commerce Price Monitor - Amazon, eBay & Shopify
Monitor product prices across Amazon, eBay, and Shopify stores. Track competitor pricing, get historical data, and receive price alerts. Perfect for retailers, dropshippers, and market research.
Pricing
from $15.00 / 1,000 results
Rating
0.0
(0)
Developer
ben
Maintained by CommunityActor stats
1
Bookmarked
22
Total users
0
Monthly active users
3 days ago
Last modified
Categories
Share
π° E-commerce Price Monitor β Track Amazon, eBay & Shopify Prices
Monitor product prices across Amazon, eBay and Shopify stores from a single tool. Paste product URLs and get clean, structured data back β current price, currency, stock status, brand, ratings, seller and images β for every page, captured with a real browser that gets past anti-bot blocks. Track competitor pricing, build price-history datasets and power repricing tools. Export to JSON/CSV/Excel, run on a schedule, call via API, or connect to Make, Zapier or n8n.
π° What is the E-commerce Price Monitor?
It turns a list of product URLs into a structured price dataset. Give it Amazon, eBay or Shopify links (one per line) and it visits each page with a stealth browser, detects the platform automatically and extracts the price plus all the surrounding product details β so retailers, dropshippers and analysts can watch competitors and react to price changes without manual checking. Run it once for a snapshot, or on a schedule to build price history over time.
What data does it extract?
- Product title and the source URL and detected platform
- Current price and currency
- Stock availability (
in_stock) - Brand and product rating + review count (Amazon)
- Condition and seller (eBay)
- Product image URL (optional)
- Platform IDs like Amazon ASIN
scraped_attimestamp on every row β the basis for price-history tracking
β¬οΈ Input
Paste the product URLs you want to monitor and tune a few options:
| Field | Description |
|---|---|
productUrls | Product URLs to monitor, one per line. Supports Amazon, eBay and Shopify stores. (required) |
maxProducts | Maximum number of products to scrape (0 = unlimited, up to 10000) |
headless | Run the browser in headless mode (recommended for production) |
delaySeconds | Delay in seconds between products to avoid rate limits (0.5β10) |
includeImages | Extract product image URLs |
debugMode | Enable verbose logging for troubleshooting |
Example input
{"productUrls": "https://www.amazon.com/dp/B08N5WRWNW\nhttps://www.ebay.com/itm/123456789\nhttps://example.myshopify.com/products/sample-product","maxProducts": 10,"headless": true,"delaySeconds": 2.0,"includeImages": true,"debugMode": false}
β¬οΈ Output
Every product is one clean row (view as a table, or export JSON / CSV / Excel). Fields vary slightly by platform β Amazon adds ratings and ASIN, eBay adds condition and seller:
{"url": "https://www.amazon.com/dp/B08N5WRWNW","platform": "amazon","title": "Sony PlayStation 5 Console","price": 499.99,"currency": "USD","asin": "B08N5WRWNW","brand": "Sony","in_stock": true,"rating": 4.8,"review_count": 45234,"image_url": "https://m.media-amazon.com/images/I/51abc...jpg","scraped_at": "2026-06-26T15:30:00.000Z","index": 1}
An eBay row instead includes condition and seller:
{"url": "https://www.ebay.com/itm/123456789","platform": "ebay","title": "Apple iPhone 15 Pro Max 256GB","price": 1099.00,"currency": "USD","condition": "Brand New","seller": "authorized_retailer","in_stock": true,"image_url": "https://i.ebayimg.com/images/g/abc/s-l1600.jpg","scraped_at": "2026-06-26T15:30:05.000Z","index": 2}
π‘ Use cases
- π·οΈ Retailers β dynamic pricing: track competitor prices on your key products and adjust yours to stay competitive.
- π¦ Dropshippers β product research: compare prices across platforms to spot healthy-margin products worth listing.
- π Price-drop alerts: watch wishlist or target items and trigger a notification when a price falls.
- π Market research & price history: run on a schedule to build a time-series of prices and stock for trend analysis.
β FAQ
Which platforms are supported? Amazon (all domains β .com, .co.uk, .de and more), eBay (global), and any Shopify-powered store. Other sites fall back to a generic extractor that reads common product meta tags.
How do I monitor prices? Paste your product URLs (one per line) into productUrls
and Run. You get a structured row per product with price, currency, stock status and
more.
Does it track price history? Each row includes a scraped_at timestamp. Run the
actor on a schedule and append the results to build a price-history dataset over time.
Can it get past anti-bot protection? It uses a real Chrome browser with a natural
fingerprint and supports Apify Proxy, which helps it load pages that block basic
scrapers. Increase delaySeconds if a site is strict.
Why is a price sometimes missing? Some listings have no price (out of stock, variant
selectors, or an unusual layout). Check the in_stock field and enable debugMode to
see detailed logs for that URL.
Do I need an API key? No. You only provide the product URLs you want to monitor β no key or login for the stores is required.
How many products can it handle? As many as you provide, up to the maxProducts
cap (0 = unlimited). Use delaySeconds to pace requests on large runs.
Can I run it on a schedule or via API? Yes β schedule recurring runs in Apify, call it via the API/SDK, or connect it to Make, Zapier or n8n.
Is it legal? It collects publicly available product data. Use it responsibly for price monitoring and research, respect each platform's terms and robots.txt, and follow applicable laws.
π You might also like
- Amazon Product Scraper β full Amazon product data
- eBay Scraper β eBay listings & prices
- Best Buy Scraper β Best Buy product data
Keywords: price monitor, e-commerce scraper, Amazon price tracker, eBay scraper, Shopify scraper, competitor price monitoring, price tracking, dynamic pricing, repricing tool, dropshipping research, product price scraper, stock availability, price history, competitive intelligence, market research.