What this actor does
Track Amazon ASIN price, availability, seller, rating, review count, and changes since the previous run.
Amazon Price Tracker & Watchlist monitors ASIN watchlists with price changes, availability changes, seller data, and no-charge diagnostics.
Use cases
- Competitor price watchlists
- Amazon availability alerts
- Seller and Buy Box monitoring
Output fields
The actor is designed for compact JSON records that are easy to send into dashboards, webhooks, MCP clients, vector databases, and AI pipelines.
Best first run
Start with 5-10 ASINs on one Amazon domain, keep watch mode small, and confirm current price, availability, previous_price, price_changed, seller, rating, and diagnostics before alerting.
Use through Apify MCP
MCP clients can call this actor as a focused Apify tool. Open the URL below in a compatible client, connect with Apify OAuth or your client's supported token configuration, then use the prompt as a small first run.
https://mcp.apify.com?tools=harvestlab/amazon-competitor-price-watchlistSuggested MCP prompt:
Use harvestlab/amazon-competitor-price-watchlist through Apify MCP. Start with a small first run: Start with 5-10 ASINs on one Amazon domain, keep watch mode small, and confirm current price, availability, previous_price, price_changed, seller, rating, and diagnostics before alerting. Return compact JSON with these fields when available: asin, title, price, availability, previous_price, price_changed. Include source URLs or source identifiers in the response.Sample JSON output
Field values vary by source and input, but the record shape is kept compact so it can move cleanly into dashboards, webhooks, and AI workflows.
{
"asin": "B0EXAMPLE1",
"title": "Example result title",
"price": 49.99,
"availability": "in_stock",
"previous_price": 54.99,
"price_changed": true
}Related search intents
FAQ
What does Amazon Price Tracker & Watchlist export?
Amazon Price Tracker & Watchlist exports structured fields including asin, title, price, availability, previous_price, price_changed.
Who is Amazon Price Tracker & Watchlist best for?
Amazon Price Tracker & Watchlist is best for Competitor price watchlists, Amazon availability alerts, Seller and Buy Box monitoring.
Where can I run Amazon Price Tracker & Watchlist?
Run the actor on Apify at https://apify.com/harvestlab/amazon-competitor-price-watchlist.
Can I use Amazon Price Tracker & Watchlist through Apify MCP?
Yes. Connect your MCP client to Apify's hosted MCP server and use https://mcp.apify.com?tools=harvestlab/amazon-competitor-price-watchlist to expose harvestlab/amazon-competitor-price-watchlist as a focused tool.