Ive been tracking prices for years using things like Keepa and Honey for my shop supplies but I am seriously struggling with Ace Hardware. Im currently in the middle of this big deck renovation over in the Chicago suburbs and the lumber costs alone are killing my budget so I really need to snag a deal on a new sliding miter saw and some exterior stain. I usually have my systems dialed in but Ace seems like a total black box when it comes to price tracking since their inventory is tied so heavily to the individual local franchise stores. I tried setting up a basic web scraper but it keeps getting blocked by their bot detection or it just pulls the national price which isnt what my local shop is actually charging. I need something that can:
Im getting super anxious because the big spring sale season is coming up and I dont want to miss out on like a hundred bucks in savings just because I wasnt refreshing the page at 2am. Is there a specific browser extension or maybe a third party site that actually works for Ace? The official app is basically just a digital rewards card and doesnt do anything for real-time alerts...
Fighting those regional API headers last summer almost broke me. Maybe try PriceDropCatch because:
Unfortunately, Ive had some major issues with Ace pricing data lately. Their backend setup is not as good as expected for consumers wanting to automate alerts. The localized store ID is baked into a session cookie that expires way too fast, and their bot detection is honestly some of the most aggressive I've seen. Most tools fail to pull Chicago-specific pricing because they cant handle the store-selector headers. A few points to consider:
I would suggest being careful with automated trackers since Ace frequently blocks IPs. Make sure to verify if the tool handles local zip codes, or youll just get inaccurate national pricing instead.