E-commerce Price Tracker avatar

E-commerce Price Tracker

Pricing

Pay per usage

Go to Apify Store
E-commerce Price Tracker

E-commerce Price Tracker

Track product prices across Amazon and eBay. Monitor price changes, discounts, and availability in real-time.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Mr-chen

Mr-chen

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Categories

Share

πŸ“Š E-commerce Price Tracker

Track product prices across Amazon and eBay in real-time. Never miss a price drop or deal again.

✨ What You Get

  • Current Price β€” Real-time selling price
  • Original Price β€” List price (when on sale)
  • Discount Rate β€” How much you're saving
  • Stock Status β€” In stock / Out of stock
  • Rating & Reviews β€” Customer feedback
  • Timestamp β€” When data was collected

πŸ” Use Cases

  • Price Monitoring β€” Track products and get notified of price drops
  • Competitor Analysis β€” Monitor competitor pricing strategies
  • Deal Hunting β€” Find the best time to buy
  • Market Research β€” Analyze price trends across platforms

πŸ“₯ Input

FieldTypeDefaultDescription
modestring"url""url" for direct product URLs, "search" for keyword search
urlsarray[]Product URLs to track (for URL mode)
keywordstring""Search keyword (for Search mode)
platformstring"amazon"Target platform: amazon / ebay
maxResultsinteger10Max products in search mode (1-50)

πŸ“Š Example Input (URL Mode)

{
"mode": "url",
"urls": [
"https://www.amazon.com/dp/B0BSHF7WHW"
]
}

πŸ“Š Example Input (Search Mode)

{
"mode": "search",
"keyword": "wireless headphones",
"platform": "amazon",
"maxResults": 20
}

πŸ“€ Output Example

{
"platform": "Amazon",
"title": "Sony WH-1000XM5 Wireless Headphones",
"currentPrice": "$298.00",
"originalPrice": "$399.99",
"rating": "4.5",
"reviewCount": "12,345",
"availability": "In Stock",
"url": "https://www.amazon.com/dp/B0BSHF7WHW",
"timestamp": "2026-05-08T15:30:00Z"
}

πŸ’° Pricing

Free tier: Included in Apify's $5/month free compute. Typical run cost: ~$0.02 per product URL.