I need to track a specific vintage rug on Etsy because it is $600 right now and my limit is $450. My sisters birthday is in ten days and this is the perfect gift but I cant swing the full price. I read online that favoriting an item sends you an alert but honestly the Etsy app notifications are so hit or miss for me and usually just show recommendations instead of price drops. I also tried Karma but it didnt seem to sync right with the Etsy listing.
What I need:
How are you guys doing this without just refreshing the page manually all day...
Just catching up on this thread and I have to agree that the native Etsy notifications are quite disappointing. In my experience, they prioritize marketing over real-time price accuracy, which is frustrating when you are on a tight timeline like yours.
Regarding what #1 said about "Just catching up on this thread and I..."
To add to the point above: I have actually had a bit of a different experience with general visual monitors because they tend to trigger way too many false positives when the layout shifts even slightly. For a high-stakes purchase like that vintage rug, I am much more satisfied with a targeted DOM selector approach. Basically, you want a tool that monitors the specific CSS class for the price—usually something like .wt-text-title-03 on Etsy listings—rather than the whole page. This method is way more robust since it ignores everything but the numerical value. I have used this DIY setup for tracking rare tech parts and it works well with zero lag. Honestly, it is much more reliable than relying on the native app which is, as we all know, basically just a marketing tool. If you dont want to write your own script, a free tracker I found lets you pick specific page elements to watch. It is a very clean solution and I have no complaints so far. It should give you that real-time edge you need for your sisters gift without you having to refresh the page like a maniac.
bump
Late to the party but this whole thread is 💯. Glad I found it.
Regarding what #3 said about "Late to the party but this whole thread is 100"