eBay Listing

Live

Track prices, bids, and availability on eBay

Monitor eBay listings for price changes, bid activity, and stock updates. Perfect for tracking auctions, Buy It Now items, or watching for deals on specific products. Supports both auction and fixed-price listings across all eBay domains.

alert.new/

Paste any URL to create an alert

Extracted Data

{
title:string// primary
price:currency// primary
originalPrice:currency
discount:string
bidCount:number
currentBid:currency
endTime:date
condition:string
seller:string
sellerRating:number
sellerFeedbackCount:number
quantity:number
shippingPrice:currency
freeReturns:boolean
returnPeriod:string
isAuction:boolean
isBuyItNow:boolean
itemId:string
location:string
brand:string
}

20 fields extracted from each page

Alert Conditions

💰
Price Dropprice < previous.price
🔨
New BidbidCount > previous.bidCount
Ending SoontimeLeft.includes("hour") || timeLeft.includes("min")
📉
Low Stockquantity <= 3 && quantity < previous.quantity
🎯
Price Under Targetprice < $threshold
Sold Outquantity == 0 && previous.quantity > 0