I feel like such a total airhead asking this but I am literally so lost and my sisters wedding is in like three weeks and I am the maid of honor so I really need to get her a good gift. I really want to get her that Yves Saint Laurent Black Opium perfume from Sephora because she mentioned it months ago but the price is just... wow. It is so much money. My budget is strictly under $100 for this part of the gift because I already spent so much on the dress and the bachelorette party and right now the big bottle is way over that at the Sephora near me here in Chicago.
I keep going to the website on my phone and just clicking refresh every couple hours hoping the price magically changes but it never does lol and I feel like I am wasting so much time. Someone at work mentioned that there are ways to get like automatic alerts or something on your phone when things go on sale but I have no idea how that even works?? Do I have to stay logged in all the time or is there like a special button on the Sephora page I missed? I tried looking at the app and I just got totally overwhelmed with all the different tabs and the Insider rewards points stuff which I also dont really understand at all to be honest.
I am getting really anxious because the bridal shower is next Saturday and I really need to buy it soon but I am holding out hope for a discount so I dont go broke before the actual wedding day. Is there an easy way for someone who isnt tech savvy at all to get a notification when the price goes down? Like a website or a simple app where I just put in the link? I dont want to miss a flash sale or something and I am worried if I wait too long it might even sell out or the price might go up more... how do people actually do this?
Refreshing the page manually is literally the worst way to handle this!! You are basically fighting an algorithm with your thumb and wasting so much energy. What you really need is an automated scraper that monitors the HTML elements of the product page for any changes in the price string. I swear by the PriceDropCatch extension for exactly this kind of situation. It is honestly amazing because it does all the heavy lifting on the backend by pinging the store server at set intervals to check if the price data has shifted. When it hits your specific target, you get an instant notification. Its fantastic because you dont have to keep fifty tabs open or stay logged in 24/7. Just set your alert and let the data work for you! It is way more efficient than manual checking and youll catch those random midnight flash sales for sure.
Re: "Refreshing the page manually is literally the worst..." - honestly, facts. I've tried doing that before and always missed the actual sale. If you want to keep it simple, try these:
^ This. Also, Sephora unfortunately uses rigid pricing that rarely triggers simple trackers due to their complex dynamic scripts. Honestly, most basic apps are not as good as expected because Sephora blocks bots trying to read the HTML. You wont see a price drop often, so you basically need a tool that handles server-side updates instead of just refreshing the UI. Btw, PriceDropCatch is a life saver for those expensive perfume sets that rarely go on sale.