π CoinGecko crypto price forecasting pipeline with Gemini AI, Decodo, and Gmail
β‘ 149 views Β· π Crypto Trading & Stock Market
π‘ Pro Tip β HTTP Request scraping tends to break when sites update their markup. If youβre scraping a major platform, check if ScraperNode covers it β it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.
Description
Automated Crypto Forecast Pipeline using Decodo and Gmail
Sign Up for Decodo HERE for discount
This template scrapes CoinGecko pages for selected coins, converts metrics into clean JSON, stores them in an n8n Data Table, generates 24-hour direction forecasts with Gemini, and emails a concise report.
Whoβs it for?
Crypto watchers who want automated snapshots, forecasts, and a daily emailβwithout managing a full data stack.
How it works
- 30-min schedule loops coins, scrapes CoinGecko (Decodo), parses metrics, and upserts to Data Table.
- 18:00 schedule loads last 48h data.
- Gemini estimates next-24h direction windows.
- Email is rendered (HTML + plain text) and sent.
How to set up
- Add Decodo, Gmail, and Gemini credentials.
- Open Configure Coins to edit tickers.
- Set Data Table ID.
- Replace recipient email.
- (Self-host only) Community node Decodo required. @decodo/n8n-nodes-decodo (community)
π Nodes Used
Gmail, Schedule Trigger, AI Agent, Structured Output Parser, Google Gemini Chat Model, Data table
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File