The story behind your favorite WoW arbitrage tool
We believe every WoW player should have access to the same market information that makes gold goblins successful. No expensive subscriptions. No complex addons. Just straightforward arbitrage data that helps you profit.
GoldRush was born from a simple idea: when Blizzard introduced the Warbank system, it created unprecedented opportunities for cross-realm trading. But finding profitable flips meant manually checking prices across dozens of realms - tedious and time-consuming.
We built GoldRush to automate that process. Our system continuously monitors auction house data across every realm and surfaces the best opportunities directly to you. What used to take hours now takes seconds.
GoldRush is completely free to use. No subscriptions, no premium tiers, no paywalls. We believe market data should be accessible to everyone, not just those who can pay.
We show you exactly how we calculate profits - including the 5% AH cut. No hidden fees, no surprises. What you see is what you'll actually make.
Our data updates every 30 minutes, pulled directly from Blizzard's official API. We prioritize speed and accuracy so you can act on opportunities quickly.
Every feature we build starts with a simple question: does this help players make gold? We're traders ourselves, and we build what we'd want to use.
GoldRush is a self-hosted application designed for performance and reliability. Here's what powers the experience:
// GoldRush Data Pipeline
const pipeline = {
source: 'Blizzard API',
interval: '30 minutes',
async process() {
// Fetch all realm auctions
const auctions = await fetchAllRealms();
// Calculate arbitrage opportunities
const opportunities = findPriceGaps(auctions);
// Store results
await database.save(opportunities);
return opportunities;
}
};
Start finding profitable arbitrage opportunities today.