So I've been using self-hosted price scrapers and basic browser extensions like Keepa and Honey for years to track deals, mostly for tech gear and home stuff. I usually just spin up a quick Python script with BeautifulSoup or use a basic Distill.io monitor to watch selectors. But I am losing my mind trying to track these Gucci sunglasses I want for my sister's wedding in Italy next month. Specifically looking at the black oversized GG ones, retailing around 480 bucks but I know they dip to around 250 on sites like Saks, Nordstrom, and even some boutique Italian shops.
The problem is the bot protection on these luxury retail sites is insane now. My usual scrapers are getting hit with Cloudflare challenges instantly and I don't feel like paying for residential proxy rotation just to buy one pair of sunglasses. Even the free tier of Distill keeps getting blocked after a few checks, and Honey doesn't seem to update fast enough for these flash inventory drops. I tried setting up Google Shopping alerts but the latency is terrible, by the time I get the email the stock is gone because they only have like 2 in stock at that price.
Is there any free tracker or browser extension that actually bypasses the Cloudflare walls for luxury fashion sites without getting blacklisted? Or maybe some hidden API endpoints for Saks or Farfetch that don't require heavy authentication? I just need something reliable to ping me on Telegram or email the second they drop under my $280 threshold before I fly out in three weeks...
Jumping in because I went down this rabbit hole last month trying to source some Prada specs. Honestly, self-hosting scrapers for luxury retail is basically dead unless you want to burn cash on residential proxies, which makes no sense for a one-off purchase. I tried using Distill and even paid cap solvers, but they unfortunately kept getting blocked by Akamai and Cloudflare on Saks. It was not as good as expected and just a massive waste of time. What actually worked for me was giving up on the main department stores and watching grey market sites instead. I set up alerts using this Jomashop price tracker since they consistently get Gucci stock and their bot mitigation is way more forgiving than Farfetch. You can usually find the GG oversized models there for around 220 to 260 bucks anyway, without dealing with flash sales that sell out in two minutes.
Just saw this thread and honestly, I went through the exact same headache trying to grab some designer boots last winter. I was so tired of my Python scripts getting blocked by Cloudflare. I ended up switching my approach and I am super satisfied with how it turned out. Instead of scraping the HTML, I found a workaround that works well without burning through proxies. Here is what worked for my setup:
Great info, saved!