πŸ“ˆ 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.

View All Scrapers

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

  1. 30-min schedule loops coins, scrapes CoinGecko (Decodo), parses metrics, and upserts to Data Table.
  2. 18:00 schedule loads last 48h data.
  3. Gemini estimates next-24h direction windows.
  4. Email is rendered (HTML + plain text) and sent.

How to set up

πŸ”— 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

πŸ“– Importing guide Β· πŸ”‘ Credential setup