What This Workflow Does
For gamers, keeping up with sales across multiple platforms is a constant battle. Nintendo eShop, PlayStation Store, Xbox Marketplace, and Steam all run different promotions at different times. Manually checking each store wastes hours and you still risk missing the best flash sales.
This intelligent automation solves that problem completely. It continuously monitors deal aggregator sites like Deku Deals for the latest discounts across all major gaming platforms, extracts key information (game title, platform, current price, discount percentage, and direct links), and sends you a clean, consolidated email alert whenever new deals matching your criteria appear.
The workflow includes a smart deduplication system using n8n's built-in database functionality, ensuring you only get notified about genuinely new price drops—not the same deals you've already seen. This transforms you from a reactive bargain hunter to a proactive deal-finding machine, saving both time and money.
How It Works
The workflow follows a logical sequence to find, filter, and forward the best gaming deals directly to your inbox.
1. Scheduled Trigger & Data Collection
A Cron node triggers the workflow on your preferred schedule (daily, hourly, etc.). The HTTP Request node then visits Deku Deals or your chosen aggregator to fetch the latest deal listings. The HTML Extract node parses the webpage to isolate individual game entries, pulling out titles, platforms, prices, discounts, and store links.
2. Data Processing & Deduplication
Each extracted deal is processed and formatted into a standardized structure. The workflow then checks n8n's internal SQLite database to see if this specific game at this specific price has already been recorded. If it's a brand new deal or a further price drop on a tracked game, it proceeds to the next step. If it's already been seen, it's filtered out to prevent notification spam.
3. Alert Generation & Delivery
For new or updated deals, the workflow compiles the details into a readable format. The Gmail node (or your chosen notification channel) then sends you a formatted email with all the key information: game name, platform, original price, sale price, discount percentage, and a direct link to the store page. You receive one clean summary instead of dozens of separate alerts.
Pro tip: You can easily modify the filter criteria to only alert you for games from specific publishers, above a certain discount threshold (e.g., 50% off or more), or for particular platforms like "Nintendo Switch only."
Who This Is For
This automation is perfect for budget-conscious gamers, parents buying games for kids, gaming content creators tracking market trends, or anyone with a lengthy wishlist across multiple platforms. It's particularly valuable for Nintendo Switch owners, as eShop sales are frequent but often short-lived. Indie game enthusiasts can use it to catch limited-time promotions on titles they've been eyeing.
Game development studios and publishers might also adapt this workflow to monitor competitor pricing and promotional strategies across different storefronts, providing valuable market intelligence.
What You'll Need
- A running n8n instance (cloud or self-hosted).
- A Gmail account or alternative notification service (Telegram, Discord, Slack) configured in n8n.
- Basic understanding of CSS selectors (for adjusting web scraping if the source site changes its layout). The workflow includes detailed comments to guide you.
- No external database required—uses n8n's built-in SQLite.
Quick Setup Guide
Get your personal deal tracker running in under 30 minutes.
- Import the template: Download the JSON file above and import it into your n8n instance.
- Configure the trigger: Set the Cron node to your preferred schedule (e.g., every 6 hours).
- Set up notifications: Authenticate the Gmail node with your account. Test that emails send correctly.
- Optional - Customize filters: Adjust the Function or IF nodes if you want to filter for specific platforms, discount levels, or game titles.
- Activate and test: Turn the workflow on and run it once manually. Check your inbox for the test alert.
Important: Always respect website terms of service. This workflow is configured for reasonable, personal-use scraping. Consider adding delays between requests if running frequently.
Key Benefits
Save significant money by purchasing games at their historical low prices instead of paying full retail. The automation ensures you never miss a limited-time sale.
Reclaim hours each month previously spent manually browsing storefronts and deal sites. The workflow does the tedious monitoring work for you.
Get consolidated, actionable alerts instead of fragmented notifications. One email summarizes all relevant deals with direct links for quick purchasing.
Maintain complete privacy as all data processing happens within your n8n instance. Your wishlist and deal preferences aren't shared with third-party services.
Enjoy unlimited customization—easily adapt the workflow to track deals for specific genres, exclude certain platforms, or add additional notification channels like Telegram for instant mobile alerts.